3 levels of varied play mechanics   and pixel platforming fun!

WASD or arrow keys to move

space bar to jump

or use a gamepad!

---

Modifications: 

1. Three original levels, each with a unique design 

2. Play mechanic is varied on each level 

3. Original music for main menu and game

Download

Download
Space_Kid-PC.zip 51 MB

Development log

Comments

Log in with itch.io to leave a comment.

last level has some collision issues. (most likely due to not being able to keep up with character's speed)

hey thanks for the feedback!

i  went in and made some changes. hopefully it'l l be a good reminder for me in the future or if anyone else has similar collision issues:

  • set the player  rigidbody to continuous (from discrete)
  • increased the player angular drag
  • added a rigidbody 2d  (static) to the foreground tilemap layer
  • set the enemy rigidbody to continuous (from discrete)

in my playtests, that  seems to have fixed things.