.vscode | ||
src | ||
.eslintrc.yml | ||
.gitignore | ||
index.html | ||
Jenkinsfile | ||
package.json | ||
pnpm-lock.yaml | ||
postcss.config.js | ||
README.md | ||
tailwind.config.mjs | ||
tsconfig.json | ||
vite.config.mts |
Card-jong (frontend)
Card-jong is a Mahjong-like game, but uses 2 decks of cards instead of tiles.
Has a SolidJS frontend and will connect to a Go backend, which will have all the game logic and state.
This frontend will only render the state received from the backend.