0
Hi,i want to know that how can i create small games(which we can play on internet directly).Which languages should i learn?
6 Answers
+ 1
html and javscrript
+ 1
consider the availability of sockets for multiplayer functionalities
+ 1
Processing JS. Google Khan academy
+ 1
@ Dylan James I point out the new processing based library for JavaScript: p5js. http://p5js.org
there are very good and entertaining tutorials by Daniel Shiffman, online on the youtube channel "The Coding Train". Arguments covered: basic coding in processing environment, OOP, image manipulation, computer vision, HTML DOM interaction, sound i/o, video i/o, database access, socket connections, physics engines, genetic algorithms ecc..
Precious resources made available specially for beginners.
+ 1
@seamiki Funny you mention that. I've watched all of Dan's videos. great guy and awesome teacher.
+ 1
@Dylan James 2 i started thanks to his first book "Learning Processing", that was the only programming book i was able to finish.
The youtube videos are totally the next level and the perfect companion for "The Nature of Code": his second book. Big fan of Processing.org thanks to his teachings.