Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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! 🎉