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

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)

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
MIT License
CoolConsoleGames is licensed under MIT License.