A library for creating multiplayer boardgames
npm install pureboard
pureboard is a library that allows for easy implementation of multiplayer games, by replicating actions on a state. It's designed for boardgame-like games, but can be used for other projects. It uses zustand for state management, so replicated state on client can be easily used in a React project.
See example directory for example of a online multiplayer connect4 game.
npm install in root directorynpm install in the example directorynpm run dev in the example directory