https://github.com/ujjwal149-droid/matroidvania-forge
A 2D Metroidvania-style platformer built in Godot as a learning project.
https://github.com/ujjwal149-droid/matroidvania-forge
2dgame game-development gamedev godot godot-engine matroidvania-platformer platformer-game
Last synced: 21 days ago
JSON representation
A 2D Metroidvania-style platformer built in Godot as a learning project.
- Host: GitHub
- URL: https://github.com/ujjwal149-droid/matroidvania-forge
- Owner: ujjwal149-droid
- Created: 2025-11-12T19:32:17.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-21T19:09:42.000Z (6 months ago)
- Last Synced: 2025-12-23T06:48:25.950Z (6 months ago)
- Topics: 2dgame, game-development, gamedev, godot, godot-engine, matroidvania-platformer, platformer-game
- Language: GDScript
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Matroidvania Forge
Matroidvania Forge is a 2D platformer inspired by the Metroidvania genre.
This project is a learning-focused test project created to experiment with gameplay systems, level design, and mechanics while improving my skills with the Godot Engine.
The project is being developed by following a YouTube tutorial series, with additional experimentation and modifications of my own.
## Features
- 2D platformer movement
- Ability-based progression (Metroidvania-style)
- Tilemap-based level design
- Enemy AI (basic)
- Combat and hit detection
## Learning Goals
- Improve proficiency with the Godot Engine
- Understand platformer physics and movement
- Learn scalable scene and script architecture
- Practice Metroidvania-style level design
## Tools & Tech
- Godot Engine
- GDScript
- Aseprite
## Project Status
In active development. Systems and features are experimental.
## Disclaimer
This project is for educational purposes only and is not intended for commercial release.
## Future Plans
- Add new abilities and upgrades
- Expand level variety
- Improve enemy AI
- Polish combat and animations
## Acknowledgements
- Based on the YouTube tutorial series by [Michael Games](https://www.youtube.com/@MichaelGamesOfficial)