A simple checkers game created using WebGL technology and powered by Express.
-
Setting Up:
- Make sure you have Node.js installed.
- Install dependencies with
npm install
.
-
Starting the Server:
- Run the server using
node server
. - Open your web browser and navigate to
http://localhost:3000
.
- Run the server using
-
Playing the Game:
- Open the
index.html
file in a web browser. - Click on a checker piece and then on the destination to make a move.
- The game supports a maximum of two players.
- Checkers can be promoted to kings, gaining additional abilities.
- Each player has a time limit of 30 seconds for each move.
- Open the
-
Objective:
- Score as many points as possible by eliminating opponents and capturing their checker pieces.
- Node.js
- Express
- WebGL-enabled web browser.