Skip to content

[WIP] Simple roguelike game, which I develop to learn Unity game engine.

License

Notifications You must be signed in to change notification settings

KonstantinTomashevich/unity-2d-roguelike

Repository files navigation

Unity 2D Roguelike [Work In Progress]

Simple roguelike game, which I’m developing to learn Unity game engine.

Engine: Unity.

Programming language: C#.

Information about game (at the moment)

  • AI enemies (utility-based AI).
  • Fog of war.
  • A* pathfinding (for player and for AIs).
  • Loading game map from XML and tile map image.
  • Only melee attacks at the moment.

Screenshots

ScreenShot0 ScreenShot1 ScreenShot2