| bio | website | raynos.org |
|---|---|---|
| location | ||
| age | 23 | |
| visits | member for | 2 years, 7 months |
| seen | Aug 26 '12 at 2:48 | |
| stats | profile views | 32 |
|
Aug 9 |
awarded | Nice Answer |
|
Jan 27 |
comment |
To canvas, or not to canvas, when building browser-based games? Since when does DOM have poor performance. It's just not hardware accelerated, that's the only difference. And a 500x500 table in background colours on cell is not an efficient DOM implementation |
|
Dec 24 |
awarded | Critic |
|
Dec 24 |
awarded | Commentator |
|
Dec 24 |
comment |
What is the best framework to develop games for Android? PhoneGap. Or web games |
|
Nov 23 |
comment |
What is some game development literature purely in javascript? You don't need HTML, you need a way to update the screen. You can do "pure javascript" as long as you have a javascript driver then can do IO |
|
Oct 31 |
comment |
Which free HTML5-based game engine meets these requirements? I'd recommend you just use the raw HTML5 apis like <canvas> and slap on your IE shim of choice. That aside, Lime and impact are the big players. Warning 2: any game you write will run like ass on IE<9. |
|
Oct 26 |
awarded | Organizer |
|
Oct 26 |
revised |
How to make sure there's always a walkable path for enemies in a tower-defense game? i dont see any javascript |
|
Oct 26 |
suggested | suggested edit on How to make sure there's always a walkable path for enemies in a tower-defense game? |
|
Oct 11 |
awarded | Yearling |
|
Oct 10 |
comment |
How to handle multiplayer in JavaScript? Here are two more examples |
|
Oct 10 |
answered | How to handle multiplayer in JavaScript? |
|
Aug 2 |
comment |
Are commercial javascript games sensible? Look into open source game development. There is no reason why it can't work |
|
Jul 12 |
answered | How to protect source code when game is developed in HTML5/Javascript |
|
Jun 21 |
comment |
Simple Math Multiplayer game - is Ajax sufficient? @ChristianStrang that's interesting, You can use an external service like pusher. Are you sure you can't just install node.js or APE on your managed server? |
|
Jun 20 |
comment |
Simple Math Multiplayer game - is Ajax sufficient? @RandolfRichardson Could you show me a polished modern Java Applet which was designed to be used as an applet and not ported? (Recent popular Java Applets like minecraft were just ported as an applet because it was "free"). From the tools I've seen, applications written as Java Applets lacked a modern/polished look. |
|
Jun 19 |
awarded | Teacher |
|
Jun 19 |
answered | Simple Math Multiplayer game - is Ajax sufficient? |
|
Jun 19 |
comment |
Simple Math Multiplayer game - is Ajax sufficient? It would be a great alternative if we were in 1995. |