Log In  
Follow
electricLEMON

Making Pixel Art and Assets for Indie Devs!
And sometimes games... :)


Cart #wazazopidu-0 | 2021-09-04 | Code ▽ | Embed ▽ | No License
11


==Controls==
Move Left = Left Arrow Key
Move Right = Right Arrow Key
Jump = X
Stick = Z
Climb Ladder = Up & Down Arrow Keys

UPDATE 1.01: Thanks everyone for the feedback with this previous version( https://www.lexaloffle.com/bbs/?tid=44479 ). I updated the stick jump controls, they should be a lot easier to time the jumps now because the stick will now remain pointing down once the initial swing is complete. Also added the tap-to-turnaround-in-place function. Previously the player would move one tile if left or right was tapped. Lastly, the bridge level has been reworked(it was hastly put together the first time).

Please let me know what else is needed to tighten it up more and I'll try implementing it in the next update!

[ Continue Reading.. ]

11
4 comments



Cart #stick_electriclemon-0 | 2021-09-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
12

==Controls==
Move Left = Left Arrow Key
Move Right = Right Arrow Key
Jump = X
Stick = Z
Climb Ladder = Up & Down Arrow Keys

STICK is a prototype of a simple platformer idea. The player character uses a walking stick to poke switches and help them make difficult jumps and avoid dangerous terrain. In this case the only dangerous terrains are spikes and falling off the screen.

I also threw in some collectable mushrooms for good measure that add to your score, as well as a timer that will give you a % bonus to your score if you're quick enough.

It's short, and has some occasional wonkiness which I'll be ironing out. But I'd love to get feedback regarding how the controls feel, especially opinions about the fact that I made the player character snap to grid in the x dimension, which I realize is an unusual choice for a platformer.

[ Continue Reading.. ]

12
5 comments