FangRunner is a 2D platformer game developed using the Godot Engine. You play as a werewolf battling enemies through multiple levels.
- Classic 2D platformer gameplay
- Multiple levels to explore
- Various enemies including skeletons and demons
- Collectable gems
- Main Menu, Pause Screen, and Game Over Screen
- Left/Right Arrow Keys: Move the player left and right.
- Spacebar / Enter: Jump.
- Escape Key: Pause the game.
The project is organized into the following main directories:
Player/: Contains the player character scene and script.Enemies/: Contains the enemy scenes and scripts (Skeleton, Demon).Worlds/: Contains the game level scenes (world.tscn,world_2.tscn, etc.).Collectables/: Contains collectable items like the Gem.UI/: Contains user interface scenes like the main menu, game over screen, and pause menu.Assets/: Contains all the art and audio assets for the game, organized into subdirectories for characters, environments, UI, and music.Global/: Contains global scripts for managing game state (Game.gd).
- Download and install the Godot Engine (version 4.x is recommended).
- Clone or download this repository.
- Open the Godot Engine.
- Click "Import" and navigate to the cloned/downloaded project folder.
- Select the
project.godotfile. - Once the project is imported, click the "Play" button in the top right corner of the editor to run the game.