Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 565 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 565 Bytes

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