nymann / IntroLab

Introduction to a Monolithic Asteroids Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IntroLab

introlab-demo

Running the game

Via make target
make run
Via maven
mvn package -f AsteroidsLibGDX/pom.xml
java -jar bin/AsteroidsLibGDX-1.0-SNAPSHOT.jar

Implemented features

  • Added Enemy ship that moves randomly and shoots bullets
  • Bullets will automatically be removed when outside the screen area.
  • Naive weapon cooldown: (you can only shoot if there's less than X bullets on screen)
  • Colored enemy ship, player ship and bullets.

About

Introduction to a Monolithic Asteroids Game


Languages

Language:Java 97.1%Language:Makefile 2.9%