Skip to content

Latest commit

 

History

History

bevy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Chess-Clone

It's written in rust and uses the bevy game engine. It is used together from one pc, you can find how to start it in the setup.

It implements

  • moving pieces
  • piece highlighting

What it looks like

TODO

  • check king safety
  • win detection

Setup

  • install the rust compiler (you can download it on the official rust-lang site)
  • clone the project
  • you can start it with cargo r -r, then you can play with the mouse it will then highlight the squares you can move to in red