2D platformer

Show off your games, demos and other (playable) creations.
Post Reply
User avatar
icekiller8002
Prole
Posts: 49
Joined: Mon Jun 06, 2016 9:28 pm
Location: United States

2D platformer

Post by icekiller8002 »

i made a little 2d platformer with an image of the map that is editable. this may be used in a future game, but i mainly wanted to test this.

Total lines of code: 239
Attachments
platformer.love
(5.62 KiB) Downloaded 483 times

Code: Select all

function love.draw()
  love.graphics.print("obey")
end
User avatar
Sir_Silver
Party member
Posts: 286
Joined: Mon Aug 22, 2016 2:25 pm
Contact:

Re: 2D platformer

Post by Sir_Silver »

Neato. Don't think I've ever seen a grid based platformer before.
MathewCox
Prole
Posts: 1
Joined: Tue Jul 10, 2018 5:18 pm

Re: 2D platformer

Post by MathewCox »

this is... interesting...can you add more things? details?
Ekamu
Party member
Posts: 178
Joined: Fri Sep 20, 2013 11:06 am

Re: 2D platformer

Post by Ekamu »

how do you jump?
User avatar
icekiller8002
Prole
Posts: 49
Joined: Mon Jun 06, 2016 9:28 pm
Location: United States

Re: 2D platformer

Post by icekiller8002 »

Ekamu wrote: Thu Jul 26, 2018 9:42 am how do you jump?
sorry for the really late reply. i did not implement jumping, as i couldn't get it to work without collision bugs. so i added ladders to replace jumping.

Code: Select all

function love.draw()
  love.graphics.print("obey")
end
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 32 guests