Giter VIP home page Giter VIP logo

chessmarkable's Introduction

chessMarkable

rm1 rm2 launchers

A chess game for the reMarkable tablet writting using the pleco chess library which is a port of Stockfish

  

Controlling

A chess piece can be moved in two ways:

  1. Clicking it once and clicking the spot it's supposed to
  2. Clicking it and moving the finger onto the square to move it there on release

The second method has the advantage that it doesn't highlight the chess piece or shows the possible moves.

Installation

Prebuilt binary/program

  • Go the the releases page
  • Get the newest released binary file (the one without any extension) and copy it onto your remarkable, using e.g. FileZilla, WinSCP or scp.
  • SSH into your remarkable and mark the file as executable with chmod +x chess
  • Stop xochitl (the interface) with systemctl stop xochitl
  • Start the game with ./chessmarkable (or whatever the binary is called now)
  • After you're done, restart xochitl with systemctl start xochitl

Compiling

  • Make sure to have rustup and a current toolchain (nightly might be needed)
  • Install the oecore toolchain.
    • If you're not using linux, you might want to adjust the path in .cargo/config
  • Compile it with cargo build --release. It should automatically cross-compile.

Todo

  • Proper own icon(s)
  • Check whether the difficulties are good (let me please know in the issues if not)
  • Some more information for the user on invalid moves
  • Fix potential errors that are currently not checked and instead can kill the game

Credit

  • The pleco library is used as the engine, checking valid moves and providing the bots
  • The chess pices are from pixabay here

chessmarkable's People

Contributors

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