Go to file
Araozu 47bff7b927 Modify readme 2024-05-03 07:02:30 -05:00
.vscode Add eslint 2024-05-02 19:17:26 -05:00
src Remove initial files, clean workspace 2024-05-02 19:25:46 -05:00
.eslintrc.yml Add eslint 2024-05-02 19:17:26 -05:00
.gitignore Project init 2024-05-02 19:14:49 -05:00
README.md Modify readme 2024-05-03 07:02:30 -05:00
index.html Remove initial files, clean workspace 2024-05-02 19:25:46 -05:00
package.json Add tailwind 2024-05-02 19:21:17 -05:00
pnpm-lock.yaml Add tailwind 2024-05-02 19:21:17 -05:00
postcss.config.js Add tailwind 2024-05-02 19:21:17 -05:00
tailwind.config.js Add tailwind 2024-05-02 19:21:17 -05:00
tsconfig.json Project init 2024-05-02 19:14:49 -05:00
vite.config.ts Project init 2024-05-02 19:14:49 -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.