Skip to content

nearlynithin/chessray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChessRay

A chess game written in python with Raylib

Python RayLib

screenshot


Installation (Linux)

  • clone the project
git clone https://github.com/nearlynithin/chessray
  • initialize an environment and activate
cd chessray
python3 -m venv venv
source venv/bin/activate
  • install dependencies
python3 -m pip install -r requirements.txt
  • Run the game
python3 main.py

TODO

  • Chess engine
  • Multiplayer
  • UI improvements

About

A Chess game written in python wrapper for raylib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages