Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ferrum

A simple chess bot for your command line. (Not functional yet)

About Ferrum

Ferrum is a research project where I am trying to find out how to find "the best" chess moves fast without using LLMs or Coding AI.
This is not trying to come close to any great chess bot like stockfish and not trying to be "the fastest" or "the best".
It's just aiming to find out what methods there are to optimize a chess bot.

Installation

Manual installation on Linux (recommended)

Requirements

  • git
  • rust (cargo, rustc)

To manually install ferrum just download this git repository and build the binary using cargo

Download the repository
$ git clone git@github.com:Kopernikus73/ferrum.git -o ferrum

Change directory to ferrum
$ cd ferrum

Build the binary using Cargo
$ cargo build --release

The binary is located in /target/release as ferrum

License

As software should always be available for free for everyone, this project uses the GNU AGPLv3 License.

License specifications

Permissions Conditions Limitations
✅ Commercial use Disclose source ❌ Liability
✅ Distribution License and copyright notice ❌ Warranty
✅ Modification Network use is distribution
✅ Patent use Same license
✅ Private use State changes

Further information: gnu.org, choosealicense.com

About

Ferrum is a simple chess bot, written in Rust, trying its best, but not to be the best

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages