mpizenberg / elm-videoball

Minimalist elm implementation of the game videoball (not affiliated to official game)

Home Page:https://mpizenberg.github.io/elm-videoball/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elm-videoball

A minimalist elm implementation of the game videoball. You can play the game in your browser (currently only chrome) at https://mpizenberg.github.io/elm-videoball/.

This is not affiliated to the official game. If you like this game, you will very much like the original one.

screenshot

This game is done using the elm language. We made it for the fun and to show that it is quite easy to make games in elm. It uses elm-gamepad to handle game controllers through ports, and howler.js through ports for sounds. The game is rendered in SVG.

Regarding the architecture, objects that can have physical interactions with each other are in modules inside the Physical/ directory. Other important data structures are in the Data/ directory. Visuals are under the Views/Svg/ directory.

Have fun playing it!

About

Minimalist elm implementation of the game videoball (not affiliated to official game)

https://mpizenberg.github.io/elm-videoball/

License:Mozilla Public License 2.0


Languages

Language:Elm 95.1%Language:JavaScript 2.6%Language:HTML 1.5%Language:Shell 0.8%