Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/deekshant-w/cpp-mini
- Owner: deekshant-w
- Created: 2020-09-28T08:20:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-21T19:19:01.000Z (over 3 years ago)
- Last Synced: 2024-11-08T08:51:09.243Z (about 2 months ago)
- Language: C
- Size: 7.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 Lifehttps://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.___