Welcome to the Brackeys Platformer Game, a 2D platformer built with Godot Engine! This project was created by following the Brackeys tutorial on YouTube.
You can play the game directly in your browser by clicking the link below:
Brackeys Platformer Game is a classic 2D platformer where you control a character to navigate through levels filled with obstacles and enemies. Your goal is to reach the end of each level while collecting coins and avoiding hazards.
- Move Left/Right: Use the arrow keys or
A
andD
keys. - Jump: Press the
Space
bar,W
key or arrow up. - Collect Coins: Gather as many coins as possible for a high score.
- Avoid Enemies: Jump over or avoid enemies to stay alive.
- Simple Controls: Easy-to-learn controls for quick gameplay.
- Classic Platformer Mechanics: Enjoy the nostalgic feel of a classic 2D platformer.
- Responsive Design: Playable in the browser with responsive controls.
If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a Pull Request.
- Tutorial: This game was created by following the Brackeys tutorial.
- Engine: Developed using Godot Engine.
- Developer: Aecio Brito.
This project is licensed under the MIT License - see the LICENSE file for details.
Thank you for checking out the Brackeys Platformer Game! Feel free to open an issue or submit a pull request if you have any suggestions or improvements.