Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SerialDev/cppLearnMiniProjects
C++ mini projects 2015
https://github.com/SerialDev/cppLearnMiniProjects
Last synced: 18 days ago
JSON representation
C++ mini projects 2015
- Host: GitHub
- URL: https://github.com/SerialDev/cppLearnMiniProjects
- Owner: SerialDev
- Created: 2015-01-28T11:30:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-01T00:22:02.000Z (about 9 years ago)
- Last Synced: 2024-07-31T22:59:00.113Z (3 months ago)
- Language: C
- Size: 25.2 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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