Git Product home page Git Product logo

checkersonbevy's Introduction

CheckersOnBevy

Checkers.on.Bevy.2022-11-16.19-08-04.mp4

A checkers app with:

  • AI: ๐Ÿง  Train agents and play against NN-trained opponent
  • P2P: Play over Veilid

๐Ÿ“‹ Changelog

  • 0.3.0 bevy updated to 0.8.1
  • 0.4.0 tch-rs switched to tract-onnx
  • 0.4.1 bevy updated to 0.9.0
  • 0.5.0 bevy updated to 0.11
  • 0.6.0 checkers-p2p to play over network

Structure

CheckersOnBevy
 |--checkers-core   # Contains bevy application and game core mechanics. Can run standalone game.
 |--checkers-app    # Bevy front-end application
 |   |--assets      # Models, Fonts and pictures
 |--checkers-ai     # Python code to train a model and Rust deployment
 |--checkers-p2p    # Play over p2p network
 |--checkers-server # gRPC server with game core mechanics
 `--checkers-client # Bevy frontend that connects with server.

๐Ÿ“ Usage

  1. Install pytorch and rust
  2. git clone repository
  3. Build project with cargo build
  4. cargo run --bin checkers-app

Usage

cargo run --bin checkers-p2p # run p2p app

cargo run --bin checkers-app # run vsai app
cargo run --bin checkers-server # run server to train ai
cargo run --bin checkers-client # run client to see AI training process (see checkers-ai)

checkersonbevy's People

Contributors

stillonearth 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.