Spaceshooter - shoot 'em up/bullet hell game written in java using libgdx.
As in any game of this genre, the main goal here is as follows: to score as many points as possible.
In-game screenshots:
- Open visual studio
- Click build
- Run the game
Libxgd provides convenient ways to run the game on any platform. Thus it is possible to run the game on the desktop computer.
To do so you need to (in android studio):
- Click on edit configurations
- Add configuration
- Application
- Select DesktopLauncher as main class
- Set working directory to be
./android/assets
- As a module classpath select Desktop
- Click OK
- Use instructions for the server component: scoreboard-server
- In the game settings enter your server address.