An open API service indexing awesome lists of open source software.

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.

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)