+ 1
What type of code should I use if I want to make a game? It will be a question game.
I am new but I want to make my very own game! I was wondering which type of script I should get started with first.
8 Answers
+ 2
Use html and Javascript for a web based one.
+ 1
You can play around with the inner workings of my basic âguess gameâ similar to q&a. I have it written in both JavaScript(for visual/interaction on a web-compiler) as well as java. They both may seem a little complicated as I am masking the answers from being seen in the code (this would be unnecessary in a game that is not open-source) but it
might give you a general idea. You can also do a similar style game in many other languages including python.
Web (JavaScript):
https://code.sololearn.com/WRH7C49C4P83/?ref=app
Java:
https://code.sololearn.com/c8CM55on2n05/?ref=app
0
Explain "type of code" do you mean what computer language you should use?
0
Yes, sorry I'm a bit new to this platform.
0
Fidel Sosa well depends do you just want console questions game?
0
Fidel Sosa if you'd like a really simple question game I'd recommend using python because you are a newbie and python is a very simple and a good language to start with. in here you can start learn it https://www.sololearn.com/Course/Python/?ref=app
if you have any questions dm me
Good luck!
0
Will do, thanks!
0
Nice! I'll definitely look at those.