Kitten Climb

by Obvious9
Take control of a determined cat climbing up to the best napping spot.
ID:2848321
 
Take control of a determined cat climbing up to the best napping spot.



Controls:
⠀⠀SPACE Jump
⠀⠀Arrow Keys Movement



Credits:
Code
⠀⠀Forum_account (Sidescroller Library)
⠀⠀Obvious9

Art
⠀⠀Cat: Shepardskin (link to download)
⠀⠀Castle Tileset: PlatForge, Summer Thaxton
⠀⠀and Stafford McIntyre. (link to download)
⠀⠀Backgrounds: Jetrel (link to download)
Didnt get to the top, if you were going for a rage game this is good. Also how do you code medals? i would like a link to some guide if you have one
In response to GamerninjaSK
GamerninjaSK wrote:
Didnt get to the top, if you were going for a rage game this is good. Also how do you code medals? i would like a link to some guide if you have one

Thanks for trying it out. The last jump or two's definitely not easy-- but it is possible.

The DM reference should cover any basic questions you'll have about hub scores. But here's the gist of what you want to do:
- set a hub password on the site, and in your code
- create any medal / score entries on your hub
- read & write your created entries in code with GetScore() / SetScore() or GetMedal() / SetMedal().

Here's a link to an in-depth tutorial by Lummox.