An open API service indexing awesome lists of open source software.

https://github.com/suve/ld42

Super Overachiever 42000 Deluxe - Ludum Dare 42 (August 2018) entry
https://github.com/suve/ld42

game game-jam ludum-dare ludum-dare-42 retro

Last synced: about 2 months ago
JSON representation

Super Overachiever 42000 Deluxe - Ludum Dare 42 (August 2018) entry

Awesome Lists containing this project

README

        

# Super Overachiever 42000 Deluxe
An entry for Ludum Dare 42, the 48h compo. The theme was _"Running out of space"_.

# Running
You can play the game on-line at [https://svgames.pl/ludumdare/LD42/](https://svgames.pl/ludumdare/LD42/).

To play the game off-line, you can download [the .zip archive from my site](https://svgames.pl/ludumdare/LD42.zip),
or clone the repo and build the game yourself.

# Building
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.

# Licensing
**Super Overachiever 42000 Deluxe** is subject to two separate licences:

1. The game's source code (the `Makefile` and the contents of the `src/` directory)
is made available under the terms of the GNU Affero General Public License, version 3,
as published by the Free Software Foundation.
See `LICENCE-AGPL-v3.txt` for the full licence text.

2. 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.