GoTetris is a Tetris game implemented in TypeScript. This project is a fun way to learn TypeScript while building a classic game.
- Classic Tetris gameplay
- Simple and intuitive controls
- Score tracking
- Pause and resume functionality
To install and run GoTetris, follow these steps:
- Clone the repository:
git clone https://github.com/msaifulhuda/gotetris.git
- Navigate to the project directory:
cd gotetris - Install the dependencies:
npm install
- Build the project:
npm run build
- Run the game:
npm start
- Use the arrow keys to move the Tetriminos.
- Press the spacebar to drop the Tetrimino.
- Press 'P' to pause or resume the game.
Contributions are welcome! Please fork the repository and submit a pull request.
- Inspired by the classic Tetris game.
- Built with TypeScript programming language.