All Questions
Tagged with coffeescript html5
3 questions
0
votes
2
answers
632
views
"Painting" elements in html5 canvas
I'm making a game in coffeescript (although for the sake of this problem that's probably not all that relevant) and html5's canvas. It's a game that involves a paint cannon, that fires circular ...
5
votes
1
answer
3k
views
Smooth drag scrolling of an Isometric map - Html5
I have implemented a basic Isometric tile engine that can be explored by dragging the map with the mouse. Please see the fiddle below and drag away:
http://jsfiddle.net/kHydg/14/
The code broken ...
-1
votes
1
answer
560
views
Using Coffescript in HTML5 game development? [closed]
I just stumbled on this library/language called Coffescript, and thought it would do the coding part so much easier.
As an example, drawing maps with a for loop ...