View Single Post
Old 03-08-2025, 09:32 PM   #13
chronoreverse
Connoisseur
chronoreverse can extract oil from cheesechronoreverse can extract oil from cheesechronoreverse can extract oil from cheesechronoreverse can extract oil from cheesechronoreverse can extract oil from cheesechronoreverse can extract oil from cheesechronoreverse can extract oil from cheesechronoreverse can extract oil from cheesechronoreverse can extract oil from cheese
 
Posts: 59
Karma: 1134
Join Date: Jan 2019
Device: Kindle Voyage
Did anyone save the 2023 zip? The link is now dead and it'd be nice to have this.

[edit]
Since there's no working version of this available on the web, I've found that someone built Chess into Plato!
https://github.com/bateast/plato/tree/plato_chess

It requires you to compile it yourself though.

Here are the basic instructions for that (in Linux, WSL2 will work):

Code:
sudo apt update && sudo apt install wget curl git pkg-config unzip jq patchelf rustup

git clone -b plato_chess https://github.com/bateast/plato.git
cd plato

wget https://releases.linaro.org/componen...ueabihf.tar.xz
tar xvf gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf.tar.xz
PATH=$PATH:`pwd`/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihfn/bin

curl https://sh.rustup.rs -sSf | sh
echo *Proceed with standard installation*
rustup target add arm-unknown-linux-gnueabihf

./build.sh
./dist.sh
/dist folder goes into .adds
Launch using KFMon or NickelMenu (you can use the One Click Packages and replace the Plato folder in .adds)

Last edited by chronoreverse; 03-10-2025 at 02:41 PM.
chronoreverse is offline   Reply With Quote