Skip to content

Siddhant-K-code/wake_engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wake

Livestream series in progress, but it starts here: https://www.youtube.com/watch?v=1QotIA4_jb4

Wake is a Python (NumPy)-based chess engine. It is currently a work in progress.

Setup & Installation

  • Fork the repository:

Fork

  • It will create the fork like this, with your GitHub username:

AFter Fork

  • For Cloning it: Run git clone https://github.com/[your-username-here-without-brackets]/wake_engine

or

  • If you have Github Desktop installed, just click on Open with Github Desktop to clone it:

Open With Github Desktop

After Cloning, Run Following Commands in your terminal:

  • Run pip install -e . in root directory (for setup.py)

  • Create Virtual Environment, Run: virtual env -p python3

  • Run for Setting up all the Required Modules/Libraries pip install -r requirements.txt

  • Run pip install e.

You Are good to go now!

About

A chess engine in Python using numPy (WIP). Livestreamed here: www.youtube.com/watch?v=1QotIA4_jb4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.2%
  • Jupyter Notebook 43.8%