Skip to content

Codes about a series tutorial of making a multiplayer card game

Notifications You must be signed in to change notification settings

lizhiyu-me/Make-a-multiplayer-card-game

Repository files navigation

Make-a-multiplayer-card-game

This repository supports a series of blog posts on my blog.

The main branch is regularly updated to reflect the latest progress and will eventually contain the complete project. You can check out different tags to access demos from specific episodes.

Quick start Guide:

  1. Clone the repository:
  • git clone https://github.com/lizhiyu-me/Make-a-multiplayer-card-game.git
  • cd Make-a-multiplayer-card-game
  1. Install dependencies:
  • npm install
  1. Start the server:
  • npm run start-server
  1. Choose a front-end implement, e.g. react(Cocos Creater and react-three-fiber are also supported):
  • cd client/view-engine/react/doudizhu
  • change the ip in globalConfig.ts to your server ip
  1. Start server and client
  • npm run start

open two browser tabs to begin the game.

About

Codes about a series tutorial of making a multiplayer card game

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published