Kitten Climb |
|
Take control of a determined cat climbing up to the best napping spot. [More] |
To download this game for your Linux/Mac installation, enter this on your command line:
DreamDownload byond://Obvious9.KittenClimb##version=1 Emulator users, in the BYOND pager go to File | Open Location and enter this URL:byond://Obvious9.KittenClimb##version=1 |
Only Windows users can play this game. If you have an emulator, you can join the waiting list to be informed when a new server is ready to play. 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) |
GamerninjaSK: (Jan 28 2023, 9:51 pm)
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
|
Copyright © 2024 BYOND Software.
All rights reserved.
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.