Go to file
Emi Simpson 69da0f1dfd
Move computeStat to GameModel
2023-12-05 19:31:30 -05:00
app Rework movement to accomodate free move + push/pull 2023-12-05 15:21:20 -05:00
src Move computeStat to GameModel 2023-12-05 19:31:30 -05:00
test Initialize git 2023-12-04 16:39:42 -05:00
.gitignore Initialize git 2023-12-04 16:39:42 -05:00
LICENSE.md Initialize git 2023-12-04 16:39:42 -05:00
README.md Rework how unit effects work, enabling push/pull 2023-12-05 19:09:38 -05:00
Setup.hs Initialize git 2023-12-04 16:39:42 -05:00
package.yaml Initialize git 2023-12-04 16:39:42 -05:00
stack.yaml Initialize git 2023-12-04 16:39:42 -05:00
stack.yaml.lock Initialize git 2023-12-04 16:39:42 -05:00

README.md

Maleghast Engine

A prototype Maleghast game engine, plus a simple CLI interface.

This is a work in progress engine for Maleghast, whose main goal currently includes building an accurate choice tree for any valid board state. Current implementation is very limited, but several core mechanics are currently implemented.

Currently missing core mechanics include:

  • Hazards
  • LoS blocking
  • Tyrants
  • Thralls
  • Loadout / Layout chooser
  • Line attacks
  • Splash attacks
  • Curseproof
  • Obliteration
  • Targetting walls
  • Corpses
  • Stepping
  • Most faction tags/tokens

Building

Can be built with Stack:

stack build
# OR to run
stack run