Skip to content

Oliver-Piorun/koala_chess

Repository files navigation

Koala Chess


A handcrafted 2D chess game written in Rust.

Supported platforms · Getting started · Development plan

pipeline status dependency status license

Attention: This game is currently not in development 🚧

Maybe it will turn into a "Rust 2D Rendering Proof of Concept (PoC)", as my interests have shifted a bit in the last months and the implemented technical part was the most exciting. We will see!

Feel free to try out the published release(s) 😊

🖥️ Supported platforms

  • Windows (OpenGL ES 3.2)
  • Linux/X11 (OpenGL ES 3.2)

⚡ Getting started

Step by step

  • Get Rust (nightly)
  • Clone the repository
  • Navigate to the cloned repository
  • Run cargo run --release

🔧 Technical goals

  • Use as few dependencies as possible
  • Keep an eye on performance

💡 Personal goals

  • Learn more about Rust, rendering and game development

Used development tools

Inspired by