https://github.com/ibotpeaches/treasure-inside
Random snippets of my research for the Treasure Inside book.
https://github.com/ibotpeaches/treasure-inside
puzzle treasure-inside
Last synced: 4 months ago
JSON representation
Random snippets of my research for the Treasure Inside book.
- Host: GitHub
- URL: https://github.com/ibotpeaches/treasure-inside
- Owner: iBotPeaches
- Created: 2025-07-05T21:40:47.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-01-23T11:57:00.000Z (5 months ago)
- Last Synced: 2026-01-24T03:53:32.558Z (5 months ago)
- Topics: puzzle, treasure-inside
- Language: HTML
- Homepage: https://ibotpeaches.github.io/treasure-inside/
- Size: 3.07 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Treasure Inside
_Random snippets of my research against There's Treasure Inside by Jon-Collins Black._

### Official
* https://treasureinside.com/ - Official website for the book and related content.
### Folders
* `.github` - Contains GitHub workflow configurations.
* `assets` - Contains images and other asset files.
* `puzzles` - Contains various puzzle information.
### Deployment
This project is deployed to GitHub Pages using a build script that extracts only necessary static assets.
To build locally, run `./build.sh`. The output will be in the `static/` directory.