https://github.com/antonygiomarxdev/tetris
https://github.com/antonygiomarxdev/tetris
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/antonygiomarxdev/tetris
- Owner: antonygiomarxdev
- Created: 2024-06-29T18:34:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T01:33:58.000Z (almost 2 years ago)
- Last Synced: 2024-07-16T04:49:49.518Z (almost 2 years ago)
- Language: TypeScript
- Size: 187 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tetris
A simple Tetris game made with Angular 18, Canvas, and TypeScript.
## How to play
- Use the arrow keys to move the pieces.
- Use the space bar to rotate the pieces.
- The game will end when the pieces reach the top of the board.
## How to run
1. Clone the repository.
2. Run `npm install` to install the dependencies.
3. Run `npm start` to start the development server.
4. Open `http://localhost:4200` in your browser.
5. Enjoy!
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Author
- [Antony Giomar Hernández](https://antonygiomarx.dev)