ronhasson / ParaduxGame

A recreation of the original board game with online multiplayer

Home Page:https://ronhasson.github.io/ParaduxGame/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paradux

Board game for 2 players. A recreation of the original game with online multiplayer to play with friends from across the world.

How to play

Each of the 2 plays picks a color, black or white. The goal of each player is to get 4 marbles of his color in a row in any rotation.

In a turn, the player need to select a pair of ajasent balls of a different color ⚫️⚪️ and then can do only one of the following acations:

  • Move the pair 1 step together to a direction of his liking (as long as there is space for both of them without rotating them)
  • Switch between the pair ( ⚫️⚪️ -> ⚪️⚫️ )

Once someone gets 4 marbles of his color in a row, the game ends and he is the winner.

Have fun!


Continue to the game >

todo

  • base game
  • improve the ui
  • win condition and announce the winner
  • p2p multiplyer
  • matchmaking?(requires a custom signaling server, not sure if i will do it)

About

A recreation of the original board game with online multiplayer

https://ronhasson.github.io/ParaduxGame/


Languages

Language:JavaScript 52.6%Language:HTML 29.4%Language:CSS 13.2%Language:TypeScript 4.8%