Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 255 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 255 Bytes

Breakout clone

A very basic breakout clone written in Elm. You can play it online.

I wrote it to learn about:

  • Collision detection and handling
  • Property-based testing
  • The changes from Elm 0.16 to Elm 0.17