»Xog Posted December 7, 2009 Report Posted December 7, 2009 Create your own games here, http://www.effectgames.com/effect/ "Effect Games provides free, online tools for building, sharing and playing your own browser based games. Your games may include sound effects, music, and multiple layers of parallax-scrolling tiles and sprites. Users can play your games right in their browsers, without needing any new plugins or extensions. Publish your games on your website or blog, share on social networking sites, and submit them to our featured games section! Build your games using JavaScript and our custom browser game engine, level editor, and suite of developer tools. The Effect Engine supports Mac OS X, Windows, Linux and all modern browsers including IE, Firefox, Chrome, Opera and Safari." Quote
krslynx Posted December 8, 2009 Report Posted December 8, 2009 Wow, this is impressive. Thanks. Quote
Gravitron Posted December 8, 2009 Report Posted December 8, 2009 (edited) Here's a much heavier and professional one. http://www.unity3d.com/http://www.unity3d.com/unity/download You can get the non-pro version for free for infinite use.The pro version has 30-day free trial. Edited December 8, 2009 by Ori Klein Quote
General Shadow Posted December 8, 2009 Report Posted December 8, 2009 What sort of programming languages are needed for these? Quote
»Lynx Posted December 8, 2009 Report Posted December 8, 2009 EffectGaming.com uses JavaScript as its main programming language, however it's got a very good API that you can call to for all of your 'gaming' functions etc. The reason that EffectGaming.com interested me was it's simplicity, and it's ability to share the design process of a game online effectively, therefore if you're just getting into games dev etc, or you simply don't want the hassel you do not need to create a side website for storage/bug-tracking/wiki/documentation/cvs etc. From what I can tell, you could easily make an in-browser Subspace clone with EffectGaming.com, but as the API has no online play functions (which is a real downfall) you'll need to rely on how well you can code AI (which isn't that hard in JS, anyway). In terms of graphics, pretty much every graphic that Subspace currently uses could be used by EffectGaming.com without any modification. I'm going to be personally playing around with Effect Engine to see what it's real downfalls are (as I am sure there are more...). Unity is a games engine, it seems good enough but there are an array of other ones out there that are all free and open source. It does seem nice though, but it has a price-tag of $1,400 which seems very steep. Good if you plan on using it and making a fat wad of cash, not so good if you plan on using it. I don't see how it beats a lot of open source game engines that are cross-platform and use the STL. That's just me though. Note: You might be able to code your way around providing multiplayer on with Effect Engine - I am not sure. Quote
»D1st0rt Posted December 10, 2009 Report Posted December 10, 2009 If its the same one I'm thinking of, Unity uses C# and can also run on the iPhone Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.