13 lines
276 B
Markdown
13 lines
276 B
Markdown
# 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.
|
|
|