https://github.com/MichaelMackus/hsrisk
Risk game implemented in Haskell
https://github.com/MichaelMackus/hsrisk
board-game game haskell risk strategy turn-based-strategy
Last synced: 2 months ago
JSON representation
Risk game implemented in Haskell
- Host: GitHub
- URL: https://github.com/MichaelMackus/hsrisk
- Owner: MichaelMackus
- License: bsd-3-clause
- Created: 2020-08-24T01:15:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T02:29:27.000Z (over 4 years ago)
- Last Synced: 2024-10-23T22:15:52.552Z (7 months ago)
- Topics: board-game, game, haskell, risk, strategy, turn-based-strategy
- Language: Haskell
- Homepage:
- Size: 429 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 Risk Game
A simple Risk Game implemented in Haskell. The game is minimalistic but it is
fully playable (currently limited to two human players).For fullscreen mode, pass -f or --fullscreen to the program - e.g.
`stack run -- --fullscreen`.# Building
Can be built easily via [stack](http://haskellstack.org/): `stack build
&& stack run`.You will need the proper dependencies installed on your system - sdl2
and sdl2-ttf.# Licensing
All source code is MIT licensed, and the image assets are licensed under
[Creative Commons ShareAlike
3.0](https://creativecommons.org/licenses/by-sa/3.0/). The background image is
modified from Wikipedia.