# 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.