Discuss Scratch
- Discussion Forums
- » Show and Tell
- » Platformer Core v1.1
- Tumbler_
-
Scratcher
64 posts
Platformer Core v1.1
Platformer Core v1.1- A Game
This is a game I made in about 25 minutes. I thought it would be cool to make a basic platformer. Feel free to remix it and change it as much as you like; that's its main purpose!
Link
This is a game I made in about 25 minutes. I thought it would be cool to make a basic platformer. Feel free to remix it and change it as much as you like; that's its main purpose!
Link
INSTRUCTIONS:
A very simple engine to make a platformer. It's quite buggy, so expect some weird things to happen.
Controls:
Left and right arrow keys to move, spacebar or up arrow to jump.
NOTES AND CREDITS
Player sprite from the sprite library. Platform and code by me.
CHANGELOG:
Latest Release:
v1.1 (05/05/22)Other Changelogs:
-New level
-Bug fixes
v1.0.1 (04/07/22)
-Hotfix
v1.0.0 (04/07/22)
-Release
And that's all for now! Thanks!
My browser / operating system: Windows NT 10.0, Chrome 100.0.4896.75, No Flash version detected
Last edited by Tumbler_ (May 9, 2022 12:19:23)
- lion334
-
Scratcher
100+ posts
Platformer Core v1.1
Platformer Core v1.0.0- A Game
This is a game I made in about 25 minutes. I thought it would be cool to make a basic platformer. Feel free to remix it and change it as much as you like; that's its main purpose!
Link
INSTRUCTIONS:
A very simple engine to make a platformer. It's quite buggy, so expect some weird things to happen.
Controls:
Left and right arrow keys to move, spacebar or up arrow to jump.
NOTES AND CREDITS
Player sprite from the sprite library. Platform and code by me.
CHANGELOG:
Latest Release:v1.0.0 (04/07/22)Other Changelogs:
-ReleaseNone yet.
And that's all for now! Thanks!
My browser / operating system: Windows NT 10.0, Chrome 100.0.4896.75, No Flash version detected
You forgot to add a Boolean about if the Sprite is on the Ground, you can jump forever in ur game:
if <touching color [GroundColor] ?> and <key [Space] pressed?>> then
jumpscript
end
- Tumbler_
-
Scratcher
64 posts
Platformer Core v1.1
-snip-
You forgot to add a Boolean about if the Sprite is on the Ground, you can jump forever in ur game:if <touching color [GroundColor] ?> and <key [Space] pressed?>> then
jumpscript
end
OK, I'll look at that, thanks!
- Discussion Forums
- » Show and Tell
-
» Platformer Core v1.1