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

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

Awesome Lists containing this project

README

          

short-fun-projects
==================

Here, I share any short code projects I learn, which intuitive and cool.

##Hangman
![alt tag](https://github.com/mandliya/short-fun-projects/blob/master/hangman/hangman.gif?raw=true)

## 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.
[![Screen](./matrix-screen/matrix.gif)](./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.