Skip to content

jwhite927/elm-pong-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.