Skip to content
/ Joust Public

This repository implements the Joust board game, based on Chess.

Notifications You must be signed in to change notification settings

pmgj/Joust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joust

This project contains the implementation of the Joust board game. In this game, each player has a Knight that moves according to the rules of Chess. However, every time a piece moves, the square previously occupied by the Knight cannot be visited again by either player. Knights cannot capture each other. The objective is to leave the opponent without valid moves.

This implementation has a web interface, allowing two players to play remotely using Web Sockets to communicate with the server. Several rooms are created, allowing several pairs of players to play simultaneously.

About

This repository implements the Joust board game, based on Chess.

Resources

Stars

Watchers

Forks

Packages

No packages published