chore: README + typo

This commit is contained in:
Laureηt 2021-04-08 19:31:46 +02:00
parent ea2575b89c
commit 020c408250
2 changed files with 6 additions and 9 deletions

View file

@ -1,4 +1,6 @@
# Sagittarius
[license-shield]: https://img.shields.io/badge/LICENSE-MIT-green?style=for-the-badge
[license-url]: https://git.inpt.fr/tobgang/sagittarius/-/blob/master/LICENSE
[![MIT License][license-shield]][license-url]
A turn based game in wich players kill each others using bows, arrows and GRAVITY !
@ -23,7 +25,6 @@ To export the game to a .jar file:
The resulting .jar files should be in `*/build/libs/`
## TODO LIST
1. player turn
2. kill player
3. move freely camera
@ -34,15 +35,11 @@ The resulting .jar files should be in `*/build/libs/`
8. rotating planets and moons (on themselves)
9. faire des sous-packages, sgittarius.modele, sagittarius.view, saggitarius.control ...
## Contributing
Please use [conventionnal commits](https://www.conventionalcommits.org/).
## License
Distributed under the [MIT](https://choosealicense.com/licenses/mit/) License. See `LICENSE` for more information.
## Acknowledgements
* [George Prosser](https://gprosser.itch.io/sagittarius)
[license-shield]: https://img.shields.io/badge/LICENSE-MIT-green?style=for-the-badge
[license-url]: https://git.inpt.fr/tobgang/sagittarius/-/blob/master/LICENSE

View file

@ -5,7 +5,7 @@ import com.badlogic.gdx.math.Vector2;
abstract class Entity {
// ---------- ATTRIBUTs ----------
// ---------- ATTRIBUTEs ----------
protected Vector2 position;