daveyarwood / warviz

A self-playing visualization of the War card game

Home Page:https://daveyarwood.github.io/warviz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

warviz

Development

To serve the app locally and automatically recompile whenever code changes:

yarn dev

To automatically run tests every time code changes:

find . -type f -name '*.ts' | entr -r bash -c "npx vitest run"

TODO

  • Allow inputting player names / enforce a limit
  • Generative music
  • Nicer display of players' cards - bigger font, table
  • Draw attention to the higher card somehow
    • e.g. make the higher card green and the lower card red

About

A self-playing visualization of the War card game

https://daveyarwood.github.io/warviz/


Languages

Language:TypeScript 87.0%Language:CSS 11.4%Language:HTML 1.6%