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.
- Host: GitHub
- URL: https://github.com/arasgungore/console-games
- Owner: arasgungore
- License: mit
- Created: 2021-03-04T05:35:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T12:11:19.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T12:46:48.745Z (2 months ago)
- Topics: 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
- Language: C
- Homepage:
- Size: 6 MB
- Stars: 31
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)