4 A wip Gameboy Advance game for the gbajam22.
6 Fly over a 3D terrain, find and destroy all enemy defense pods, before they
7 manage to shoot you down. Your final score depends on the difficulty level, time
8 it took to take out all the enemy pods, and damage you sustained.
12 - D-Pad: turn left/right/up/down.
14 - L/R triggers: strafe left/right.
18 Copyright (C) 2022 John Tsiombikas <nuclear@mutantstargoat.com>
20 This program is free software. Feel free to use, modify, and/or redistribute it
21 under the terms of the GNU General Public License v3, or at your option any
22 later version published by the Free Software Foundation. See COPYING for
27 The data files are kept separately on a subversion repository. Grab them with:
29 svn co svn://mutantstargoat.com/datadirs/voxelburg data
31 Alternatively grab a release tarball if available.
34 [setup the devkitarm environment](https://devkitpro.org/wiki/Getting_Started),
35 and type `make`. Only the basic cross-toolchain, libc and C runtime are required
36 from devkitarm. No other libraries are used.
38 The tools which are part of the build process might have more requirements:
40 - **pngdump**: libpng and zlib.