Skip to content

proxlu/bitsy-platformer-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Bitsy Platformer System

Overview

The Bitsy Platformer System is a custom extension for the Bitsy game engine, designed to add platforming mechanics to your Bitsy games. With this system, you can create side-scrolling platformer levels, complete with jumping, gravity, and collision detection.

Features

  • Platformer Mechanics: Classic platformer gameplay, including jumping and gravity.
  • Collision Detection: Automatic collision handling between the player and platforms.
  • Customizable: Easily adjust jump height, gravity, and other parameters.
  • Flight Mode: Optional flight mode for non-gravity gameplay.

How to Use

Installation

  1. Download the system script.
  2. Import it into your Bitsy game.
  3. Configure settings in the script.
  4. Test your game to ensure the platformer mechanics work.

Gravity and Flight

  • Gravity: The system includes a gravity setting that pulls the player downward. You can adjust the gravity value in the script to change how quickly the player falls.
  • Flight Mode: By disabling gravity, the player can move freely in all directions, allowing for flight or other non-gravity gameplay.

Basic Usage

  1. Create platform levels using Bitsy's tile editor.
  2. Place the player sprite in the starting room.
  3. Add platforms, walls, and other objects.
  4. Play and enjoy your platformer game!

Contributing

Feel free to contribute by opening issues or submitting pull requests.

License

This project is licensed under the MIT License.

Contact

For questions or feedback, reach out at [proxlu@github.com].

Happy platforming! 🎮

About

Plaformer system for bitsy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages