Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 603 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 603 Bytes

Patrick's Hyperbox

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/.

Demo

Running locally

  • 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.