Skip to content

vspecky/chess-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess.rs (Version Alpha)

A Chess Engine made in Rust using the ggez crate.
Planning to implement an AI using the Minimax Algorithm. We'll see how it goes.
Note: All piece assets were obtained from here (Wikimedia) and are public domain.

As of 31st July 2020, this is a fully functional chess game. Though without an AI, it's playable by two people.

TODO

  • Board Implementation
  • Piece Implementation
  • Piece Moves Implementation
  • Rendering
  • Player-Piece Interaction
  • En Passant
  • Castling
  • Check & Checkmate
  • Minimax AI

About

A Chess Engine in Rust using ggez

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages