项目作者: m4drat

项目描述 :
Simple shoot 'em up/bullet hell game based on libgdx (java).
高级语言: Java
项目地址: git://github.com/m4drat/spaceshooter.git
创建时间: 2019-04-30T09:45:25Z
项目社区:https://github.com/m4drat/spaceshooter

开源协议:

下载


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.