/elm-pong-clone

An Elm version of Pong

Primary LanguageHTMLMIT LicenseMIT

Introduction

This is a Pong clone written in Elm

Try the Game here! (Use the Up and Down arrow keys to control the paddle)

Pong_Clone

It utilizes the Elm-playground module to create a game with:

  • Collision detection logic
  • Scoring
  • Animation
  • Keyboard Controls

Usage

Try the game locally with:

elm reactor

or build an index.html with:

elm make src/Main.elm

and open in a browser.

License

This project is licensed under the MIT License.