e404a8682c
fusion |
||
---|---|---|
core | ||
desktop | ||
gradle/wrapper | ||
.gitignore | ||
.gitlab-ci.yml | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
Sagittarius
A turn based game in which 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
or just press (Ctrl +) F5 in vscode.
To export the game to a .jar file:
./gradlew desktop:dist
The resulting .jar file should be in desktop/build/libs/
TODO LIST
- generate random map (with parameters)
- move freely camera
- faire des textures (+ background)
- particules de flèche, quand un joueur meurt...
- faire le gestionnaire de keybinds
- faire des sons et musique
- astéroïdes
- bonus/gadgets
- améliorer trajectoires arrows en simulant tout n'univers
- petites phrases vision
Contributing
Please use conventionnal commits.
License
Distributed under the MIT License. See LICENSE
for more information.