Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/js13kgames/sentetrox
SenTetrox - a js13kGames 2019 competition entry by @sirxemic.
https://github.com/js13kgames/sentetrox
2019 back competition desktop game html5 javascript js13k js13kgames js13kgames2019 optimization
Last synced: 17 days ago
JSON representation
SenTetrox - a js13kGames 2019 competition entry by @sirxemic.
- Host: GitHub
- URL: https://github.com/js13kgames/sentetrox
- Owner: js13kGames
- Created: 2022-10-01T16:20:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-01T16:20:58.000Z (over 2 years ago)
- Last Synced: 2024-10-08T10:34:40.038Z (3 months ago)
- Topics: 2019, back, competition, desktop, game, html5, javascript, js13k, js13kgames, js13kgames2019, optimization
- Language: JavaScript
- Homepage: https://js13kgames.com/entries/sentetrox
- Size: 734 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SenTetrox - A js13kGames entry
A variant on a famous classic where the tetrominoes are sentient! Made for the [js13kGames competition of 2019](https://2019.js13kgames.com/). The theme was "back". The tetrominoes will flee *back* up when they have figured out their purpose in the playing field!
Want to try out the code for yourself? Just run
```
npm install && npm start
```