https://github.com/minhaskamal/coolconsolegames
A Collection of Wonderful Console Games (the-game-of-life-three-3-stones-tic-tac-toe-tictactoe-criss-cross-snake-rush-peeble-dropping-connect-four-4)
https://github.com/minhaskamal/coolconsolegames
c console console-game game
Last synced: 10 months ago
JSON representation
A Collection of Wonderful Console Games (the-game-of-life-three-3-stones-tic-tac-toe-tictactoe-criss-cross-snake-rush-peeble-dropping-connect-four-4)
- Host: GitHub
- URL: https://github.com/minhaskamal/coolconsolegames
- Owner: MinhasKamal
- License: mit
- Created: 2015-12-08T09:41:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-30T07:36:19.000Z (over 9 years ago)
- Last Synced: 2025-04-11T18:53:09.900Z (about 1 year ago)
- Topics: c, console, console-game, game
- Language: C
- Homepage:
- Size: 116 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :alien: Cool Console Games
#### Simple Console Based Game
### Games
The project contains 6 games-
1. **3Stones**: It is an interesting game where you place three stones on a board and move them. So that you can align them serially or place against the opponent. Get [source code](https://github.com/MinhasKamal/CoolConsoleGames/blob/master/src/3Stones.c) & [executable](https://github.com/MinhasKamal/CoolConsoleGames/blob/master/bin/3Stones.exe?raw=true).
2. **CrissCross**: This is a simple Tic-Tac-Toe game. You can play with the computer too. The computer has two types of AI, having two levels of smartness. Get [source code](https://github.com/MinhasKamal/CoolConsoleGames/blob/master/src/CrissCrossV-2.c) & [executable](https://github.com/MinhasKamal/CoolConsoleGames/blob/master/bin/CrissCrossV-2.exe?raw=true).
3. **GameOfLife**: It is actually an implementation of the eminent program "The Game of Life" developed by a mathematician of Cambridge. It simulates evolution of life and proves that a set of simple laws may produce complex result. To see the fabulous result run the *\*.lnk* file provided with it in */bin*. Get [source code](https://github.com/MinhasKamal/CoolConsoleGames/blob/master/src/GameOfLife.c), [executable](https://github.com/MinhasKamal/CoolConsoleGames/blob/master/bin/GameOfLife.exe), & [link for running with settings](https://github.com/MinhasKamal/CoolConsoleGames/blob/master/bin/GameOfLifeRun.lnk).
4. **PebbleDropping**: It is one my favorite games. You drop a pebble in a column and and try to align four pebbles sequentially. You can play with the computer too. But the AI is not complete yet, so it is easy to win against. This is my very first program of game. Get [source code](https://github.com/MinhasKamal/CoolConsoleGames/blob/master/src/PebbleDroppingV-3.c) & [executable](https://github.com/MinhasKamal/CoolConsoleGames/blob/master/bin/PebbleDroppingV-3.exe?raw=true).
5. **SnakeRush**: This game is a regular snake game. This program was collected from the internet. I fixed some problems of this code, yet it contains some bugs. Get [source code](https://github.com/MinhasKamal/CoolConsoleGames/blob/master/src/SnakeRush.c) & [executable](https://github.com/MinhasKamal/CoolConsoleGames/blob/master/bin/SnakeRush.exe).
6. **16Pebbles**: This game is not complete yet! :D
Get all the compiled games for Windows OS from [here](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/MinhasKamal/CoolConsoleGames/tree/master/bin).
### License

CoolConsoleGames is licensed under MIT License.