An open API service indexing awesome lists of open source software.

https://github.com/antonygiomarxdev/tetris


https://github.com/antonygiomarxdev/tetris

Last synced: about 2 months ago
JSON representation

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)