Skip to content

VAIBHAVMADAN1/Command-line-chess

Repository files navigation

Command line chess

A command-line chess game featuring:

  • Single-Player Mode: Play locally with cli_chess.js.
  • Multiplayer Mode: Play online with server.js and client.js using WebSocket.

Run:

Run npm i

  • Single-player: node cli_chess.js
  • Multiplayer:
    1. Start server: node server.js
    2. Connect clients: node client.js

Powered by chess.js for game logic and ws for WebSocket.

About

A node.js command line chess program

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published