1
0
Fork
You've already forked schutt
0
Minimal shoot 'em up type game focused on dodging and precise shooting.
  • C 94.2%
  • Makefile 3.9%
  • C++ 1.9%
Find a file
2018年12月21日 20:25:23 -03:00
assets Added version on start screen and missing sound effect 2018年12月20日 17:00:45 -03:00
src Tweaked palette and difficulty -- preparing for 1.0 release 2018年12月21日 20:25:23 -03:00
CHANGELOG.md Tweaked palette and difficulty -- preparing for 1.0 release 2018年12月21日 20:25:23 -03:00
COPYING.md COPYING file 2018年12月13日 18:34:43 -03:00
Makefile Added display event source 2018年12月20日 18:19:03 -03:00
README.md Tweaked palette and difficulty -- preparing for 1.0 release 2018年12月21日 20:25:23 -03:00
user_readme.txt Added a control scheme switch 2018年12月19日 22:28:54 -03:00

Schütt

Minimalist shoot 'em up game focused on precise shooting and dodging.

Building

Requirements

  • Allegro 5 + color, primitive, font, TTF, audio and codec addons.
  • A recent C compiler (I only tested on GCC).
  • GNU Make.

Unix-like systems

Check your dependencies, run make CFLAGS="<preferred flags>" and run the executable schutt.

Windows

Unfortunately, I don't have a machine with Windows on it to test. Your best bet is probably loading the source into your IDE of preference, downloading the required libraries and configuring your project accordingly. Here is a list of HowTo's that might be useful.

(to) Windows

If you wish to cross-compile to Windows, get yourself the mingw64 toolchain and fetch the required libraries+dependencies from here and here. The included makefile has options for building with buildw32 and buildw64, and packaging with packagew32 and packagew64 for 32 and 64-bit systems, respectively.

Your directory layout should look like this:

schutt
└─ mingw
 ├── i686
 │  ├── bin
 │  ├── include
 │  └── lib
 └── x86_64
 ├── bin
 ├── include
 └── lib

Licenses

© Ariela Wenner - 2018

Code is licenced under the GNU GPL version 3 or newer. See COPYING for details.

Assets including music and sound effects are licenced under a Creative Commons BY-NC-SA license.

The included font (Fira Mono) is licensed under the SIL Open Font License.

  • Fira is a trademark of The Mozilla Corporation.
  • Digitized data copyright 2012-2018, The Mozilla Foundation and Telefonica S.A., bBox Type GmbH and Carrois Corporate GbR, with Reserved Font Name "Fira"
  • Design 2012-2015: Carrois Corporate GbR & Edenspiekermann AG
  • Design 2016 and later: bBox Type GmbH