https://github.com/dagit/7drl2017
https://github.com/dagit/7drl2017
7drl 7drl2017 game haskell roguelike
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dagit/7drl2017
- Owner: dagit
- License: bsd-3-clause
- Created: 2017-03-04T23:07:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T01:48:20.000Z (over 8 years ago)
- Last Synced: 2024-12-31T04:42:01.919Z (6 months ago)
- Topics: 7drl, 7drl2017, game, haskell, roguelike
- Language: Haskell
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/dagit/7drl2017)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.