add missing tools/pngdump to the repo
[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   - B: shoot.
15   - L/R triggers: strafe left/right.
16
17 License
18 -------
19 Copyright (C) 2022 John Tsiombikas <nuclear@mutantstargoat.com>
20
21 This program is free software. Feel free to use, modify, and/or redistribute it
22 under the terms of the GNU General Public License v3, or at your option any
23 later version published by the Free Software Foundation. See COPYING for
24 details.
25
26 Build
27 -----
28 The data files are kept separately on a subversion repository. Grab them with:
29
30     svn co svn://mutantstargoat.com/datadirs/voxelburg data
31
32 Alternatively grab a release tarball if available.
33
34 To build the game,
35 [setup the devkitarm environment](https://devkitpro.org/wiki/Getting_Started),
36 and type `make`. Only the basic cross-toolchain, libc and C runtime are required
37 from devkitarm. No other libraries are used.
38
39 The tools which are part of the build process might have more requirements:
40
41   - **pngdump**: libpng and zlib.