Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 04-01-2025, 04:50 PM   #1
kbarni
Enthusiast
kbarni doesn't litterkbarni doesn't litter
 
kbarni's Avatar
 
Posts: 43
Karma: 106
Join Date: Feb 2025
Device: Kindle PW5
Lightbulb Kindle puzzle collection (HF)

Hello Kindle Community!

Here's what you've been always waiting for! And it's not even an April 1st joke!Please enjoy...

Simon Tatham's Puzzle collection ported to Kindle

Current release: April 1st 2025

(Currently contains the binaries for the HF architecture, i.e. firmware 5.16.2+)

Enjoy a collection of 25 simple - but hard, addictive puzzle games that are well suited for the Kindle...if you ever have enough of reading.

Installation

Copy the contents of the attached zip file in the extensions folder of your jailbroken Kindle. The games will appear in KUAL.

Instructions

The "About" window in the Help menu contains brief instructions how to play each game.

For more detailed instructions, visit Simon Tatham's homepage

Don't forget that there are variants (harder/easier) in the "Type" menu.

Note: some games are omitted from the original collection. The reasons are: They need color display, keyboard or right mouse click.
I will try to implement the keyboard option, so some more games will be added to the collection.

Source code here: https://github.com/kbarni/kindlepuzzles

Credits

All credits go to Simon Tatham and the original authors.

Homepage (with online and downloadable versions and instructions): https://www.chiark.greenend.org.uk/~sgtatham/puzzles/

Special mention to brianinmaine who created a port of these games 12 years ago

Feedback is always welcome!
Attached Thumbnails
Click image for larger version

Name:	screenshot_2025_04_01T21_27_02+0100.png
Views:	122
Size:	42.1 KB
ID:	214799   Click image for larger version

Name:	screenshot_2025_04_01T21_37_22+0100.png
Views:	88
Size:	63.0 KB
ID:	214800  
Attached Files
File Type: zip puzzles.zip (5.21 MB, 287 views)

Last edited by kbarni; 04-09-2025 at 01:26 PM.
kbarni is offline   Reply With Quote
Old 04-02-2025, 02:53 AM   #2
Piecho
Enthusiast
Piecho began at the beginning.
 
Posts: 29
Karma: 10
Join Date: Oct 2023
Device: PW12
Thank you for porting it to HF, but it does crash on my PW12 running 5.17. After selecting any games from the list KUAL launcher is closed and game do not start.
Piecho is offline   Reply With Quote
Old 04-02-2025, 03:37 AM   #3
kbarni
Enthusiast
kbarni doesn't litterkbarni doesn't litter
 
kbarni's Avatar
 
Posts: 43
Karma: 106
Join Date: Feb 2025
Device: Kindle PW5
Do you have kterm installed? You can try to launch it trhough that app.
Code:
cd /mnt/extensions/puzzles
./pegs
(or other game)

Can you copy the result?
kbarni is offline   Reply With Quote
Old 04-02-2025, 03:46 AM   #4
Piecho
Enthusiast
Piecho began at the beginning.
 
Posts: 29
Karma: 10
Join Date: Oct 2023
Device: PW12
Edit: It works using the terminal, I was in the wrong directory before edit this post. Looks like it freezes after I tried to restart the game, I cannot close it now. Have to restart the device.

Still, I was not able run it using KUAL.

Last edited by Piecho; 04-02-2025 at 04:58 AM.
Piecho is offline   Reply With Quote
Old 04-02-2025, 05:35 AM   #5
kbarni
Enthusiast
kbarni doesn't litterkbarni doesn't litter
 
kbarni's Avatar
 
Posts: 43
Karma: 106
Join Date: Feb 2025
Device: Kindle PW5
To avoid blocking the Kindle, you can first enable remote access using usbnetlite, then launch the app through ssh (same commands as above). To kill the app, just press ^C or from a new ssh session give a kill command, e.g.:
Code:
killall pegs
Can you post the outputs?

I hope I will get other feedbacks to see if it's working, and if not, what could be the problem.
kbarni is offline   Reply With Quote
Old 04-02-2025, 05:47 AM   #6
Piecho
Enthusiast
Piecho began at the beginning.
 
Posts: 29
Karma: 10
Join Date: Oct 2023
Device: PW12
Thank you, but I don't have time for debugging right now unfortunately. I never used usbnetlite before.
If I manage to give it a try eventually, I will post you.
Piecho is offline   Reply With Quote
Old 04-02-2025, 10:49 AM   #7
Aadvik5951
Enthusiast
Aadvik5951 began at the beginning.
 
Posts: 40
Karma: 10
Join Date: Jan 2025
Device: Kindle Paperwhite 11th Generation
It does not work through KUAL. With kterm it says "Permission Denied".
Please help me. I want to have fun playing the puzzles.
Aadvik5951 is offline   Reply With Quote
Old 04-08-2025, 12:29 PM   #8
supermusti7
Junior Member
supermusti7 began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Apr 2025
Device: Kindle Paperwhite 10th gen
Is this open source? I would like to help add the right mouse-click so we can play more puzzles.
supermusti7 is offline   Reply With Quote
Old 04-09-2025, 06:21 AM   #9
kbarni
Enthusiast
kbarni doesn't litterkbarni doesn't litter
 
kbarni's Avatar
 
Posts: 43
Karma: 106
Join Date: Feb 2025
Device: Kindle PW5
Quote:
Originally Posted by supermusti7 View Post
Is this open source? I would like to help add the right mouse-click so we can play more puzzles.
Yep. I just need to clean it up a little and I'll put it on Github.
kbarni is offline   Reply With Quote
Old 04-09-2025, 07:12 AM   #10
Aadvik5951
Enthusiast
Aadvik5951 began at the beginning.
 
Posts: 40
Karma: 10
Join Date: Jan 2025
Device: Kindle Paperwhite 11th Generation
Quote:
Originally Posted by Aadvik5951 View Post
It does not work through KUAL. With kterm it says "Permission Denied".
Please help me. I want to have fun playing the puzzles.
Please help me.
Aadvik5951 is offline   Reply With Quote
Old 04-09-2025, 01:10 PM   #11
kbarni
Enthusiast
kbarni doesn't litterkbarni doesn't litter
 
kbarni's Avatar
 
Posts: 43
Karma: 106
Join Date: Feb 2025
Device: Kindle PW5
Try this:

Code:
cd /mnt/us/extensions/puzzles
chmod +x *
./slant
Does it work now ?
kbarni is offline   Reply With Quote
Old 04-09-2025, 01:25 PM   #12
kbarni
Enthusiast
kbarni doesn't litterkbarni doesn't litter
 
kbarni's Avatar
 
Posts: 43
Karma: 106
Join Date: Feb 2025
Device: Kindle PW5
Quote:
Originally Posted by supermusti7 View Post
Is this open source? I would like to help add the right mouse-click so we can play more puzzles.
Here's the source code: https://github.com/kbarni/kindlepuzzles
kbarni is offline   Reply With Quote
Old 04-28-2025, 05:14 AM   #13
PigDan
Member
PigDan doesn't litterPigDan doesn't litter
 
PigDan's Avatar
 
Posts: 17
Karma: 100
Join Date: Jan 2025
Location: USA
Device: KOA3
I'm excited to see what you talented coders can do with apps such as this. Thanks for the stuff y'all put out there to the community. This is neat. I do wish we could have some blog posts somewhere online in the future or maybe just an up-to-date forum post here that'll compile all the working apps for the current Kindle versions. Browsing these individual forum threads is a bit of a difficult task in terms of searching accessibility. I'm guessing that a lot of extensions won't work right now, from what I've seen so far? Well, at least we have one more here! And that's a pretty significant gap of time between updates, it's good to see people picking up the torch over a decade later. Running puzzles on an e-ink reader seems like something you'd do 15 years ago or so (and sometimes I guess the device manufacturers would actually include the Games on the device) when the tech was new but I wish it was the norm, I could play Scrabble on it or something, lol

Edit: I tested it and I can report that none of the games boot on the Kindle Oasis 3 (2019) model. If you need testers I can give it a shot. All I can say for now is that after selecting a game in the KUAL menu, it just goes straight to the Kindle home menu screen.

Last edited by PigDan; 04-28-2025 at 03:48 PM.
PigDan is offline   Reply With Quote
Reply

Tags
game, kual, native, puzzle


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Simon Tatham's portable puzzle collection? Biep Kobo Developer's Corner 15 11-27-2024 04:05 PM
Simon Tatham's Portable Puzzle Collection GerReader PocketBook 58 08-17-2024 02:07 PM
Currently porting the SGT Puzzle collection, need some coding help GerReader PocketBook Developer's Corner 39 10-21-2021 07:42 AM
Free (Kindle App) Pixel Perfect Puzzles (A Puzzle Game for Kindle) arcadata Deals and Resources (No Self-Promotion or Affiliate Links) 1 07-06-2011 03:32 AM


All times are GMT -4. The time now is 08:05 PM.


MobileRead.com is a privately owned, operated and funded community.