Go to file
2024-07-09 18:38:13 -05:00
.vscode
src Authorize join lobby 2024-07-09 18:38:13 -05:00
.eslintrc.yml
.gitignore Add jenkinsfile 2024-05-08 08:47:09 -05:00
index.html Component for a card 2024-05-06 18:32:31 -05:00
Jenkinsfile Change docker container for build 2024-05-08 08:51:16 -05:00
package.json
pnpm-lock.yaml
postcss.config.js
README.md
tailwind.config.mjs Logic for rendering cards 2024-05-06 19:45:19 -05:00
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.