Skip to content

alexdhaynes/creature-battle-rpg

Repository files navigation

Creature Battle

An Creature-collecting RPG where your character can battle and collect wild magical creatures. 🐉

Demo link soon!

Demo image

✨ Features

  • 🎮 2D RPG gameplay inspired by Pokémon.
  • 🧙🏿‍♀️ Wild magical creatures with battle mechanics.
  • 🍝 Finite state machine for non-spaghetti state management

🛠️ Tech Stack

Package Manager

  • Yarn

🎨 Frontend Stack

  • Phaser 3: A 2D game framework for handling game logic and rendering.
  • TypeScript
  • Vite: Build tool for fast development and bundling.
  • PostCSS: CSS processor
  • React (upcoming): Will be used for the outer website surrounding the game.

💻 Commands

  • Start development server:
    yarn dev