Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rheingoldriver/pentominoes
tetris, but with 5
https://github.com/rheingoldriver/pentominoes
Last synced: 7 days ago
JSON representation
tetris, but with 5
- Host: GitHub
- URL: https://github.com/rheingoldriver/pentominoes
- Owner: RheingoldRiver
- Created: 2023-07-23T15:14:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-02T05:56:43.000Z (5 months ago)
- Last Synced: 2024-10-08T22:24:07.192Z (about 1 month ago)
- Language: TypeScript
- Size: 413 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Play online](https://pentominoes.river.me)
![image](https://github.com/RheingoldRiver/pentominoes/assets/18037011/6d375ca9-448e-426e-bb05-444ae6b0f849)
![image](https://github.com/RheingoldRiver/pentominoes/assets/18037011/05ee38d7-45c2-4724-a6a3-e23e71375cfe)
## Development
To run locally:
1. `git clone` the project
2. `cd pentominoes`
3. `npm i`
4. `npm run dev`The tests are using `vitest`. If `npm run test` doesn't work then try updating your node/npm version; you'll have to delete `node-modules` and then rerun `npm i` for this to take effect.