Dungeon Prototype C++
Jul 2025 - Dec 2025
GitHub Repo: https://github.com/Callum-OP/2D-Game-SFML
SFML,
C++
A prototype game where the player can explore a world and collect coins or potions that heal health, enemies patrol the world and will chase the player if they get too close.
Features:
- The player can move around with arrow keys or wasd using the keyboard.
- Double tapping arrow or wasd keys allows the player to sprint.
- Using space the player can attack enemies.
- Enemies will patrol the world with a custom Astar pathfinding algorithm, if the player gets too close they will chase.
- Collectable objects such as coins that add gold or potions that heal health.
- Custom physics for wall and item collision.
- Custom tilemap renderer for creating the world.