calculate scores
[gbajam22] / README.md
1 Attack on Voxelburg
2 ===================
3
4 A wip Gameboy Advance game for the gbajam22.
5
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.
9
10 Controls
11 --------
12   - D-Pad: turn left/right/up/down.
13   - A: fly forward.
14   - L/R triggers: strafe left/right.
15
16 License
17 -------
18 Copyright (C) 2022 John Tsiombikas <nuclear@mutantstargoat.com>
19
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
23 details.
24
25 Build
26 -----
27 The data files are kept separately on a subversion repository. Grab them with:
28
29     svn co svn://mutantstargoat.com/datadirs/voxelburg data
30
31 Alternatively grab a release tarball if available.
32
33 To build the game,
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.
37
38 The tools which are part of the build process might have more requirements:
39
40   - **pngdump**: libpng and zlib.