NANA Online Board Game 中文
An online multiplayer card game.
Play by visiting https://nana.cyron.site with your browser.
It supports creating rooms and joining others' rooms.
This website is hosted on Vercel
, made with NextJS
and Framer motion
, and uses Vercel KV (Redis)
to store server
states.
The entire architecture is completely free.
You are welcome to join in developing more features, and submitting issues to help improve the project.
- Multiplayer online play
- Sound effects
- Internationalization
- Adaptation for small screens
- Seat layout optimization for different number of players
- Scoreboard
- Progressive Web App (PWA) mode
- Share players' mouse using WebRTC
- Find a free Redis server
- Find a free WebSocket server
- More attractive animations
- More appealing UI
npm install
npm run dev
Visit http://localhost:2333 in your browser.
This project is solely for the purpose of learning and communication of NextJS
and Framer motion
.
The card images used in the project are sourced from the internet and should not be used for profit-making activities.
You are also welcome to join in and create unique card UI.