Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 884 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 884 Bytes

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

gcc main.c -o test
test

Gameplay

Author

👤 Aras Güngöre