Skip to content

RheaMars/russian-bank

Repository files navigation

Russian Bank CodeQL Docker Image CI Node.js CI

A solitaire card playing game for one player, based on the version available at https://zankpatience.net.

Prerequisites and Setup

There are 2 ways to setup with different prerequisites, easiest way should be docker:

Docker

  • Install docker for your OS Docker

(the names russianbank and russianbank-demo are just examples and free to choose)

  1. Checkout the repository
  2. Create image russianbank:
# docker build -t russianbank .
  1. Create and run container russianbank-demo:
# docker run --name russianbank-demo -p 8080:80 -d russianbank
  1. Call http://127.0.0.1:8080/app/pages/game.html)
  2. Have fun playing the game

Development environment

  1. Checkout the repository
  2. Install the external JS libraries listed in the package.json file, e.g. by running
# npm install
  1. Run
# webpack

to generate the bundeled JS file in the app/js/dist directory

  1. Call the index.html file in the browser of your choice
  2. Have fun playing with the code and the game

About

A solitaire card playing game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published