From 43ee6a84e7ab100442037ebf788c12a612d86f99 Mon Sep 17 00:00:00 2001 From: Santiago Forero Date: Tue, 24 Jan 2023 19:36:14 -0500 Subject: [PATCH] add chess page --- chess.php | 35 +++++++++++++++++++++++++++++++++++ game.php | 13 +++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 chess.php create mode 100644 game.php diff --git a/chess.php b/chess.php new file mode 100644 index 0000000..3a56ae5 --- /dev/null +++ b/chess.php @@ -0,0 +1,35 @@ + +
+

Chess team match

+

What is it?

+

A chess team match is a series of chess games played between two teams of several players. During the match the teams alternate white and black pieces, being fair to both sides. Each team has 24 hours to move after their opponent played.

+ +

Each team will have a private IRC room to discuss the moves, and everyday the leader of each team will tell me their move within 24 hours, if no move is played by a team, the game will be considered abandoned and the other team wins.

+ +

Once I receive the email from each team's leader I will forward it to every participant, aditionally a board displaying ongoing games is available here.

+ +

Scores

+

When a team wins, they earn one full point, draws gives both teams half a point, and losses give 0 points.

+ +

At the end the points are added and the team with most points wins.

+ +

Rules

+ + +

How do I play?

+

Just email me at forero@disroot.org and tell me who you are, your email and your irc nick on the IRCNow network. Don't forget to join #chess on irc to meet with other participants.

+ +

Questions? Ideas? or Suggestions?

+

Contact me via email or irc.

+
+ \ No newline at end of file diff --git a/game.php b/game.php new file mode 100644 index 0000000..34d4ac9 --- /dev/null +++ b/game.php @@ -0,0 +1,13 @@ + +
+

Current game

+

Status: Waiting for participants

+ + + +
+ \ No newline at end of file