Git Product home page Git Product logo

chessmen-online's Introduction

Chessmen-Online

Multiplayer chess that two players can play over LAN. Supports both CLI based and P5JS-Flask GUI based gameplay. Use CLI for simple old-school terminal based interface. Use GUI for a more modern interactive interface.

The sprites and GUI were taken and inspired by chess.com.

Installation

Clone the repo

git clone https://github.com/saiakarsh193/chessmen-online/
cd chessmen-online
python3 -m pip install -r requirements.txt

Usage

client side

To start CLI,

python3 cli.py <username>

cli_chess

To start GUI,

python3 app.py

gui_chess

dev side

You can start the server using,

# to start server
python3 backend.py start <password>

# to kill server
python3 backend.py kill <password>

# to change oauth for server
python3 backend.py update_pass <password>

The env variables are stored in env.yaml, change them accordingly.

ip_addr: 10.2.128.150
port: 8001
buffer_size: 4096
server_password: 5d41402abc4b2a76b9719d911017c592

chessmen-online's People

Contributors

saiakarsh193 avatar

Stargazers

Kylian B avatar  avatar Nikit Uppala avatar

Watchers

 avatar

chessmen-online's Issues

Password Incorrect

When I try to start the server it say password incorrect and I can't reset the password too because I need password to do it can you give the initial password ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.