Skip to content

rusyaev-dk/farkle_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Farkle Game

A dice game Farkle - browser application with Telegram Mini App support.

Quick Start

Open index.html in your browser to launch the game.

Testing

To run game mechanics tests:

  1. Install dependencies:

    npm install
  2. Run tests:

    npm test

For detailed testing instructions, see test/README.md.

Project Structure

  • index.html - Main HTML file
  • app.js - Application logic and UI
  • styles.css - Styles
  • translations.js - Translations for different languages
  • test/ - Game mechanics tests
    • gameLogic.js - Extracted game logic functions
    • gameLogic.test.js - Unit tests
    • gameIntegration.test.js - Integration tests

About

Simple web-based dice game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors