chore: README + typo
This commit is contained in:
parent
ea2575b89c
commit
020c408250
13
README.md
13
README.md
|
@ -1,4 +1,6 @@
|
||||||
# Sagittarius
|
# 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]
|
[![MIT License][license-shield]][license-url]
|
||||||
|
|
||||||
A turn based game in wich players kill each others using bows, arrows and GRAVITY !
|
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/`
|
The resulting .jar files should be in `*/build/libs/`
|
||||||
|
|
||||||
## TODO LIST
|
## TODO LIST
|
||||||
|
|
||||||
1. player turn
|
1. player turn
|
||||||
2. kill player
|
2. kill player
|
||||||
3. move freely camera
|
3. move freely camera
|
||||||
|
@ -34,15 +35,11 @@ The resulting .jar files should be in `*/build/libs/`
|
||||||
8. rotating planets and moons (on themselves)
|
8. rotating planets and moons (on themselves)
|
||||||
9. faire des sous-packages, sgittarius.modele, sagittarius.view, saggitarius.control ...
|
9. faire des sous-packages, sgittarius.modele, sagittarius.view, saggitarius.control ...
|
||||||
|
|
||||||
|
## Contributing
|
||||||
|
Please use [conventionnal commits](https://www.conventionalcommits.org/).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
Distributed under the [MIT](https://choosealicense.com/licenses/mit/) License. See `LICENSE` for more information.
|
Distributed under the [MIT](https://choosealicense.com/licenses/mit/) License. See `LICENSE` for more information.
|
||||||
|
|
||||||
## Acknowledgements
|
## Acknowledgements
|
||||||
* [George Prosser](https://gprosser.itch.io/sagittarius)
|
* [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
|
|
|
@ -5,7 +5,7 @@ import com.badlogic.gdx.math.Vector2;
|
||||||
|
|
||||||
abstract class Entity {
|
abstract class Entity {
|
||||||
|
|
||||||
// ---------- ATTRIBUTs ----------
|
// ---------- ATTRIBUTEs ----------
|
||||||
|
|
||||||
protected Vector2 position;
|
protected Vector2 position;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue