Jack in a Box, tiny platformer 'base' for 0.6

Show off your games, demos and other (playable) creations.
User avatar
Fizzadar
Prole
Posts: 30
Joined: Mon Oct 26, 2009 6:18 pm

Jack in a Box, tiny platformer 'base' for 0.6

Post by Fizzadar »

This is my first 'game' as it were, although it's more a base on which I'm going to build. Feel free to peek under the hood, it has a simple hook, map and entity system I wrote, plus a few other bits and pieces of code. It's my first time using Love, although I've used Lua before for GMod.

It works, yay!

edit: upgraded all the code a lot, got a tester map with a proper background and a lot of test block entities to push around. I set the player to be able to infinite jump too, for testing.
Attachments
Jack in a Box.love
(185.82 KiB) Downloaded 387 times
Last edited by Fizzadar on Fri Oct 30, 2009 12:40 am, edited 2 times in total.
User avatar
kalle2990
Party member
Posts: 245
Joined: Sat Sep 12, 2009 1:17 pm
Location: Sweden

Re: Jack in a Box, tiny platformer 'base' for 0.6

Post by kalle2990 »

Nice to be the first time ^^
Is it just me or is the player supposed to run extreamly fast?
User avatar
Fizzadar
Prole
Posts: 30
Joined: Mon Oct 26, 2009 6:18 pm

Re: Jack in a Box, tiny platformer 'base' for 0.6

Post by Fizzadar »

kalle2990 wrote:Nice to be the first time ^^
Is it just me or is the player supposed to run extreamly fast?
Not that fast, well, reasonably fast, but I'll limit it. There's also jumping, which currently is x times a second you can jump, I need to do some sort of tracing or something to see if they are 'off ground'.
User avatar
thelinx
The Strongest
Posts: 857
Joined: Fri Sep 26, 2008 3:56 pm
Location: Sweden

Re: Jack in a Box, tiny platformer 'base' for 0.6

Post by thelinx »

I like it.
User avatar
Fizzadar
Prole
Posts: 30
Joined: Mon Oct 26, 2009 6:18 pm

Re: Jack in a Box, tiny platformer 'base' for 0.6

Post by Fizzadar »

-fixed-
Last edited by Fizzadar on Thu Oct 29, 2009 8:07 pm, edited 1 time in total.
User avatar
TechnoCat
Inner party member
Posts: 1611
Joined: Thu Jul 30, 2009 12:31 am
Location: Denver, CO
Contact:

Re: Jack in a Box, tiny platformer 'base' for 0.6

Post by TechnoCat »

I love the ascii art in your main.lua :ultraglee:
User avatar
Fizzadar
Prole
Posts: 30
Joined: Mon Oct 26, 2009 6:18 pm

Re: Jack in a Box, tiny platformer 'base' for 0.6

Post by Fizzadar »

TechnoCat wrote:I love the ascii art in your main.lua :ultraglee:
Thanks, I always add that to the 'main' file of projects, no idea why XD
User avatar
subrime
Citizen
Posts: 76
Joined: Thu Nov 13, 2008 6:18 pm
Location: Australia

platform bug?

Post by subrime »

Opens a black screen that does nothing, will not respond to input.

No errors reported on console, same console output as when I run a working love file (eg no.love).

(running on PPC debian stable, love 0.5)
User avatar
Fizzadar
Prole
Posts: 30
Joined: Mon Oct 26, 2009 6:18 pm

Re: platform bug?

Post by Fizzadar »

subrime wrote:Opens a black screen that does nothing, will not respond to input.

No errors reported on console, same console output as when I run a working love file (eg no.love).

(running on PPC debian stable, love 0.5)
re-read the title ;)
User avatar
subrime
Citizen
Posts: 76
Joined: Thu Nov 13, 2008 6:18 pm
Location: Australia

Re: Jack in a Box, tiny platformer 'base' for 0.6

Post by subrime »

rofl... I was just so excited that I stopped reading after 'platformer'.

Not looked at 0.6 yet, but (in 0.5 parlance) maybe something like:

Code: Select all

if love.system.getVersion()~='0.6.0' then
  print('you need love 0.6.0 to run this game')
end
Post Reply

Who is online

Users browsing this forum: Google [Bot] and 26 guests