Discuss Scratch

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


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)
-New level
-Bug fixes
Other Changelogs:
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

Tumbler_ wrote:

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)
-Release
Other Changelogs:
None 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

lion334 wrote:

Tumbler_ wrote:

-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!
Tumbler_
Scratcher
64 posts

Platformer Core v1.1

bump
Tumbler_
Scratcher
64 posts

Platformer Core v1.1

New Update
v1.1 (05/05/22)
-New level
-Bug fixes

Powered by DjangoBB