Im learning C++ , can someone give me an idea for a program to make? (Advanced level) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Im learning C++ , can someone give me an idea for a program to make? (Advanced level)

21st Nov 2016, 8:00 PM
Daniel Carmel
Daniel Carmel - avatar
6 Answers
+ 2
Visit the "dailyprogrammer" subreddit, it has some very good programming challenges of varying difficulty. Pick one you like and code a solution in C++.
21st Nov 2016, 9:35 PM
Arthur Busser
Arthur Busser - avatar
0
OS
21st Nov 2016, 8:06 PM
FinnQ
0
How advanced are we talking? What about simulating an airport? That was my fundamentals 1 project.
21st Nov 2016, 8:54 PM
scott johnson
scott johnson - avatar
0
haha chill man, not THAT advanced! I meant that I know all the basics in the advanced way;)
21st Nov 2016, 8:57 PM
Daniel Carmel
Daniel Carmel - avatar
0
how about simple RPG. have a player, some enemies, a dungeon and a shop. let the player level up by fighting in the dungeon, and buy/upgrade items from the shop. when the player levels up make the enemies stronger. does that sound good?
21st Nov 2016, 9:32 PM
asdadasdsaczxc
0
I would suggest making a rogue-like. It can pretty much be an RPG-lite, you can implement simple graphics in ASCII, there's a lot of procedural generation, and there are good rogue-like development tutorials online if you need inspiration. Or an old-school text-based game.
22nd Nov 2016, 6:39 AM
koshe
koshe - avatar