Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/SerialDev/cppLearnMiniProjects

C++ mini projects 2015
https://github.com/SerialDev/cppLearnMiniProjects

Last synced: about 2 months ago
JSON representation

C++ mini projects 2015

Awesome Lists containing this project

README

        

# cppLearnMiniProjects
C++ mini projects 2015

--- Item Shop
--- 1D Combat Simulator
--- Checkerboard
--- TicTacToe

**************************
Item Shop: Array implementation for a basic item shop;
1D Combat Simulator: Time seeded, random number generation, to simulate a Game of Thrones inspired Defense of Castle Black text game
Checkerboard: 2D Array implementation for a basic command line Checkerboard rendering
TicTacToe: Command line implementation of the classic TicTacToe game