This repository is still a work in progress.
Patrick's Parabox is a fun block-pushing puzzle game of boxes in boxes in boxes, but it takes place in normal parabolic geometry (Euclidean geometry). Patrick's Hyperbox takes the concept further, into hyperbolic space!
Try it at https://kevinychen.github.io/patricks-hyperbox/.
- Clone the repository.
- In the root directory, run
python -m SimpleHTTPServer
(or any other web server that serves files). - Open
http://localhost:8000/
in the browser.