Skip to content

Resizable window

Latest
Compare
Choose a tag to compare
@moody-Jazz moody-Jazz released this 16 Mar 07:32
· 6 commits to main since this release

RayChess Installation Guide

Quick Start

The easiest way to start playing RayChess is to download RayChess.zip :

  1. Download RayChess-v0.2.1.zip from the release page
  2. Extract the ZIP file to any location on your computer
  3. Run raychess-v0.2.1.exe to start playing

The complete package contains the executable and all required resources, images, sounds, and a text file, which is used to store the game in a series of FEN strings.

Building from Source

If you prefer to build RayChess yourself:

  1. Download Source code (zip) or Source code (tar.gz) from the release page
  2. Extract the archive to your development directory
  3. Open a terminal in the extracted directory
  4. Build the project using make
  5. The executable will be created in your development directory

Build Requirements

  • G++ compiler
  • Raylib
  • Make

Troubleshooting

Missing Images or Resources

If you see missing graphics when running the standalone executable, make sure Raychess.exe is in the same folder as the images and sounds folder.

Build Errors

If you encounter compilation errors when building from source, make sure Raylib is properly installed on your system. See the README file in the source package for detailed information.

What's New 🎉

  • Resizable Window: You can now resize the application window dynamically! (#1)
  • Bug fix for illegal enpassant capture and pawn promotion.