Checker Express is a multiplayer checkers game implementation using Express and TypeScript, allowing players to play checkers across multiple devices on the same network.
- Multiplayer checkers game
- Real-time gameplay
- Network-based multiplayer support
- Built with TypeScript and Express
- Node.js (recommended version 16+)
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/rohitjoshi21/checker-express.git
cd checker-express
- Install dependencies:
npm install
To start the development server:
npm run dev
- Connect multiple devices on the same network
- Open the game in web browsers
- Take turns moving checkers pieces
- Follow standard checkers rules
- TypeScript
- Express.js
- WebSocket (for real-time communication)
- Ensure all players are on the same local network
- Verify firewall settings allow game connections
- Add AI opponent
- Implement advanced game rules