Welcome to the Propeller Level Editor Game, served as a proof of concept for being able to create a level editor platform game with the bonus of having mobile accessibility. This game offers a unique blend of creativity, strategy, and personal challenge, inviting players to design, play, and refine their own levels on a versatile and user-friendly platform.
In Propeller Level Editor Game, players are empowered to become architects of their own digital worlds. This game combines the thrill of platforming with the creativity of level design, all accessible from your mobile device. With a focus on user-generated content, the possibilities are endless. Whether you're designing intricate puzzles, dodging dangerous robots, or collecting jewels to unlock the door to victory, you're in control.
- Mobile-Friendly Level Editor: Design levels on the go, with an intuitive drag-and-drop interface.
- Creative Freedom: With no preset levels, every creation is a unique challenge.
- Dynamic Gameplay Mechanics: Utilize a double jump, navigate through traps, and interact with various objects like sticky blocks and gravity-affected robots.
- Accessible Design Tools: Built with both novice and experienced designers in mind, ensuring anyone can start creating and playing right away.
- Double Jump Dynamics: Master the propeller-powered second jump to navigate through a level
- Obstacle Variety: From indestructible flyers to falling spikes, each element is designed to challenge and surprise
- Strategic Level Design: Encourages thinking like both a player and a creator, balancing challenge with fun
- Programming Language: The game is developed in Python.
The Propeller Level Editor is easily accessible online! Just follow these simple steps to start playing:
- Visit the game's page on itch.io: Propeller Level Editor on itch.io
- Wait for the page and the application to fully load. Then, follow the provided instructions to start playing the game.
If you instead want to run the Propeller Level Editor on your local machine, follow these steps:
Ensure you have Python installed on your PC. The Propeller Level Editor is compatible with Python 3.12.1. You can download Python from python.org.
Clone the LevelEditor repository from GitHub to your local machine:
git clone https://github.com/bradwyatt/LevelEditor.git
Navigate to the cloned repository directory and install the required dependencies:
cd LevelEditor
pip install -r requirements.txt
This will install all the necessary Python packages listed in requirements.txt
.
Finally, run the game using Python:
python main.py
Now you're all set to enjoy the Propeller Level Editor game on your PC!
I warmly welcome contributions to the Propeller Level Editor and am open to collaboration. Whether you have suggestions for improvements, bug fixes, or new features, please feel free to open an issue or submit a pull request on GitHub.
Additionally, I'm eager to collaborate with other developers and enthusiasts. If you're interested in working together to expand features, optimize code, brainstorm new game ideas, or even embark on new projects, I'd be delighted to hear from you.
For contributions to the Propeller Level Editor:
- Open an issue or submit a pull request on GitHub repository: LevelEditor
For collaboration and more detailed discussions:
- Contact me at GitHub: bradwyatt