2017-09-09 14:52:41 +00:00
|
|
|
# hw
|
|
|
|
|
|
|
|
My take on a real time strategy game based on the "Homeworld" game series, hence
|
|
|
|
the name, which is a working title fo now.
|
|
|
|
|
|
|
|
## Disclaimer
|
|
|
|
|
|
|
|
This game is not a game yet and things will change a lot.
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
you will need some unstable libraries in your sandbox:
|
|
|
|
|
2017-11-26 14:39:51 +00:00
|
|
|
* [affection](https://github.com/nek0/affection)
|
2017-09-09 14:52:41 +00:00
|
|
|
* [gegl](https://github.com/nek0/gegl)
|
|
|
|
* [babl](https://github.com/nek0/babl)
|
|
|
|
|
|
|
|
all other dependencies should be installable through cabal.
|
2017-09-21 05:17:39 +00:00
|
|
|
|
|
|
|
## Building end Executing
|
|
|
|
|
|
|
|
invoke `cabal build` and ignore the warnings…
|
|
|
|
|
|
|
|
The latest experiment can be seen by invoking `./dist/build/hw/hw`
|