Shinkei-suijaku is a card game in which all of the cards are laid face down on a surface and two cards are flipped face up over each turn. (Wiki)
- UI render - React, with ts
- Game Logic base on xState
- Styled with Tailwindcss
- Also using Unsplash API to get random images for cards
- Install all dependencies
npm ci
- Generate Unsplash API key on official website
- Create
.env.local
file in root directory with following content:
REACT_APP_UNSPLASH_ACCESS_KEY=<your-key>
- Run project
npm run start