https://github.com/mandliya/short-fun-projects
Hangman, Matrix Screen..etc
https://github.com/mandliya/short-fun-projects
Last synced: 6 months ago
JSON representation
Hangman, Matrix Screen..etc
- Host: GitHub
- URL: https://github.com/mandliya/short-fun-projects
- Owner: mandliya
- License: mit
- Created: 2014-07-02T08:09:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-27T22:17:27.000Z (about 10 years ago)
- Last Synced: 2025-03-27T08:48:35.969Z (7 months ago)
- Language: C++
- Homepage:
- Size: 15.8 MB
- Stars: 8
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
short-fun-projects
==================Here, I share any short code projects I learn, which intuitive and cool.
##Hangman
## Matrix screen
- Generates a matrix like terminal screen using C++ threads
- Please use "Green on Black" terminal settings to view it.
- Used winsize + ioctl to detect terminal window size, instead of using a constant.
[](./matrix-screen/matrix.png)## Coin Flip Simulation
- A simple coin flip simulation using C++11 random library## Decimal to Binary, Binary to Decimal conversion
- A simple conversion program, which can convert large decimal binary conversions.
## Text Games
- Computer try to guess the number you chose.
- You guess the random number computer chooses.