3daea10663
everything is broken for now |
||
---|---|---|
core | ||
desktop | ||
gradle/wrapper | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
Sagittarius
A turn based game in wich players kill each others using bows, arrows and GRAVITY !
Built with
Usage
Gradle should manage every dependencies for you.
It is recommended to use Visual Studio Code with this java extension pack.
To run the game:
./gradlew desktop:run
To export the game to a .jar file:
./gradlew desktop:dist
The resulting .jar files should be in */build/libs/
TODO LIST
- player turn
- kill player
- move freely camera
- lerp camera arrow
- event based shit
- menus test
- améliorer trajectoires arrows en simulant tout n'univers
- rotating planets and moons (on themselves)
- faire des sous-packages, sgittarius.modele, sagittarius.view, saggitarius.control ...
Contributing
Please use conventionnal commits.
License
Distributed under the MIT License. See LICENSE
for more information.