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
2D platformer
- icekiller8002
- Prole
- Posts: 49
- Joined: Mon Jun 06, 2016 9:28 pm
- Location: United States
2D platformer
- Attachments
-
- platformer.love
- (5.62 KiB) Downloaded 529 times
Code: Select all
function love.draw()
love.graphics.print("obey")
end
- Sir_Silver
- Party member
- Posts: 286
- Joined: Mon Aug 22, 2016 2:25 pm
- Contact:
Re: 2D platformer
Neato. Don't think I've ever seen a grid based platformer before.
Re: 2D platformer
this is... interesting...can you add more things? details?
Re: 2D platformer
how do you jump?
- icekiller8002
- Prole
- Posts: 49
- Joined: Mon Jun 06, 2016 9:28 pm
- Location: United States
Re: 2D platformer
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
Who is online
Users browsing this forum: No registered users and 0 guests