Belhor Posted October 18, 2014 Share Posted October 18, 2014 Hello boys and girls! It's my first post here I am webmaster for many years, I know HTML and CSS. Now I'm learning jQuery and I would like to do something different then "just" websites... for exmaple games. So my qestion is: Is HTML5 + CSS3 + jQuery is enought? Or should I start learning some other language too? (and yes I knot that html and css are not real programing languages ) Quote Link to comment Share on other sites More sharing options...
Popolee Posted October 19, 2014 Share Posted October 19, 2014 WTF, why Jquery and not Javascript? Quote Link to comment Share on other sites More sharing options...
Fangh Posted October 19, 2014 Share Posted October 19, 2014 jQuery is not a language. You need to learn javascript without Jquery.I suggest you to give a try to these HTML5 Game engine : http://html5gameengine.com/ or the Dreamengine, which is an open source HTML5 Game Engine made by game devs for game devs. Quote Link to comment Share on other sites More sharing options...
d13 Posted October 19, 2014 Share Posted October 19, 2014 Now I'm learning jQuery Hello! jQuery is actually just a JavaScript library, not its own language.Maybe the first thing you could do is learn more about JavaScript; it's an extremely useful and practical language.Yes, HTML + CSS + JavaScript is all you need to start learning to make games. Quote Link to comment Share on other sites More sharing options...
SolarJS Posted October 22, 2014 Share Posted October 22, 2014 Learn JavaScript or something like TypeScript. Also, when look for an engine to build your game on, you should visit this site (real life speed comparison of different engines, including Phaser): http://jsbreakouts.org . If you target mobile, have a look at the Quintus engine, its performance is best when looking on the examples (view examples on iOS & Android, desktop shouldn't be a clue). Hope that helps. Quote Link to comment Share on other sites More sharing options...
jkohler Posted August 26, 2016 Share Posted August 26, 2016 revisiting this one. strongly feel one should learn javascript, then move up to more abstract ones like Typescript. That is, if you're doing frontend work. Don't forget to learn some backend coding too. Pick up something basic like nodejs (it's still JS, after all). Quote Link to comment Share on other sites More sharing options...
bdekk Posted August 26, 2016 Share Posted August 26, 2016 I suppose that typescript might be a bit overwhelming at first but definitely pick it up if you are confident enough. I would start, as other people pointed out, with JavaScript then dive into theory about the single page apps concept which is also used in many games (one index and routing/state-management being handled using javascript). This might be a bit confusing in the beginning for a website dev. If you've covered that then I would look into build systems, like gulp, grunt or webpack. This to see how you can manage dependencies et cetera. If you also want to do some server-related programming I'd look at nodejs. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.