summaryrefslogtreecommitdiff
path: root/README.md
blob: e41b9244b71846d06aa728e0a026cf79de4e3c98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Elisp Wink Mafia

I'm interested in creating some kind of murder mystery game, and decided to
start by implementing an AI that can play the game of "if the killer winks
at you, you're dead".


The program is in the [Emacs org-mode document, mafia.org](./mafia.org).
You should be able to run it by opening it in Emacs and evaluating the
main source block `mafia` by pressing `C-c C-c` with your cursor on it.
Then the command `mafia-play` will be available which will simulate the
"game" at whatever point this code is at.