Skip to content

Dice Game in Web Application using Haxe and JavaScript

This is a dice game with a web application that uses Haxe to compute to JavaScript code. It uses HTML to process input how many dice are to roll and also displays the sum of all dice.

Getting Started

git clone https://github.com/lulunac27a/dice-game-haxe.git
cd dice-game-webapp
haxe build.hxml

After running this code above, open index.html in your browser and enter the number of dice to roll and click Roll Dice button to roll the dice.