https://github.com/timmoth/retrotetris
typescript implementation of tetris inspired game
https://github.com/timmoth/retrotetris
tetris timmoth typescript
Last synced: over 1 year ago
JSON representation
typescript implementation of tetris inspired game
- Host: GitHub
- URL: https://github.com/timmoth/retrotetris
- Owner: Timmoth
- License: mit
- Created: 2023-01-03T14:34:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T12:19:57.000Z (over 3 years ago)
- Last Synced: 2025-01-31T12:49:23.727Z (over 1 year ago)
- Topics: tetris, timmoth, typescript
- Language: TypeScript
- Homepage:
- Size: 118 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# retrotetris
A retro implementation of the original Snake game written in typescript and using the HTML canvas. See where you place on the high scores!
[](https://timmoth.com/showcase/wF-bWuRJb0G12xU0lgePIw)
Clone
```
git clone https://github.com/Timmoth/retrotetris.git
```
Build
```
npm run build
```
Run
```
npm install http-server -g
http-server
```
App will be available at http://localhost:8080/