This is a game where you defeat waves of aliens.
Waves spawn periodically. The wave size and enemy speed increases exponentially per wave.
Key | Action |
---|---|
W, A, S, D | Movement controls |
Click or Space bar | Fire |
Esc or P | Pause/unpause |
Tab | Open Upgrade Shop |
- Constantly be on the move. Enemies will always be moving towards you. You can't let them catch up.
- When you have enough coins (which you can see on the top left), buy upgrades. Upgrades can help you live much longer.
- Have fun! You can configure the game to your liking by changing the values in the
settings.ini
file, found atsrc/main/resources/settings.ini
.
This project is made with my graphics library, JANGL. See more information here.
Since macOS does not support OpenGL versions after 4.1, this game is not supported for macOS.
To run the project from the source code, first add the libs
file as a dependency (IntelliJ guide here). Then, run the Main
class.