Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/deekshant-w/cpp-mini

This repository contain mini projects and games that I created many years back when I had just started coding.
https://github.com/deekshant-w/cpp-mini

Last synced: 6 days ago
JSON representation

This repository contain mini projects and games that I created many years back when I had just started coding.

Awesome Lists containing this project

README

        

# CPP-mini
This repository contain mini projects and games that I created many years back when I had just started coding.

___
### 1. Flappy Ball
A gcc C++ version pf flappy bird but with a ball instead of a bird.

___
### 2. Game Of Life
C++ graphics initialization for Conway's Game Of Life

https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
*View this link to know more about Conway's Game of life*

___
### 3. Gear Bird
A compiled and modified version of Flappy Ball (which uses the ancient Graphics.h) which is compiled and ready to run as exe on modern windows as exe.

___