mirror of https://github.com/LFalch/topskud
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
campaigns | 3 years ago | |
levels | 3 years ago | |
resources | 2 years ago | |
src | 2 years ago | |
.gitignore | 2 years ago | |
Cargo.lock | 2 years ago | |
Cargo.toml | 2 years ago | |
LICENCE | 4 years ago | |
README.md | 3 years ago |
README.md
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:
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:
yum install alsa-lib-devel