What project can I construct by C++ ? Thank you. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What project can I construct by C++ ? Thank you.

project by C++

20th Dec 2016, 10:11 PM
Aylül
3 Answers
+ 1
Do up a simple dungeon crawler with a gui, it can literally be just until the player reaches a certain choice or monetary income to bribe a guard
21st Dec 2016, 12:07 AM
Cory Clapp
Cory Clapp - avatar
0
if you are a beginner, try some simple games
20th Dec 2016, 11:42 PM
Robert Lyon
Robert Lyon - avatar
0
I'm assuming since you're asking this you've done some basic undergraduate level work in C++ and are now tasked with an assignment. possible ideas range based on how motivated you are and how much you've retained from what you've done so far: A simple text based game that keeps track of values and follows different outcomes based on user input. A simplified implementation of tick-tack-toe that has the user enter their choice in the form of an ordered set and prints an updated version of the board after a successful input. Another good option would be a program that plays hangman by picking a word from a list of predefined list. Overall, whatever you end up doing, put forth the effort into making it your own (as well as by having good documentation) and you're more than likely to receive a good grade. Best of luck.
20th Dec 2016, 11:55 PM
Nathan Smith
Nathan Smith - avatar