Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 544 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 544 Bytes

elm-pong

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!

development

  1. git clone https://github.com/buchowski/elm-pong.git
  2. cd elm-pong/
  3. elm reactor
  4. open http://localhost:8000/src/Main.elm in browser

pong_elm_svg_game_screenshot