This is the source code for Turbulence.

Turbulence has a home page:
http://www.linusakesson.net/scene/turbulence/

The source code has its own home page, with documentation:
http://www.linusakesson.net/scene/turbulence/source.php

After reading the documentation on that page, you probably want to start by
looking at the Makefile and boot.s.

The following file extensions are used (for source files and generated files):

.c .h .o	C code for tools used during the build process.
(none)		Script source code. Executable tools.
.s		PASM source code.
.i		PASM include files.
.song		Music data.
.raw		Binary data (graphics and textures).
.bin		Output from assembler (or packer, in the case of scripts).
.pkg		Output from packer.
.eeprom		Final image.

Linus
