2024-05-03 12:02:30 +00:00
|
|
|
# Card-jong (frontend)
|
2024-05-03 00:14:49 +00:00
|
|
|
|
2024-05-03 12:02:30 +00:00
|
|
|
Card-jong is a Mahjong-like game, but uses
|
|
|
|
2 decks of cards instead of tiles.
|
2024-05-03 00:14:49 +00:00
|
|
|
|
2024-05-03 12:02:30 +00:00
|
|
|
Has a SolidJS frontend and will connect to a
|
|
|
|
Go backend, which will have all the game logic
|
|
|
|
and state.
|
2024-05-03 00:14:49 +00:00
|
|
|
|
2024-05-03 12:02:30 +00:00
|
|
|
This frontend will only render the state received
|
|
|
|
from the backend.
|
2024-05-03 00:14:49 +00:00
|
|
|
|