A dice game Farkle - browser application with Telegram Mini App support.
Open index.html in your browser to launch the game.
To run game mechanics tests:
-
Install dependencies:
npm install
-
Run tests:
npm test
For detailed testing instructions, see test/README.md.
index.html- Main HTML fileapp.js- Application logic and UIstyles.css- Stylestranslations.js- Translations for different languagestest/- Game mechanics testsgameLogic.js- Extracted game logic functionsgameLogic.test.js- Unit testsgameIntegration.test.js- Integration tests