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
slime game
slime game
Last edited by soidev on Mon Jul 21, 2014 1:05 pm, edited 6 times in total.
- master both
- Party member
- Posts: 262
- Joined: Tue Nov 08, 2011 12:39 am
- Location: Chile
Re: slime game
The game looks really polished and fun, unfortunately it errors everytime I lose.
- Jasoco
- Inner party member
- Posts: 3726
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: slime game
Adorable art style. Awesome.
-
- Party member
- Posts: 712
- Joined: Fri Jun 22, 2012 4:54 pm
- Contact:
Re: slime game
I like the art style as well!
I got an error when blowing myself up with a bomb:
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?
I got an error when blowing myself up with a bomb:
Code: Select all
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'
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?
trAInsported - Write AI to control your trains
Bandana (Dev blog) - Platformer featuring an awesome little ninja by Micha and me
GridCars - Our jam entry for LD31
Germanunkol.de
Bandana (Dev blog) - Platformer featuring an awesome little ninja by Micha and me
GridCars - Our jam entry for LD31
Germanunkol.de
Re: slime game
master both wrote: it errors everytime I lose.
Fixed.Germanunkol wrote:I got an error when blowing myself up with a bomb
The problem seems to be on your side, the log shows other people loading maps. Can you access http://soidev.ddns.net/slime/maps/mapList?Germanunkol wrote:I can't find any levels online... I could only create my own and test them - intended?
Also, did anyone try to publish your map? What message does is show, if any?
-
- Party member
- Posts: 712
- Joined: Fri Jun 22, 2012 4:54 pm
- Contact:
Re: slime game
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...
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...
trAInsported - Write AI to control your trains
Bandana (Dev blog) - Platformer featuring an awesome little ninja by Micha and me
GridCars - Our jam entry for LD31
Germanunkol.de
Bandana (Dev blog) - Platformer featuring an awesome little ninja by Micha and me
GridCars - Our jam entry for LD31
Germanunkol.de
Re: slime game
Yeah, I do, although it needs improvement. Right now it checks if the file matches a certain pattern.Germanunkol wrote:Do you do verification on the server side that no malicious code is transmitted?
I'll get on it soon.Germanunkol wrote:And do you sandbox the Lua code when loading?
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: slime game
You probably want to either use JSON or kikito's sandbox thingy for maps, to avoid security problems.
Help us help you: attach a .love.
Who is online
Users browsing this forum: No registered users and 2 guests