Skip to content

A game project made as supplement for diploma thesis in computer science "The use of artificial intelligence algorithms in a roguelike computer game"

Notifications You must be signed in to change notification settings

JakubStrekowski/roguelike-2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Dester's soul

Dester's soul is a 2d roguelike game made with Unity engine. Its core game mechanics were ported from my another project: The Kat'zu Dungeon, which was made as a console ASCII game. Link to The Kat'zu Dungeon text-game repository: https://github.com/JakubStrekowski/The-Kat-zu-Dunegon-Text

The goal of this game is to gain as high score as possible. Score is measured by collected gold and killed enemies. Each level has a staircase that leads to another level.

Controls:

  • arrows - movement
  • 1-6 - using collected item
  • 'space' - pass a turn

The game uses A* pathfinding algorithm to generate corridors between rooms and for enemies to follow player. Enemies intelligence is organized in state machine pattern, so their behaviour is easy to expand.

About

A game project made as supplement for diploma thesis in computer science "The use of artificial intelligence algorithms in a roguelike computer game"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published