Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.32 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.32 KB

The Mozart Musical Dice Game

A recreation of Mozart's classic game of dice and music

This game is being created as an educational tool to show the different ways music can be pieced together. It can be played in your web browser here.


Portrait view UI


Landscape view UI

Editing the Code

If you wish to make changes to the code, you'll need to have several things first. In particular, you will need npm. I recommend downloading Node.js for it comes prepackaged with it.

I also make use of Gulp for building the program. You will need to install it with npm along with any other dependencies you may be prompted to install.

To build with Gulp, be sure to run 'gulp' on the command line where the 'gulpfile.js' is located. From there, open the index.html file in the dist folder. If you have any questions please be sure to contact me and I'll help the best I can.

I can be reached at [email protected]. Please be sure to reference the game in the title when sending emails.


Thank you and I hope you enjoy!