Crates.io | rocket-game |
lib.rs | rocket-game |
version | 0.1.6 |
source | src |
created_at | 2018-01-01 23:15:07.530448 |
updated_at | 2020-04-02 08:36:28.214205 |
description | A small asteroids like game |
homepage | https://github.com/tversteeg/rocket-game |
repository | https://github.com/tversteeg/rocket-game.git |
max_upload_size | |
id | 45153 |
size | 240,110 |
A small procedurally generated arcade game
To build on Linux you need the xorg
& alsa
development libraries and cmake
:
sudo apt install xorg-dev cmake libasound2-dev