Skip to content

KaiSforza/durak

Repository files navigation

Durak

Actions Status Actions Status
pipeline status coverage report
pipeline status coverage report


This project is a playable version of the card game, Durak ('fool' in Russian).

The game can be played with up to 5 people, with a deck of 36 cards (6 through Ace, Ace high).

See the wikipedia page for more information.

Dev setup guide:

  • Make sure that you have Node.JS Installed
  • Run npm install in the terminal, this will install all of the packages needed to run the project (and all of their dependencies)

Running the application:

  • You should have completed the dev setup (install Node and all dependencies)
  • run npm start to run the application

Quick Guide:

  • Install Node
  • Run the following commands in the project directory:
    npm install
    npm start
    

Testing:

Tests are stored in test/, named after the files they are testing, ending in test.ts.

  • To run the tests once use:
    npm test

  • However, you usually want to watch the files while working. You can use:
    npm run test:watch
    to re-run the tests every time you make changes.

About

Electron interface for Durak, the Russian card game.

Resources

License

Stars

Watchers

Forks

Packages

No packages published