+ 2
Feedback wanted on Text RPG Battle program. Please?
Feedback? Corrections? Is this the right way to go about this? https://code.sololearn.com/cI26Uqr56JXQ/?ref=app Program simulates battle between multiple human (can form a party or multiplayer) and computer players (all the players are computer atm) /*sololearn you know*/. Battle continues until either side is dead. Note: There would normally be a menu system presented to players each turn but yeah sololearn. Also the program ends after 2 turns specifically for the sololearn compiler as it times out.
3 Answers
+ 3
Feedback: Looks good generally from the little C++ I know.
Correction: You could replace while(false == quit) with while (!quit) in your main method.
+ 3
Also, jay's health and strength is "Over 9000" đ
+ 3
hahaha Of course!