8000 GitHub - Zillorz/chess: A simple chess client written in rust, uses uci and has great customizability
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Zillorz/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Zillorz - Chess

A fully customizable chess gui

textures and sounds are pulled from assets/

For pieces, first letter 'w' or 'b' signifies colors

and second letter 'K' 'P' 'Q' 'R' 'B' 'N' signifies piece

in png format, for example 'wK.png' is the white king image file

textures must be 128x128

For sounds

  1. default.ogg - default move sound
  2. capture.ogg - capture move sound
  3. check.ogg - check move sound
  4. castle.ogg - castle move sound

Square textures 128x128 square_1.png & square_2.png

the engine is any uci compatible engine, called from uci.bat

release build is setup with MAIA 1900, an engine meant to act like a human player with around 1900 elo

Preview:

image

output Blurry lines are a product of gif compression, they don't show in the application

About

A simple chess client written in rust, uses uci and has great customizability

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0