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.
- 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.
- Download the system script.
- Import it into your Bitsy game.
- Configure settings in the script.
- Test your game to ensure the platformer mechanics work.
- 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.
- Create platform levels using Bitsy's tile editor.
- Place the player sprite in the starting room.
- Add platforms, walls, and other objects.
- Play and enjoy your platformer game!
Feel free to contribute by opening issues or submitting pull requests.
This project is licensed under the MIT License.
For questions or feedback, reach out at [proxlu@github.com].
Happy platforming! 🎮