An open API service indexing awesome lists of open source software.

https://github.com/nymann/introlab

Introduction to a Monolithic Asteroids Game
https://github.com/nymann/introlab

Last synced: about 1 year ago
JSON representation

Introduction to a Monolithic Asteroids Game

Awesome Lists containing this project

README

          

# IntroLab

![introlab-demo](https://user-images.githubusercontent.com/7005867/168121757-c388ef2e-69dd-490d-a5d6-71d22ec579a2.gif)

### Running the game

##### Via make target

```sh
make run
```

##### Via maven

```sh
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.