For the last 6 months me and my brother have been building an online platform for building games called Play My Code (
linky) and were looking for feedback from developers.
The idea is that to build a game today you need to:
- download tools
- install & setup tools
- build your game
- work out distribution
- find hosting and upload
- get others to download & play
If your building a browser game then the list gets longer due to all of the boiler plate code you need to write. You need to get your canvas setup with your JavaScript, handle keyboard and mouse in a cross browser way, and handle lots of other cruft like if someone using IE 8 or below visits.
Play My Code aims to compress all of this down to make building games as easy as possible.
All of the tools are online and run within the browser, so no downloads are needed. The games are written in our own language which compiles straight to JavaScript (for speed). We also use our own language because it means the games are safe to embed on other websites (no user tracking, alerts, ads, popups, redirects and other annoying but legit JavaScript) and because we feel JavaScript isn't good enough for building games (for example our language provides classes and some static analysis for finding bugs).
Once built you can then embed any of our games on your blog or site. The idea being that if you want to build a one-off game then you can do that on PMC and we'll host it for you.
So far the site is still in beta with lots of features still being implemented (I'm currently starting on sound support). But today you can build games and embed them elsewhere. So if anyone here is interested then why not head over to Play My Code and try it out.
We also have a sandbox
here that you can use without having to signup (you do need to signup to save your projects).
Thanks!