/ALo.FortyThieves

Forty thieves solitaire card game

Primary LanguageTypeScriptMIT LicenseMIT

ALo.Thieves

Forty thieves solitaire card game.

You can play it here: Forty Thieves


Bugs:

  • cannot move to card if last card on slot and free slot available
  • cannot move from results to playfield
  • remove deck highlight
  • disable hepler behavior
  • fix cards positions on window resize
  • clear subscriptions on new game start

ToDo:

  • light theme
  • move two cards to free slot (FF)
  • settings / feature flags
  • settings UI
  • automate results click (FF)
  • about page
  • save game

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint