https://github.com/lfalch/topskud
Top-down shooter game
https://github.com/lfalch/topskud
game rust-lang shooter-game topdown
Last synced: 9 months ago
JSON representation
Top-down shooter game
- Host: GitHub
- URL: https://github.com/lfalch/topskud
- Owner: LFalch
- License: mit
- Created: 2018-03-18T16:11:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T20:11:31.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T09:04:52.171Z (about 1 year ago)
- Topics: game, rust-lang, shooter-game, topdown
- Language: Rust
- Size: 3.11 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Topskud
Pronunciation /ˈtɒpˌskʊd/
Danish: [ˈtʰʌb̥ˌsg̊uð]
A top-down shooter game.
## Build requirements
The below are adaptations of the documentation on `ggez`. Go there for more (or less) information.
## Windows
Should just be able to compile. MSVC toolchain works best.
## Linux
### Debian
The following packages are required:
```sh
apt install libasound2-dev libudev-dev pkg-config
```
### Redhat
Same libraries as Debian, slightly different names. On CentOS 7, at
least you can install them with:
```sh
yum install alsa-lib-devel
```