Sokoban clone

Discuss using and improving Lua and the Lua Player specific to the PSP.

Moderators: Shine, Insert_witty_name

Post Reply
cgruber
Posts: 36
Joined: Tue Sep 06, 2005 6:38 am

Sokoban clone

Post by cgruber »

I'm coming along pretty nicely with this for starting yesterday.
If anyone would be willing to make some nicer tiles that would be super.
They need to be 32x32

Here's what I have so far
Image
[/img]
flattspott
Posts: 22
Joined: Mon Aug 22, 2005 4:06 am

Post by flattspott »

SokobanYASC comes with several skins.

https://sourceforge.net/projects/sokobanyasc/

Image
cgruber
Posts: 36
Joined: Tue Sep 06, 2005 6:38 am

Post by cgruber »

Here’s my version 0.1 of lsokoban, the level engine is 100% and you can play the first level. It's written in Lua and you will need to place the files in the lua player applications directory.

Editing the array in /levels/1.lua will allow you to create your own level.


2 = pushable block
1= grey block
0 = black space
-1 = start position
-2 = goal

I’ll accept level submissions and graphics for inclusion in future versions.

Get it here http://stuff.hyperpixel.net/lsokoban.zip
Last edited by cgruber on Sat Sep 10, 2005 5:23 am, edited 1 time in total.
Wraggster
Posts: 121
Joined: Fri Aug 26, 2005 7:40 am
Contact:

Post by Wraggster »

awesome ill stick this news on my site within minutes :)
Webmaster of http://www.dcemu.co.uk

DCEMU The Worlds Only Homebrew & Gaming Network of Sites.
cgruber
Posts: 36
Joined: Tue Sep 06, 2005 6:38 am

version 0.3

Post by cgruber »

Includes a few more levels and the basic scoring info.

http://stuff.hyperpixel.net/lsokoban.zip
Wraggster
Posts: 121
Joined: Fri Aug 26, 2005 7:40 am
Contact:

Post by Wraggster »

thanks for the news, heres my page with your releases so far ;)

http://psp-news.dcemu.co.uk/lsokoban.shtml
Webmaster of http://www.dcemu.co.uk

DCEMU The Worlds Only Homebrew & Gaming Network of Sites.
Post Reply