Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sawzeno/tetris
tetris in c , right from scratch
https://github.com/sawzeno/tetris
c-game from-scratch tetris
Last synced: about 2 months ago
JSON representation
tetris in c , right from scratch
- Host: GitHub
- URL: https://github.com/sawzeno/tetris
- Owner: Sawzeno
- Created: 2023-09-24T15:00:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-04T07:04:08.000Z (5 months ago)
- Last Synced: 2024-08-05T07:53:22.581Z (5 months ago)
- Topics: c-game, from-scratch, tetris
- Language: C
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎮 Tetris in C [Under Development]
Tetris in Terminal, built from scratch in C.
---## 🔧 Building and Running the Project
To build and run the project, follow these steps:
1. **Create a build directory:**
```sh
mkdir build
```2. **Make the build script executable:**
```sh
chmod +x r.sh
```3. **Run the build script:**
```sh
./r.sh -r
```4. **Run the game:**
```sh
./build/game/game
```Enjoy playing Tetris! 🎉