| View previous topic :: View next topic |
| Author |
Message |
JEK
Joined: 03 Sep 2005 Posts: 12 Location: Norway
|
Posted: Tue Sep 13, 2005 2:07 am Post subject: Connect, a new game. |
|
|
Here is my second try at making a game in Lua.
Here it is
How to play:
Connect all squares horizontally or vertically.
Press X on top of a green square and connect it to another square over, under, left or right by pressing X on that to.
Level is cleared when all green squares have been connected.
Keys:
Cross=Select square
Circle=Restart level
Square=Next level (Only after clearing a level)
Triangle=Instructions on/off _________________ --
JEK
Last edited by JEK on Sat Sep 17, 2005 2:21 am; edited 1 time in total |
|
| Back to top |
|
 |
flattspott
Joined: 22 Aug 2005 Posts: 22
|
Posted: Tue Sep 13, 2005 11:08 am Post subject: |
|
|
| That's sweet looking man, and here i thought you made some ugly Connect 4 type of game |
|
| Back to top |
|
 |
RaiderX
Joined: 13 Sep 2005 Posts: 3
|
Posted: Tue Sep 13, 2005 8:27 pm Post subject: |
|
|
| WOW!! I REALLY like this game! GREAT work! Now I just gotta say how sweet this would be on DJSP! U GOTTA make this for DJSP!! |
|
| Back to top |
|
 |
rmedtx
Joined: 13 Sep 2005 Posts: 14 Location: USA
|
Posted: Tue Sep 13, 2005 11:49 pm Post subject: |
|
|
Jek,
I did some graphic updates to your game. I hope you don't mind. Here are the graphics I made for it. I don't have my PSP with me right now so I cannot test them. Can you please check them out and let me know what you think.
Icon:
Background:
Select:
Mark:
Blank:
 |
|
| Back to top |
|
 |
JEK
Joined: 03 Sep 2005 Posts: 12 Location: Norway
|
Posted: Wed Sep 14, 2005 12:16 am Post subject: |
|
|
| rmedtx wrote: | Jek,
Can you please check them out and let me know what you think.
|
Hi rmedtx.
The Mark and Blank images are very cool, I like them alot.
But the Background has too many colours so the blue gradient gets a little chopped up.
If you can optimize it for 256 colors where the gradient is smooth, it will look great. _________________ --
JEK |
|
| Back to top |
|
 |
Shine
Joined: 03 Dec 2004 Posts: 728 Location: Germany
|
Posted: Wed Sep 14, 2005 2:11 am Post subject: |
|
|
| JEK wrote: | | If you can optimize it for 256 colors where the gradient is smooth, it will look great. |
This won't help. You have 15 bits color, which means 32768 different colors, but currently only the highest 5 bits of every color component are used, which means gradients are only possible with 64 different colors per color component. I don't know a real solution for this problem (only to change the Lua Player to support 888 pixel format, which needs some time), but you can add a bit noise to your gradients to to make it look better. |
|
| Back to top |
|
 |
rmedtx
Joined: 13 Sep 2005 Posts: 14 Location: USA
|
Posted: Wed Sep 14, 2005 4:05 am Post subject: |
|
|
| JEK wrote: | | rmedtx wrote: | Jek,
Can you please check them out and let me know what you think.
|
Hi rmedtx.
The Mark and Blank images are very cool, I like them alot.
But the Background has too many colours so the blue gradient gets a little chopped up.
If you can optimize it for 256 colors where the gradient is smooth, it will look great. |
I lowered the number of colors to 64, Please let me know if this one works.
 |
|
| Back to top |
|
 |
rmedtx
Joined: 13 Sep 2005 Posts: 14 Location: USA
|
Posted: Wed Sep 14, 2005 4:06 am Post subject: |
|
|
| Shine wrote: | | JEK wrote: | | If you can optimize it for 256 colors where the gradient is smooth, it will look great. |
This won't help. You have 15 bits color, which means 32768 different colors, but currently only the highest 5 bits of every color component are used, which means gradients are only possible with 64 different colors per color component. I don't know a real solution for this problem (only to change the Lua Player to support 888 pixel format, which needs some time), but you can add a bit noise to your gradients to to make it look better. |
Thanks for the info Shine. ;)
I lowered the number of colors to 64. |
|
| Back to top |
|
 |
Kojote
Joined: 17 Sep 2005 Posts: 9 Location: Austria
|
Posted: Sat Sep 17, 2005 1:20 am Post subject: |
|
|
The main graphic could need a touch more style. You should find a nice font for "Game by ..." and "Graphics by ...". But that's just my opinion :) The game itself seems to be very interesting... too bad I don't have money for a PSP and probably I will never buy one at all... _________________ Kojote
Webmaster of PDroms & Retroguru |
|
| Back to top |
|
 |
|