All Projects → LinusCDE → chessmarkable

LinusCDE / chessmarkable

Licence: MIT license
Chess for the reMarkable using the rust pleco lib

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to chessmarkable

Calculator
A primitive calculator for the reMarkable (early alpha)
Stars: ✭ 33 (-53.52%)
Mutual labels:  remarkable-tablet
remarkable-uuuflash
uuu scripts for recovery console and flashing
Stars: ✭ 31 (-56.34%)
Mutual labels:  remarkable-tablet
fingerterm-reMarkable
A build of fingerterm, modified to draw more nicely on the reMarkable ePaper device.
Stars: ✭ 61 (-14.08%)
Mutual labels:  remarkable-tablet
reMarkable-year-week-tasks-planner
Clickable Year-Week-Tasks PDF planner for the Remarkable Tablet
Stars: ✭ 17 (-76.06%)
Mutual labels:  remarkable-tablet
instapaper-as-pdf-to-remarkable
Exports Instapaper-Articles to PDF and potentially send them to a connected remarkable tablet
Stars: ✭ 33 (-53.52%)
Mutual labels:  remarkable-tablet
rM2PDF
rM2PDF script for the reMarkable reader
Stars: ✭ 23 (-67.61%)
Mutual labels:  remarkable-tablet
hackernews2remarkable
Fetch top articles from HackerNews, pack as EPUB right in your reMarkable device
Stars: ✭ 87 (+22.54%)
Mutual labels:  remarkable-tablet
noteto
Template Tool for the reMarkable tablet (and maybe others?)
Stars: ✭ 30 (-57.75%)
Mutual labels:  remarkable-tablet
ReMarkable.NET
A .NET library for developing applications for the reMarkable tablets
Stars: ✭ 37 (-47.89%)
Mutual labels:  remarkable-tablet
Koreader
An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices
Stars: ✭ 9,467 (+13233.8%)
Mutual labels:  remarkable-tablet
rmrl
Render reMarkable documents to PDF
Stars: ✭ 77 (+8.45%)
Mutual labels:  remarkable-tablet
remarkable syncthing
Self-hosting syncing solution for reMarkable
Stars: ✭ 86 (+21.13%)
Mutual labels:  remarkable-tablet
remarkable-calendar-creator
Create calendars to display on a reMarkable device as the suspend screen or to write notes on, including events from your own online iCal calendar
Stars: ✭ 28 (-60.56%)
Mutual labels:  remarkable-tablet
plato
Document reader
Stars: ✭ 31 (-56.34%)
Mutual labels:  remarkable-tablet
rm2pdf
Convert reMarkable tablet notebooks and annotated PDFs to layered PDF documents
Stars: ✭ 53 (-25.35%)
Mutual labels:  remarkable-tablet
waved
Experimental driver for the reMarkable 2 E-Ink display
Stars: ✭ 31 (-56.34%)
Mutual labels:  remarkable-tablet
recrossable
crossword game with simplistic handwriting recognition and automatic generation of crosswords
Stars: ✭ 36 (-49.3%)
Mutual labels:  remarkable-tablet
remarkableflash
No description or website provided.
Stars: ✭ 41 (-42.25%)
Mutual labels:  remarkable-tablet
goMarkableStream
A utility to stream from a Remarkable2 without hack or third party dependencies
Stars: ✭ 129 (+81.69%)
Mutual labels:  remarkable-tablet
Awesome Remarkable
A curated list of projects related to the reMarkable tablet
Stars: ✭ 4,111 (+5690.14%)
Mutual labels:  remarkable-tablet

chessMarkable

rm1 rm2 opkg launchers Mentioned in Awesome reMarkable

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.

FEN

When running the Game with the enviroment variable RUST_LOG set to debug, the FEN of a board will be output on each move. This is useful for debugging but also for manually saving a game state or resuming it elsewhere since this notation should be compatible with other chess programs/engines.

When starting a game, you'll need to specifiy a slot to play on. On quitting the game, the FEN will get saved to ~/.config/chessmarkable/savestates.yml which can be used to resume from.

(The -i option was removed in favor to add your own fen to the above file).

PGN Viewer

Chessmarkable also includes a PGN Player (huge thanks to @rmadhwal, for contributing this feature)!

You can put downloaded PGN Files into the directory ~/.config/chessmarkable/pgn on the device with software like scp, FileZilla or WinSCP. After this, you should be able to browse all the games from the menu point "PGN Viewer" and step through all the games.

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)
  • Clean the code

reMarkable 2 support

This app cant actually drive the rM 2 framebuffer. It needs rm2fb for that.

If you execute chessmarkable from ssh, be sure to have followed rm2fb steps to enable the support. When installed running rm2fb-client ./chessmarkable should work as well. Launching through a launcher (from toltec) should just work.

Credit

  • The pleco library is used as the engine, checking valid moves and providing the bots
  • The chess pices are from pixabay here
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].