Shooter
is turn-based artillery game set in 4018 AD.
Usage • System Setup • Tutorial • Download • How to Contribute • Acknowledgements
Usage: java -jar Shooter.jar
Starts the Game.
Developed by Johannes Weck -> (Github: the-jojo)
-
In the main game menu select either:
- Play 1 v 1 - to play against a human opponent on the same computer
- Both players use the same controls.
- Play Story - to play in the story mode against an AI opponent
- Play 1 v 1 - to play against a human opponent on the same computer
-
For both game modes, the gameplay is turn-based and runs for 5 games. The winner is the player who won the most games out of 5.
- Controls:
- a/d > move left/right
- w/s > adjust gun angle
- r/f > adjust gun power
- space > fire gun
- Controls:
You can download the latest jar along with the report explaining the design and implementation.
This game was developed as a deliverable as part of the degree of BSc of Computer Science at the University St Andrews. As such, development has ceased, however, you are welcome to contribute to this project.
- Clone repo and create a new branch:
$ git checkout https://github.com/the-jojo/Shooter -b name_for_new_branch
. - Make changes and test
- Submit Pull Request with comprehensive description of changes
- Java Processing Library for the graphic elements.
- University of St Andrews School of Computer Science for their awesome BSc Computer Science program.
- CS4303 Video Games module for teaching the required skills and theory to develop this game.