Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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")
- Host: GitHub
- URL: https://github.com/woubuc/shrinkage
- Owner: woubuc
- Created: 2018-08-12T21:25:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T23:35:14.000Z (over 6 years ago)
- Last Synced: 2024-10-17T03:17:46.495Z (29 days ago)
- Topics: game, ldjam, ldjam42
- Language: TypeScript
- Homepage: https://woubuc.itch.io/shrinkage
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.