This is a Pong clone written in Elm
Try the Game here! (Use the Up and Down arrow keys to control the paddle)
It utilizes the Elm-playground module to create a game with:
- Collision detection logic
- Scoring
- Animation
- Keyboard Controls
Try the game locally with:
elm reactor
or build an index.html with:
elm make src/Main.elm
and open in a browser.
This project is licensed under the MIT License.