https://github.com/helomdrs/rockpaperscissors-cpp
Entry Level project for my C++ training
https://github.com/helomdrs/rockpaperscissors-cpp
cpp
Last synced: about 1 month ago
JSON representation
Entry Level project for my C++ training
- Host: GitHub
- URL: https://github.com/helomdrs/rockpaperscissors-cpp
- Owner: helomdrs
- License: mit
- Created: 2025-03-07T14:44:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-07T15:20:37.000Z (over 1 year ago)
- Last Synced: 2025-03-07T16:26:02.989Z (over 1 year ago)
- Topics: cpp
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.MD
Awesome Lists containing this project
README
# Rock Paper Scissors C++
Entry Level #1 project of mine C++ formation.
## Description
A simple Rock Paper Scissors game played on terminal against an AI. The objective of this project is to practice knowledge of basic C++ concepts like basic IO, syntax, vectors, strings, conditionals, raw pointers and loops.
## Getting Started
### Dependencies
* Windows 10;
* Visual Studio;
* C++ libraries;
### Installing
* Just download the entire repository.
### Executing program
* Run the project on Visual Studio on Debug x64.
## For Kokkuers
This project was made under the C++ special training made by and for Heloisa Medeiros. For more info, check the [C++ Training Route](https://kokkugames.atlassian.net/wiki/spaces/~551654817/pages/1840087045/C+Training+Route) page.
## Version History
* 0.6
* Code structure changed to look more like a game engine;
* See [commit change](https://github.com/helomdrs/RockPaperScissors-Cpp/commits/master/);
* 0.5
* Project repage after senior revision;
* Code splitted between structs;
* See [commit change](https://github.com/helomdrs/RockPaperScissors-Cpp/commits/master/);
* 0.4
* Code cleanup and comments;
* See [commit change](https://github.com/helomdrs/RockPaperScissors-Cpp/commits/master/);
* 0.3
* Code updated based on peer reviews;
* See [commit change](https://github.com/helomdrs/RockPaperScissors-Cpp/commits/master/);
* 0.2
* README and LICENSE pages;
* See [commit change](https://github.com/helomdrs/RockPaperScissors-Cpp/commits/master/);
* 0.1
* Initial Release;
## License
This project is licensed under the MIT License - see the LICENSE.md file for details