Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

This is an attempt to build a roguelike game in 7 days (or less).

Building

The most tested way to build this project is using the new-build feature of cabal:

cabal new-build

Sandboxes should also work:

cabal sandbox init
cabal install
cabal build

Playing

The game executable is named 7drl2017. If you build with new-build, you'll have to find and run the executable yourself as there is no new-exec as of writing this. If you use sandboxes instead, you should able to type cabal exec 7drl2017.

Right now game play is very simple. You can walk around and exit.

TODO

Everything.

About

No description or website provided.

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages