Code Monkey home page Code Monkey logo

ruxq's Introduction

RuXQ

A chess game implemented using the Rust bevy framework

Windows11
rustc 1.77.2
cargo build
cargo run

introduction

  • Elegant background and chessboard, simple yet not simple interaction

  • Fast AI engine, chess power equivalent to Tiantian Chess human-machine, but faster

  • Cross platform, theoretically supporting web/darwin/Linux/windows/android/ios

  • High performance, thanks to the excellent features of Rust, achieving powerful rendering and engine computing with minimal resource consumption

game main menu

游戏菜单


windows game

Windows


develop

todo list

  • System settings menu, resolution, refresh rate, sound, sound effects, etc
  • Currently, the resource location is absolute and cannot adapt to various systems, optimizing screen scaling
  • Online game, establish connection using 'Peer to Peer', no central server
  • Implementation of Game AI Engine
  • Proxy Pikafish engine
  • Timer

Calculate whether the point selected by the mouse is within the range of the chess piece

  • A: Mouse selection point
  • B: Center of chess piece circle
  • R: Chess piece radius

$$ \sqrt {\left | {ax-bx} \right |^{2}+\left | {xy-by} \right |^{2}} \ > \ r $$


Reference materials

ruxq's People

Contributors

lukanzx avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.