All Projects → Aveek-Saha → Online-Chess

Aveek-Saha / Online-Chess

Licence: MIT license
A chess website where people can play against each other online.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Online-Chess

Phpsocket.io
A server side alternative implementation of socket.io in PHP based on workerman.
Stars: ✭ 2,026 (+7135.71%)
Mutual labels:  socket-io, realtime
chessboard-recognizer
Uses neural networks to extract chess positions from images
Stars: ✭ 59 (+110.71%)
Mutual labels:  chess, chessboard
Rtcode
Real time code sharing web application
Stars: ✭ 170 (+507.14%)
Mutual labels:  socket-io, realtime
Aaronvandenberg.nl
⚛️ Web Developers portfolio build with Gatsby.js & React.js
Stars: ✭ 98 (+250%)
Mutual labels:  socket-io, realtime
pacNEM
pacNEM is a Browser PacMan game with NodeJS, Socket.io, Handlebars and NEM Blockchain
Stars: ✭ 20 (-28.57%)
Mutual labels:  socket-io, node-js
Rltm.js
Easily swap realtime providers with a single code base
Stars: ✭ 106 (+278.57%)
Mutual labels:  socket-io, realtime
Android spy app
This is a android spy app, which uploads user data such as contacts, messages, call log, send message(s), photos, videos, open a browser link etc. Android Rat
Stars: ✭ 232 (+728.57%)
Mutual labels:  socket-io, node-js
Vynchronize
Watch videos with friends online with the new real time video synchronization platform
Stars: ✭ 1,072 (+3728.57%)
Mutual labels:  socket-io, realtime
stockfish-chess-web-gui
Responsive chess web GUI to play against the Stockfish 10 chess engine. Multiple web GUI implementations have also been included.
Stars: ✭ 21 (-25%)
Mutual labels:  chess, chessboard
ChessLib
C# chess library containing a complete data structure and move generation.
Stars: ✭ 37 (+32.14%)
Mutual labels:  chess, chessboard
flood-protection
Flood protection for realtime applications
Stars: ✭ 19 (-32.14%)
Mutual labels:  socket-io, realtime
realtime-geolocation
Geolocation tracking app with Node.js, Socket.io, & AngularJS
Stars: ✭ 29 (+3.57%)
Mutual labels:  socket-io, realtime
Simple Realtime Message Socketio Nodejs Ci
🔌 Simple realtime push message using Socket.IO (Node.JS) integrated with PHP (CodeIgniter) and database MySQL
Stars: ✭ 85 (+203.57%)
Mutual labels:  socket-io, realtime
Codenames
Stars: ✭ 159 (+467.86%)
Mutual labels:  socket-io, realtime
Realtime Rails
Realtime rails support. See website for documentation:
Stars: ✭ 77 (+175%)
Mutual labels:  socket-io, realtime
Basic Mmo Phaser
Very basic multiplayer online game example made with Phaser, Node.js and Socket.io
Stars: ✭ 198 (+607.14%)
Mutual labels:  socket-io, node-js
Progress Bot
High-tech weaponized moe progress delivery bot for IRC, Discord, and web
Stars: ✭ 38 (+35.71%)
Mutual labels:  socket-io, realtime
Beaver
💨 A real time messaging system to build a scalable in-app notifications, multiplayer games, chat apps in web and mobile apps.
Stars: ✭ 1,056 (+3671.43%)
Mutual labels:  socket-io, realtime
FDChessboardView
An iOS / Mac view controller for chess boards
Stars: ✭ 75 (+167.86%)
Mutual labels:  chess, chessboard
Radar
Arduino Servo controller with Ultrasonic sensor, that will send distance value from sensor to Node.js via USB serial and leveraging socket.io to send the data to browser in realtime.
Stars: ✭ 24 (-14.29%)
Mutual labels:  socket-io, realtime

Online Chess

This is a chess website where people can play against each other online in real time.

Note:

If you're just trying to play a game of chess and you get a Heroku error page, try FireChess. It has far more relaxed resource restrictions and should always be accessible.

FireChess link: http://firechess0.web.app/

Links

Play a game of chess here - Live demo

If you want to know how this project works, read the tutorial at Making an online chess game with Socket.io

Features

  • Moves are reflected in real time, with no noticeable delay.
  • Simple to use, just enter a free room number, grab an opponent and you're ready to play.
  • Upto a 100 games can be played simultaneously.

Instructions

Just clone this repository , and then run

npm install
node index.js
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].