Hello there!
Here is a little game I've been working for a while. I'm still working on it, so there is some stuff that doesn't work as it supposed to.
It is a puzzle platformer game, with level editor and online browser.
You may get the most up-to-date version here.
Update: map format was redone on 22 of july, so if you downloaded the game before that, please update
sorry for my english
Last edited by soidev on Mon Jul 21, 2014 1:05 pm, edited 6 times in total.
Error: slime.lua:124: attempt to index global 'mslime' (a nil value)
stack traceback:
slime.lua:124: in function 'update'
main.lua:355: in function 'update'
[string "boot.lua"]:434: in function <[string "boot.lua"]:399>
[C]: in function 'xpcall'
I can't find any levels online... I could only create my own and test them - intended?
Edit: One more thing: Since there's no music I was extremely shocked when the first bomb went of... my sound was set to a relatively high level. It scared me O.o... maybe add background/ambiente music so this doesn't happen?
Now I can access it. Weird. Maybe my connection was down.
I notice you're distributing Lua files as maps... Do you do verification on the server side that no malicious code is transmitted? And do you sandbox the Lua code when loading?
If you ever want to distribute the game beyond this forum, you should probably do both of the above...