pacman
November 10, 2017 ยท View on GitHub
The game of Pacman implemented in Elm using Functional Reactive Programming (FRP) as part of the Functional Programming Final Project CMSC 23300.

Setup
Install Elm with npm install -g elm@0.16.0
Building
With your desired output filename specified, you can build the project with the following:
elm-make src/Display.elm --output=pacman.html
Run it locally
Run elm-reactor and visit http://localhost:8000/Display.elm
Disclaimer
This game was initially written for a class in the span of ~1 week, so please excuse the bad code. The language has changed a lot in the period of time since this game was created, but I will be working in the future to update.