Welcome to my version of the platformer game built with the Godot engine! This game was created as a follow-along project with the comprehensive course provided by CodingQuests. It features a 2D platformer with animated characters, UI elements, enemies, and game-saving features.
- Animated player and enemies
- UI elements for health, score, and in-game messages
- Collectible items and gold count
- Enemy AI that chases and harms the player
- Saving and loading game states
- Parallax background and tile maps for engaging levels
This game was developed by following the tutorial series by @CodingQuests. Find the original course content and assets here:
- 💻 Code: Platformer Game Course Repository
- 🎨 Assets: Sunny Land Pixel Art by Ansimuz
To play the game or delve into its code, clone this repository, and import the project into your Godot engine.
git clone https://github.com/yunji0387/my-first-godot-game.git
- Tutorial Author: @CodingQuests
- Assets Provided by: Ansimuz
- Course Code Repository: GDSimplified
- Video Tutorial