Page 1 of 2
easy games progamming?
Posted: 23 Nov 2009, 04:50
by SinbadEV
I want to quickly and easily prototype a game idea I have... and I am feeling really frustrated at all the hoops one has to typically jump through to do so... basically I'm looking for something as easy to use as XNA but free and multi-platform... suggestions?
Re: easy games progamming?
Posted: 23 Nov 2009, 10:00
by Master-Athmos
Re: easy games progamming?
Posted: 23 Nov 2009, 16:08
by KDR_11k
Python PyGame? Works for 2D.
Re: easy games progamming?
Posted: 23 Nov 2009, 18:31
by SinbadEV
Unity appears to cost money
I've fought with py-game before... it's not easy enough...
Re: easy games progamming?
Posted: 23 Nov 2009, 19:55
by Pxtl
SinbadEV wrote:Unity appears to cost money
I've fought with py-game before... it's not easy enough...
Didn't they make the news by announcing it was going to be free now?
Re: easy games progamming?
Posted: 23 Nov 2009, 20:10
by CarRepairer
Are there any free flash dev kits out yet? I love flash, but when I searched for flash and free I am led down a maze of confusion.
Re: easy games progamming?
Posted: 23 Nov 2009, 20:31
by Regret
http://www.love2d.org/
LÖVE is an unquestionably awesome 2D game engine, which allows rapid game development and prototyping in Lua.
Re: easy games progamming?
Posted: 23 Nov 2009, 20:37
by KDR_11k
SinbadEV wrote:I've fought with py-game before... it's not easy enough...
It's massively easy. Might need a bit of working into but all tools do.
Re: easy games progamming?
Posted: 23 Nov 2009, 22:21
by knorke
quickbasic

I guess even with zero knowledge you can make a 2D game in a few days if you follow a tutorial.
Well, it depends on what kind of game do you plan?
3D, turnbased, etc.
And if its just a prototype, does it really have to be multi-plattform?
CarRepairer wrote:Are there any free flash dev kits out yet? I love flash, but when I searched for flash and free I am led down a maze of confusion.
I don't think something like this exist, the closest thing I found was some very gay free editor that would allow you to do
very simple stuff. Like place some rotating shapes.
Re: easy games progamming?
Posted: 23 Nov 2009, 23:03
by jeykey
knorke wrote:quickbasic

does it really have to be multi-plattform?
I don't think multiplatform is the problem
Re: easy games progamming?
Posted: 23 Nov 2009, 23:14
by CarRepairer
knorke wrote:I don't think something like this exist, the closest thing I found was some very gay free editor that would allow you to do very simple stuff. Like place some rotating shapes.
I know. I'm waiting for the day when something comparable to Adobe Flash is sent from the heavens.
Re: easy games progamming?
Posted: 23 Nov 2009, 23:27
by Pxtl
CarRepairer wrote:knorke wrote:I don't think something like this exist, the closest thing I found was some very gay free editor that would allow you to do very simple stuff. Like place some rotating shapes.
I know. I'm waiting for the day when something comparable to Adobe Flash is sent from the heavens.
FlashDevelop + FlexSDK?
Although that's more about actionscript coding.
Re: easy games progamming?
Posted: 24 Nov 2009, 00:37
by CarRepairer
Pxtl wrote:CarRepairer wrote:knorke wrote:I don't think something like this exist, the closest thing I found was some very gay free editor that would allow you to do very simple stuff. Like place some rotating shapes.
I know. I'm waiting for the day when something comparable to Adobe Flash is sent from the heavens.
FlashDevelop + FlexSDK?
Although that's more about actionscript coding.
Those sound familiar. Actionscript is part of the equation. I'm interested in having all the functionality.
Re: easy games progamming?
Posted: 24 Nov 2009, 01:47
by Master-Athmos
SinbadEV wrote:Unity appears to cost money
The Indie edition recently was made free of charge. It's still quite powerful though and especially is a good choice for prototyping...
Re: easy games progamming?
Posted: 24 Nov 2009, 03:45
by smoth
. . this thread seems like a joke... are you really asking this?
Re: easy games progamming?
Posted: 24 Nov 2009, 05:21
by SinbadEV
smoth wrote:. . this thread seems like a joke... are you really asking this?
not a joke.
I'm lazy so it might as well be... but not a joke.
Re: easy games progamming?
Posted: 24 Nov 2009, 05:31
by aegis
oh cmon, I picked up opengl for the first time and wrote three spring minigames in a short amount of time.
how complicated of a game are you talking?
Re: easy games progamming?
Posted: 24 Nov 2009, 05:34
by SinbadEV
board game involving cards and board tiles etc... not complicated at all really. but I spent a week making objective pacman and never got past the editor... and that was in XNA, so I was looking fro something easier
Re: easy games progamming?
Posted: 24 Nov 2009, 05:39
by aegis
any languages you'd be comfortable programming the logic in, regardless of gui?
Re: easy games progamming?
Posted: 24 Nov 2009, 05:43
by SinbadEV
C# or VB.NET