https://github.com/gouthampradhan/haskell-interactive-games
Simple interactive games in haskell
https://github.com/gouthampradhan/haskell-interactive-games
Last synced: 3 months ago
JSON representation
Simple interactive games in haskell
- Host: GitHub
- URL: https://github.com/gouthampradhan/haskell-interactive-games
- Owner: gouthampradhan
- License: bsd-3-clause
- Created: 2022-06-16T06:08:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T20:17:23.000Z (over 3 years ago)
- Last Synced: 2025-01-11T21:28:23.522Z (9 months ago)
- Language: Haskell
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Haskell Interactive Games
Simple interactive games in haskell.
To play in the project directory execute the below commands
- `stack build`
- `stack run`### Prerequisites
Ensure that you have haskell and stack installed. If not please follow the instructions here: https://docs.haskellstack.org/en/stable/install_and_upgrade/