Skip to content

hovatterz/Ludum-Dare-28

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LD28 Entry

The theme for this entry is "You Only Get One". I decided to make a roguelike since you only get one life. This project was for the 48 hour compo.

Postmortem

I was not able to complete the project as I had planned it out due to work obligations. All in all I still call it a success since I came up with a few ideas for my primary project.

Missing Features

  • Items, inventory, and equipment
  • More enemy types
  • Pathfinding for enemies to chase the player
  • Proper dungeon generation

Controls

Key Action
k move north
j move south
h move west
l move east
. skip turn

Menus are controlled by the hjkl direction keys as well.

Building

This game requires a few libraries to build.

After they are installed, you should just be able to run make. The game builds to the bin directory. It relies on C++11 features.

About

You Only Get One

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published