An entry for Ludum Dare 42, the 48h compo. The theme was "Running out of space".
You can play the game on-line at https://svgames.pl/ludumdare/LD42/.
To play the game off-line, you can download the .zip archive from my site, or clone the repo and build the game yourself.
To build the game, you're going to need:
imagemagick
make
php
pngcrush
When you have all the dependencies installed, just run:
make
This will create a build/
directory that'll hold all the game files.
Open index.html
in your web browser and enjoy.
Super Overachiever 42000 Deluxe is subject to two separate licences:
-
The game's source code (the
Makefile
and the contents of thesrc/
directory) is made available under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. SeeLICENCE-AGPL-v3.txt
for the full licence text. -
Everything not covered by the point above is subject to the Creative Commons Attribution-ShareAlike 4.0 International Public License, version 4, as published by the Creative Commons Corporation. See
LICENCE-CC-BY-SA-v4.txt
for the full licence text.