Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/woubuc/shrinkage

A game for the Ludum Dare 42 ("running out of space")
https://github.com/woubuc/shrinkage

game ldjam ldjam42

Last synced: 14 days ago
JSON representation

A game for the Ludum Dare 42 ("running out of space")

Awesome Lists containing this project

README

        

# Shrinkage

A game for the 42nd Ludum Dare game jam ("running out of space"), made from
scratch in ~40 hours.

> Shrinkage is a take on Tetris where the difficulty is generated by the fact
> that the game area shrinks when you complete rows. Score combos to expand,
> or die when you run out of space…

Tested on Firefox 62 developer edition. Should work on all modern browsers.

## How to
This is a Node.js / Javascript project, so you need that and npm or yarn.

`npm install` to get the dependencies, then run the dev script with
`npm run dev` to start the dev server.