Page 1 of 2

Beginner game ideas?

Posted: Fri Jan 27, 2012 3:02 am
by veethree
Hey guys. So i've been playing around with löve for a while. And i've found out that the main reason i can't really get into it is cause i can't think of ideas for games..So i decided to ask you guys :D What sort of game would be a good "first game" to write? Something that would be pretty simple to write, Yet something you could learn from..see what i'm getting at? What was your first game?

Re: Beginner game ideas?

Posted: Fri Jan 27, 2012 4:06 am
by Taehl
I started out with a physics sidescroller with map-editing mechanics, but I always learn new things by jumping in way over my head. For something simple, the classic example is to make a Pong, Breakout, or Snake clone. If you want to be a little more creative, why not try making your own version of Skifree?

Re: Beginner game ideas?

Posted: Fri Jan 27, 2012 4:24 am
by MarekkPie
http://www.squidi.net/three/

Here's a good place to start on something that may not be so generic, but still simply in concept.

Re: Beginner game ideas?

Posted: Fri Jan 27, 2012 5:59 am
by tentus
I find that a fun practice is to pick a single element and pursue it. For example, I watched a lot of Star Trek recently, so I decided to write a little Love app that would create the warp effect. I spent quite some time experimenting with various ways to make it look cool, run faster, added little features like changing speed and direction, etc.

The point is, choose something super simple and see how deeply you can explore it. Try making a palette app, or an 8 bit typewriter, or... something, anything.

Re: Beginner game ideas?

Posted: Thu Feb 02, 2012 2:41 pm
by ghostrunners
I just saw this basic Tetris demo that someone might find fun replicating in Love2d - https://gist.github.com/1672254

Re: Beginner game ideas?

Posted: Thu Feb 02, 2012 3:35 pm
by coffee
veethree wrote: Something that would be pretty simple to write, Yet something you could learn from..see what i'm getting at? What was your first game?
I was in same situation so I choose as first project to learn do a turn tiled map based rpg (no timer/no real collisions). In my second I will turn for some action timed game.

Re: Beginner game ideas?

Posted: Thu Feb 02, 2012 6:53 pm
by slime
I always recommend a snake or pong remake as a first game.

Re: Beginner game ideas?

Posted: Thu Feb 02, 2012 10:38 pm
by legendman3
MarekkPie wrote:http://www.squidi.net/three/

Here's a good place to start on something that may not be so generic, but still simply in concept.
Thank you. I am now going to make a simple city building game.

Re: Beginner game ideas?

Posted: Thu Mar 08, 2012 2:38 am
by cattail
In my mind there some nastalgia games can be first (or early) games when newbie into love.
interface and algorithm must be simple, user control easy, AWSD or up\down\left\right, or mouse click

Some thing like Mine , pipe mania , Kyodai (Match image?) , Sokuban , Tetris , puzzles (dispear same objects, I don't know how to say in ENG) , ice breaker , and more like this.

And If U make this a go , then I want to a ZUMA like game, with some skill about collision ,sprite follow path ...

I use Sokuban clone as my first game , also some simple tools make is need for newbie , learn something to resolve a problem once (like a map editor something ). GIMP skill at least png (with alpha) will be nice .

Re: Beginner game ideas?

Posted: Thu Mar 08, 2012 9:13 am
by kikito
tentus wrote:I find that a fun practice is to pick a single element and pursue it. For example, I watched a lot of Star Trek recently, so I decided to write a little Love app that would create the warp effect. I spent quite some time experimenting with various ways to make it look cool, run faster, added little features like changing speed and direction, etc.
I would like to see that.