Skip to content

gandhi56/rustic_chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rustic Chess

Overview

Rustic Chess is a 3D chess application written in Rust. It uses bevy's game engine for GUI. I followed the tutorials from https://caballerocoll.com/blog/bevy-chess-tutorial/ to write this program and my goal with this project is to explore the Rust programming language and implement more GUI, finish implementing the missing chess rules and anything else I can think of.

Dependencies

  • bevy v0.4

Compile and run

  1. Clone this repository: git clone https://github.com/gandhi56/rustic_chess.git
  2. cd rustic_chess
  3. To compile only, cargo build (Optional)
  4. To compile and run, cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages