Skip to content

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

License

Notifications You must be signed in to change notification settings

mpizenberg/elm-videoball

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •