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
- Host: GitHub
- URL: https://github.com/suve/ld42
- Owner: suve
- License: agpl-3.0
- Created: 2018-08-11T11:38:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T13:09:10.000Z (over 6 years ago)
- Last Synced: 2025-01-23T08:41:25.775Z (3 months ago)
- Topics: game, game-jam, ludum-dare, ludum-dare-42, retro
- Language: JavaScript
- Homepage:
- Size: 677 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.