13 lines
930 B
Markdown
13 lines
930 B
Markdown
# Canopy
|
|
|
|
This directory contains an (unfinished) attempt at writing a [Diplomacy](<https://en.wikipedia.org/wiki/Diplomacy_(game)>) adjudecation engine.
|
|
|
|
## File structure
|
|
|
|
| File | Description |
|
|
| ---------------------------------------- | ------------------------------------------------------------------------------ |
|
|
| [Tagless.purs](./src/Tagless.purs) | Experiments regarding tagless representations of inductive types |
|
|
| [Graph.purs](./src/Graph.purs) | Simple directed-graph type |
|
|
| [DipMap.purs](./src/DipMap.purs) | Representation for diplomacy maps |
|
|
| [Adjudecate.purs](./src/Adjudecate.purs) | Types for logical propositions. The adjudecation logic was supposed to go here |
|