Space Shooter
- 2016
- Github repo
Overview
This is freely chosen school project for learning basic java. Program is made using javaFX and incorporates
SqLite database.
No executable package has been created, but can be run from IntelliJ or another compiler/editor.
After download sqlite-jdbc-3.14.2.1.jar has to be added as Library. Possibly will not work with linux environments.
This was the first school project that intended to teach us OOP and POJO. I did go out of scope with it adding SQL support
and sound effects. Although the code is somewhat spaghetty , it was really a great project to enjoy. I absolutely loved doing it.
Instructions
Player has one life and game will be faster after each time interval.
Mouse left button for shooting and after 3000 points under right click a protection shield can be activated.