Volter9 Posted June 23, 2013 Share Posted June 23, 2013 Hello guys! I created simple HTML5 Canvas Game Engine and want to share with my creation. There's a link to the project (on github): https://github.com/Volter9/RacoonJS And demo: http://volter9.github.io/RacoonJS/demos/Asteroids/index.html Thank you for attention. P.S.: I hope I not violating any rules. P.S.S.: To admins/moderators: did I choosed right section to post in? Link to comment https://forums.phpfreaks.com/topic/279489-racoonjs-html5-canvas-game-engine/ Share on other sites More sharing options...
Volter9 Posted June 26, 2013 Author Share Posted June 26, 2013 (edited) I've added another demo: Pong Edited June 26, 2013 by Volter9 Link to comment https://forums.phpfreaks.com/topic/279489-racoonjs-html5-canvas-game-engine/#findComment-1437913 Share on other sites More sharing options...
NomadicJosh Posted September 11, 2013 Share Posted September 11, 2013 Well, those were not addicting at all. Good job. Link to comment https://forums.phpfreaks.com/topic/279489-racoonjs-html5-canvas-game-engine/#findComment-1449065 Share on other sites More sharing options...
gizmola Posted September 11, 2013 Share Posted September 11, 2013 Great demos. Needless to say, the next step, aside from enhancing your engine would be to get documentation for your api. There are lots of options for generating them from your source annotations/docblocks. This recent article has some really good options you could investigate: http://www.lsauer.com/2013/05/javascript-documentation-generator.html#.UjAlLhZnTzL One thing that I don't understand, is why you aren't using git version tags. Putting all the versions of your library in a /ver/... directory structure seems to miss the whole point of version control. Link to comment https://forums.phpfreaks.com/topic/279489-racoonjs-html5-canvas-game-engine/#findComment-1449086 Share on other sites More sharing options...
Recommended Posts