Paradox is a 2-players game, white and black.
The goal is to make a straight sequence of 4 stones of the player's color.
Each turn, the player has to pick 2 adjacent stones of different colors and either move them in the same orientation, or switch them.
A player may not play the exact opposite move the the last move played.
For switching, click on either of the previously selected stones.
Note that moving is done by clicking the destination of the 2nd stone.
See demo pass-around version at Paradox on Vercel
This project is powered by boardgame.io and was made using the basic Tic-Tac-Toe tutorial
Hexagons are the bestagons! Check out Honeycomb (honeycomb-grid)
This project was created by following the boardgame.io tutorial, using Parcel.
Install using npm install
and run using npm start
See demo multiplayer version at Paradox on render, deployed once as a static site and again as a web service.
Switch to branch render
Run server using ts-node --transpileOnly .\src\Server.ts
Make sure the clients use the correct SERVER_URL
than separetly run clients (same as before, npm start
) and use the "new game" and "join" buttons