SheepWizard / kobo-minesweeper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kobo Minesweeper

Play minesweper on your Kobo device. Click on the cells to open, hold to place a flag. Try open all the cells without hitting a mine 😫

Video

https://www.youtube.com/watch?v=MJ06zaX2aZM

Installation

  1. (optional) Stop Nickel from scanning hidden directories. Find out how to do this here.

  2. Install FBink, python, py-fbink, and pillow. All of this can be done by installing kobo-stuff (installing python requires extra steps when using kobo-stuff. Make sure you read full forum post)

  3. Add all files and directories from repo (excluding screenshots and readme) into .adds/minesweeper/ directory on your kobo. (/mnt/onboard/.adds/minesweeper/ if you have root access)

  4. Install NickelMenu to add a way to run the python script

  5. Add this too your NickelMenu config

menu_item:main:Minesweeper Easy:cmd_spawn:quiet:python /mnt/onboard/.adds/minesweeper/minesweeper.py

You can also configure the size of the minesweeper board with arguments

python /mnt/onboard/.adds/minesweeper/minesweeper.py -x 16 -y 16 -mines 40

This has only be tested on a Kobo Clara HD

More screenshots

About


Languages

Language:Python 99.6%Language:Shell 0.4%