Game? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Game?

Say if I wanted to make a game, could I just use HTML and CSS or would I have to Learn JavaScript, Ruby ect.

19th Jun 2018, 1:15 PM
Ryan Sullivan
Ryan Sullivan - avatar
7 Answers
+ 2
With only HTML and CSS, it would be possible to create a game, although it wouldn't have too many dynamic elements. Using JavaScript is probably the best option to make a dynamic and interactive game, so I would recommend looking into that.
19th Jun 2018, 1:18 PM
Faisal
Faisal - avatar
+ 2
You should know javascrip because all of the logic and movement is code in javascript. Check my github acount to see some of my games. https://github.com/borislavvv00
30th Jun 2018, 2:11 PM
B K
+ 1
Ryan Sullivan (Suvan) I have made simple games before, but I wouldn't say that I would be able to make very graphical games. Unity is basically a game engine that is used to make any type of games (e.g. 2D, 3D, first person, etc.). As Anastasya Rez mentioned, it uses C# and JavaScript to make its games
19th Jun 2018, 1:29 PM
Faisal
Faisal - avatar
0
If you want to make a complicated game, i suggest you to learn C# or C++.. I've tried C# using unity and it's powerful
19th Jun 2018, 1:19 PM
Anastasya Reskianissa
Anastasya Reskianissa - avatar
0
Faisal Yeah ok, just a question do you have the skills to create a very detailed looking game.
19th Jun 2018, 1:20 PM
Ryan Sullivan
Ryan Sullivan - avatar
0
Anastasya Reskianissa what the heck is unity
19th Jun 2018, 1:21 PM
Ryan Sullivan
Ryan Sullivan - avatar