samyvera / chess_game_b3_cursed

An online chess game built on NodeJs with Express and socket.io (experimental cursed version)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess_Game_B3

Build Status Dependency Status

An online chess game built on NodeJs with Express and socket.io. No unnecessary libraries.

Live demo not available yet.

Getting Started

Install the latest Node.js

git clone https://github.com/samyvera/chess_game_b3.git

cd chess_game_b3

npm install

npm start

Open your web browser to localhost:3000

Game Features

  • Quick join and play (no sign-ups)
  • Queue up (when 2+ players)
  • Spectate
  • Rooms
  • Player settings
    • Add name
  • Sound effects

To do

  • Kick looser if someone is waiting to play
  • Pieces can't move through other pieces (exept knights)
  • Store dead pieces (to promote pawns)
  • "En passant"
  • "Castle"
  • "Checkmate"

About

An online chess game built on NodeJs with Express and socket.io (experimental cursed version)

License:MIT License


Languages

Language:JavaScript 72.3%Language:HTML 15.1%Language:CSS 12.6%