Page 1 of 1

2D platformer

Posted: Sun Jun 24, 2018 12:11 am
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

Re: 2D platformer

Posted: Mon Jun 25, 2018 5:40 am
by Sir_Silver
Neato. Don't think I've ever seen a grid based platformer before.

Re: 2D platformer

Posted: Tue Jul 10, 2018 5:20 pm
by MathewCox
this is... interesting...can you add more things? details?

Re: 2D platformer

Posted: Thu Jul 26, 2018 9:42 am
by Ekamu
how do you jump?

Re: 2D platformer

Posted: Tue Jul 31, 2018 7:58 pm
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.