Page 1 of 3

Colorpix

Posted: Wed Sep 29, 2010 12:54 pm
by one87
Hello everyone.

This is my first game with löve.
The game idea is not from me, saw it on the Internet a while ago.
Lua sounds fun to me so I want to learn it.

Image

The goal of the game is easily figured out.
This is the first version in beta stadium.
If you find bugs please report them.

Also I'm still looking for an easy way to save and load multiple integer variables as well as an two dimensional array. Help?

Update: 1.1 - forgot to set randomseed....
Update: 1.2 Highscore overwrite fixed,sorry folks!

Next version: Code cleanup, bigger grid => more difficult gameplay, Save/Load whole game

Re: Colorpix

Posted: Wed Sep 29, 2010 1:07 pm
by zac352
Looks cool. :3

edit: Oh fudge that is addictive.

Re: Colorpix

Posted: Wed Sep 29, 2010 1:55 pm
by vrld
This is surprisingly addictive.

Re: Colorpix

Posted: Wed Sep 29, 2010 2:19 pm
by kikito
sweet. Just what I needed to foster my productivity. As if Starcraft II wasn't enough.

... seriously, it is very nice

Re: Colorpix

Posted: Wed Sep 29, 2010 7:21 pm
by Robin
Nice! :nyu:

Re: Colorpix

Posted: Wed Sep 29, 2010 7:57 pm
by Elvenrix
Very nice.
Can i suggest a "no game over" option for those who can't beat the game in 25 moves? (like myself :P)

Re: Colorpix

Posted: Wed Sep 29, 2010 8:23 pm
by Robin
Something like a loser easy mode? :P

Re: Colorpix

Posted: Wed Sep 29, 2010 9:05 pm
by thelinx
Pfft, easy mode is for elementary school kids.

Re: Colorpix

Posted: Wed Sep 29, 2010 9:48 pm
by Elvenrix
Robin wrote:Something like a loser easy mode? :P
Yes! That is exaclty what i wanted to say :D

Re: Colorpix

Posted: Thu Sep 30, 2010 8:29 am
by one87
Elvenrix wrote:
Robin wrote:Something like a loser easy mode? :P
Yes! That is exaclty what i wanted to say :D
Haha, allright.
Just change line 10: turns_max=25 -- max number of turns

Or alternativ remove line 113 ;)

Have fun