(click pic to play! Using keyboard’s ↑ ↓ ← →)
JavaScript, first time! Nearly die…. I think I’m too used to Java/C++ syntax and too greedy/ambitious to try to do projects with JS… I spent whole afternoon searching on internet, and although I did found some awesome source codes, they just simply blown my mind. SO FOREIGN.
Thanks to Andy‘s suggestion, I narrowed down my goal to make a simple bouncing image in window. And it worked! After kind of (really just kind of) understanding JavaScript’s syntax and structure, I added extra functions: auto-moving and controlled by arrow keys at same time, and speed up/slow down feature.
Below are some of the resources I found:
- http://jstherightway.org/ <– suggested by Mack 😀
- http://www.html5gamedevelopment.com/html5-game-tutorials
- http://javascriptissexy.com/how-to-learn-javascript-properly/
- http://www.reddit.com/r/learnjavascript/comments/1ceefw/learn_javascript_properly_omnibus_post/
- http://dev.tutsplus.com/articles/learn-html5-with-this-simple-avoider-game-tutorial–active-9653
- http://cssdeck.com/post/64/codecast-courses
- ……too many
I know right? Crazy.