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

https://github.com/danilamihailov/invaders_ggez

Simple invaders style game, made with ggez
https://github.com/danilamihailov/invaders_ggez

ggez rust rust-gamedev

Last synced: 3 months ago
JSON representation

Simple invaders style game, made with ggez

Awesome Lists containing this project

README

        

# invaders_ggez
Simple invaders style game, made with ggez

![Screenshot](https://github.com/DanilaMihailov/invaders_ggez/blob/master/resources/screenshot_invaders.png?raw=true)

# Running

rust should be installed with all its shenanigans, then

```
git clone https://github.com/DanilaMihailov/invaders_ggez.git
cd invaders_ggez
cargo run --release
```
Go grab a coffee and when you comeback, game will be already (maybe) running!

# Controls

`Arrows` for movement

`Space` - shoot

`Esc` - close game

`Return` - new game