Idle games | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Idle games

Can i build a web based Idle game just with Javascript ?. do u know any good programms that would help me on programming and drawing ?. If u r going to make an idle game which programms would u use ?

13th Nov 2017, 6:42 AM
Amr Aroub
Amr Aroub - avatar
4 Réponses
+ 2
If you're going to be making a web-based game, you can't build it with JUST JavaScript. JS is a client-side language, meaning it has to run while the window is open. Clicker Heroes, for example, when you buy certain upgrades can click for you even when you close the game. They have to use a server-side language such as SQL to automatically add those points.
13th Nov 2017, 11:11 AM
Jayden Webb
+ 2
I'm actually not sure about this, since I don't know a thing about node.js. Take my suggestion with a grain of salt. I did some research, and I do believe that Node would be a nice candidate for the language you are looking for. However, I think you should do some more digging around the internet to see if it would really work. Unless, of course, you already know a lot about Node.
13th Nov 2017, 8:52 PM
Jayden Webb
+ 1
can't i use node.js as server-side ? thank u so much for ur answer. If i want to make an web based game like Clicker Heroes can i do that with javascriot and node.js ? if not then which langauges do i need ?
13th Nov 2017, 5:11 PM
Amr Aroub
Amr Aroub - avatar
+ 1
ok thx 🙂
13th Nov 2017, 8:53 PM
Amr Aroub
Amr Aroub - avatar