How to make an easy learning game | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make an easy learning game

I am in desperate need, please help me. I need to write some code (preferably in c++, java or c#) and make an easy learning game/app. I was thinking about making some kind of dictionary, or something that teaches you words or something related to maths or anything (even the hangman game), but I don't know how to start and how to code that. Please give me some ideas, resources to read, or even any kind of help. Thank you in advance!

6th May 2020, 9:51 AM
Ana-Maria
Ana-Maria  - avatar
1 Answer
+ 1
Actually, if you're not doing anything fancy, what you learned so far in your tutorial here should be enough to make some sort of text-based learning game. The problem would be which sort of game it's gonna be, and then think how to implement it. Since you say hangman, you could combine that with multiple choice questions. The player has a defined number of mistakes they're allowed to make, and is asked multiple-choice questions. So basically you make them input a number from 1 to 4, and you check, if it's the right input, and if not... hangman next step. Something like that?
6th May 2020, 10:03 AM
HonFu
HonFu - avatar