One player pong game written in elm. Control keys for left paddle are w (up) and s (down). Control keys for right paddle are ↑ (up) and ↓ (down). Only one key can be read at a time, so you'll have to take turns with yourself. No arguing!
- git clone https://github.com/buchowski/elm-pong.git
- cd elm-pong/
- elm reactor
- open http://localhost:8000/src/Main.elm in browser