Projet long de programmation orientée objet
Go to file
2022-02-06 16:44:27 +01:00
core LES ANNIMATIONS DES FUSEEEEE 2021-05-31 20:49:29 +02:00
desktop chore: formatting + clickbutton trimmed 2021-05-27 11:46:26 +02:00
docs fix(docs): moved sagittarius-pdf into this repo 2022-02-06 16:38:22 +01:00
gradle/wrapper feat: Player's Bow can now shoot Arrows 2021-04-05 23:14:56 +02:00
.editorconfig chore: formatting 2021-05-27 11:04:00 +02:00
.gitignore fix: ignored .vscode 2021-04-07 14:34:20 +02:00
.gitlab-ci.yml created .gitlab-ci.yml file 2021-05-12 12:46:26 +00:00
build.gradle feat: improved the menus, turn system still broken by me 2021-04-16 13:43:59 +02:00
gradle.properties chore: git init 2021-04-05 17:29:06 +02:00
gradlew fix(docs): moved sagittarius-pdf into this repo 2022-02-06 16:38:22 +01:00
gradlew.bat chore: git init 2021-04-05 17:29:06 +02:00
LICENSE Add LICENSE 2021-04-07 11:57:10 +00:00
README.md fix(README) 2022-02-06 16:44:27 +01:00
settings.gradle chore: git init 2021-04-05 17:29:06 +02:00

Sagittarius

MIT License

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
  • particules de flèche, quand un joueur meurt...
  • astéroïdes
  • bonus/gadgets
  • améliorer trajectoires arrows en simulant tout l'univers

Contributing

Please use conventionnal commits.

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements