Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.55 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.55 KB

Paradox

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.

Demo

See demo pass-around version at Paradox on Vercel

Boardgame.io

This project is powered by boardgame.io and was made using the basic Tic-Tac-Toe tutorial

Hexagons

Hexagons are the bestagons! Check out Honeycomb (honeycomb-grid)

Dev

This project was created by following the boardgame.io tutorial, using Parcel.
Install using npm install
and run using npm start

Multiplayer

See demo multiplayer version at Paradox on render, deployed once as a static site and again as a web service.

Dev

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