All Questions
Tagged with javascript oop
3 questions
1
vote
0
answers
47
views
Javascript: world tile generator bug? collision not working, player falls down? [closed]
Hi I have a serious problem here, When I generate my tile map from an array with numbers [0,4, ...] (0 > for air, 4 for solid) inside of generateWorld()... the ...
0
votes
1
answer
210
views
How to store and use different AI behaviours
I'm coding a space shooter on three.js (WebGL) and since the game I'm doing is rather simple, plus I want to keep controll of the structure, I'm not using a game engine.
I'm using oop classes and ...
2
votes
2
answers
7k
views
HTML5 point and click adventure game code structure with CreateJS
I'm a programming beginner.
I made a tiny one scene point and click adventure game to try to understand simple game logic and came up with this:
CreateJS features prototypes for creating bitmap ...