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

https://github.com/arasgungore/console-games

A C project in which you can play some of your classic arcade video games from the '80s on the terminal.
https://github.com/arasgungore/console-games

arcade-game arcade-games ascii-game atari-game-pong atari-games game games pong pong-game retro-games retro-gaming snake snake-game space-invaders terminal-based terminal-game tetris tetris-game video-game video-games

Last synced: about 2 months ago
JSON representation

A C project in which you can play some of your classic arcade video games from the '80s on the terminal.

Awesome Lists containing this project

README

        

# console-games

A C project in which you can play some of your classic arcade video games from the '80s such as Pong, Snake, Space Invaders, and Tetris on the terminal.

## Run on Terminal

```sh
gcc main.c -o test
test
```

## Gameplay






## Author

👤 **Aras Güngöre**

* LinkedIn: [@arasgungore](https://www.linkedin.com/in/arasgungore)
* GitHub: [@arasgungore](https://github.com/arasgungore)