Projet long de programmation orientée objet
Find a file
2021-04-09 16:58:32 +02:00
core fix: Trajectory prediction is BACK !:: 2021-04-09 16:58:32 +02:00
desktop fix: changed resolution 2021-04-09 15:10:10 +02:00
gradle/wrapper feat: Player's Bow can now shoot Arrows 2021-04-05 23:14:56 +02:00
.gitignore fix: ignored .vscode 2021-04-07 14:34:20 +02:00
build.gradle chore: switched to lwjgl3 2021-04-05 17:30:23 +02:00
gradle.properties chore: git init 2021-04-05 17:29:06 +02:00
gradlew chore: git init 2021-04-05 17:29:06 +02: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 chore: README + typo 2021-04-08 19:31:46 +02:00
settings.gradle chore: git init 2021-04-05 17:29:06 +02:00

Sagittarius

MIT License

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

  1. player turn
  2. kill player
  3. move freely camera
  4. lerp camera arrow
  5. event based shit
  6. menus test
  7. améliorer trajectoires arrows en simulant tout n'univers
  8. rotating planets and moons (on themselves)
  9. 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.

Acknowledgements