A simple pixel-art 2D platformer built using Java. Navigate through levels, avoid obstacles, defeat enemies, and reach the goal!
- Pixel Art Style: Retro-styled 2D graphics
- Enemy AI: Basic enemy behavior with chase and attack mechanics
- Multiple Levels: Progress through different chambers
- Collectibles: Score-boosting items scattered across levels (Work in progress)
- Sound Effects: Retro sound effects for an immersive experience (Work in progress)
- Clone the repository:
git clone https://github.com/rbctz/Platformer.git
- Navigate to the project directory:
cd Platformer
- Compile and run the game:
javac -d bin src/*.java java -cp bin Main
- A: Move left
- D: Move right
- Space: Jump
- Shift: Sprint
- K: Attack
- E: Interact
- ESCAPE: Pause
All visual and sound assets used in the game are sourced from [Pixel Frog] on itch.io.(https://pixelfrog-assets.itch.io/). Inspired by Youtuber Kaarin Gaming
- Fork the repository
- Create a feature branch (
git checkout -b feature-name
) - Commit changes (
git commit -m 'Add feature'
) - Push to the branch (
git push origin feature-name
) - Open a pull request
This project is licensed under the MIT License.