Home - Ghastlymicrowave/Unity-Classic-Rougelike-Engine-UCRE GitHub Wiki

Welcome to the Unity-Classic-Rougelike-Engine-UCRE wiki!

This is a framework for a modable classic rougelike (like rouge) engine in unity.

What's there:

  • A grid with tiles
  • Dynamic loading of sprites and tile textures with unity asset bundles
  • movement
  • an A* pathfinding algorithm
  • Inventory items
  • Attacking (untested)
  • Items that can be picked up to go into the inventory from tiles
  • Simple stat system

What's not there:

  • Enemies,
  • AI,
  • combat (the framework is there, just mostly untested),
  • dying/respawning,
  • using consumables,
  • UI
  • Skills for the stat system
  • procedural dungeon/level generation
  • equipping weapons
  • And a bunch else