Skip to content

Simple shoot 'em up/bullet hell game based on libgdx (java).

Notifications You must be signed in to change notification settings

m4drat/spaceshooter

Repository files navigation

Spaceshooter

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:

Building for Android

  1. Open visual studio
  2. Click build
  3. Run the game

Building for PC

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):

  1. Click on edit configurations
  2. Add configuration
  3. Application
  4. Select DesktopLauncher as main class
  5. Set working directory to be ./android/assets
  6. As a module classpath select Desktop
  7. Click OK

Connecting to the scoreboard

  1. Use instructions for the server component: scoreboard-server
  2. In the game settings enter your server address.

Releases

No releases published

Packages

No packages published

Languages