All Projects → gbtami → pychess-variants

gbtami / pychess-variants

Licence: AGPL-3.0 License
Chess variants server

Programming Languages

typescript
32286 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to pychess-variants

shogi-pieces
Shogi (Japanese Chess) pieces and boards
Stars: ✭ 25 (-81.75%)
Mutual labels:  chess, shogi
ChineseChessOL
Online Heads-Up version of Chinese Chess built with Unity 3D
Stars: ✭ 15 (-89.05%)
Mutual labels:  chess, xiangqi
CPP-DSA
C++ Data Structures and Algorithms | College Placement Course taught by renowned faculties of Apni Kaksha (Aman Dhattarwal).
Stars: ✭ 53 (-61.31%)
Mutual labels:  placement, hacktoberfest2021
Codechef Cards
[Obsolete] WebApp to follow friends doing CP on Codechef platform and to track their ratings and stars.
Stars: ✭ 17 (-87.59%)
Mutual labels:  hacktoberfest2021
React-GitHub-Resume
React SPA that generates users GitHub resumé. showing information if available. showing users repositories if available with additional information.
Stars: ✭ 37 (-72.99%)
Mutual labels:  hacktoberfest2021
react-boilerplate-2021
No description or website provided.
Stars: ✭ 52 (-62.04%)
Mutual labels:  hacktoberfest2021
better-escape.nvim
Escape from insert mode without delay when typing
Stars: ✭ 166 (+21.17%)
Mutual labels:  hacktoberfest2021
chessx
Sources of the official ChessX version.
Stars: ✭ 43 (-68.61%)
Mutual labels:  chess
Dev-Geeks
Open Source Project
Stars: ✭ 16 (-88.32%)
Mutual labels:  hacktoberfest2021
materialize
Materialize, a CSS Framework based on Material Design
Stars: ✭ 458 (+234.31%)
Mutual labels:  hacktoberfest2021
github-fest-2021
No description or website provided.
Stars: ✭ 44 (-67.88%)
Mutual labels:  hacktoberfest2021
eviloffice
Inject Macro and DDE code into Excel and Word documents (reverse shell)
Stars: ✭ 44 (-67.88%)
Mutual labels:  hacktoberfest2021
Hacktoberfest 2021
all valid pull requests accepted!!
Stars: ✭ 23 (-83.21%)
Mutual labels:  hacktoberfest2021
randomcodegenerator.lol
Need some code for your project? We've got you covered. Choose your language. Choose how much code. BÄM! You got code.
Stars: ✭ 32 (-76.64%)
Mutual labels:  hacktoberfest2021
ember-headlessui
gavinjoyce.github.io/ember-headlessui/
Stars: ✭ 76 (-44.53%)
Mutual labels:  hacktoberfest2021
Hacktober Fest 2021
A repository to contribute and learn OpenSource
Stars: ✭ 20 (-85.4%)
Mutual labels:  hacktoberfest2021
zahak
A UCI compatible chess AI in Go
Stars: ✭ 20 (-85.4%)
Mutual labels:  chess
Contactless-Attendance-System
✨ A Contactless Attendance System where your face is identified for Attendance.
Stars: ✭ 20 (-85.4%)
Mutual labels:  hacktoberfest2021
konker-platform
IoT Platform
Stars: ✭ 33 (-75.91%)
Mutual labels:  hacktoberfest2021
weatherbes-android
An open sourced Weather App made using OpenWeatherMapAPI
Stars: ✭ 23 (-83.21%)
Mutual labels:  hacktoberfest2021

www.pychess.org

Python-CI Nodejs-CI

pychess-variants is a free, open-source chess server designed to play chess variants.

Currently supported games are:

Additionally you can check Chess960 option in for Chess, Crazyhouse, Atomic, S-chess, Capablanca and Capahouse to start games from random positions with Chess960 castling rules

For move generation, validation, analysis and engine play it uses

On client side it is based on chessgroundx fork of chessground

As you know, pychess-variants is a free server and it will remain free forever. However, maintaining and improving the server costs time and money.

If you like our work and find our server useful, please donate through patreon or directly through paypal!! Your contribution will be greatly appreciated and help me continue to develop this awesome server.

Installation

Prerequisites

Project setup

pip3 install -r requirements.txt --user // Install python requirements
yarn install                            // Install node requirements
yarn dev                                // Compile typescript files to javascript
yarn md                                 // Compile md files to html

Start server

python3 server/server.py

Supported browsers

Pychess-variants should support almost all browsers. Though older browsers (including any version of Internet Explorer) will not work. For your own sake, please upgrade. Security and performance, think about it!

Only Fairy-Stockfish analysis might not work on all browsers.

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].