Go to file
Araozu 6ef829dbc8 Authorize join lobby 2024-07-09 18:38:13 -05:00
.vscode Add eslint 2024-05-02 19:17:26 -05:00
src Authorize join lobby 2024-07-09 18:38:13 -05:00
.eslintrc.yml Add eslint 2024-05-02 19:17:26 -05:00
.gitignore Add jenkinsfile 2024-05-08 08:47:09 -05:00
Jenkinsfile Change docker container for build 2024-05-08 08:51:16 -05:00
README.md Modify readme 2024-05-03 07:02:30 -05:00
index.html Component for a card 2024-05-06 18:32:31 -05:00
package.json Add styles to main page 2024-05-06 17:52:19 -05:00
pnpm-lock.yaml Add styles to main page 2024-05-06 17:52:19 -05:00
postcss.config.js Add tailwind 2024-05-02 19:21:17 -05:00
tailwind.config.mjs Logic for rendering cards 2024-05-06 19:45:19 -05:00
tsconfig.json Project init 2024-05-02 19:14:49 -05:00
vite.config.mts Add styles to main page 2024-05-06 17:52:19 -05:00

README.md

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.