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
- Host: GitHub
- URL: https://github.com/danilamihailov/invaders_ggez
- Owner: DanilaMihailov
- Created: 2020-02-18T13:38:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T15:09:27.000Z (over 5 years ago)
- Last Synced: 2025-01-19T11:42:13.606Z (5 months ago)
- Topics: ggez, rust, rust-gamedev
- Language: Rust
- Homepage:
- Size: 2.41 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# invaders_ggez
Simple invaders style game, made with ggez
# 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