Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

AletheiaWareLLC/perspectivefungo

Repository files navigation

perspectivefungo

https://perspective.fun

Perspective is a casual puzzle game in which players navigate a 3-dimensional maze controlling only their orientation and gravity.

  • Swipe to rotate maze.
  • Tap to activate gravity.

Generate Puzzle

go run ./cmd/generator -size 11 -moves 7 -blocks 8 -portals 2 puzzle.json

Play Puzzle

go run ./cmd/glfwplayer puzzle.json

Build Web Player

tinygo build -o ./cmd/server/assets/static/player.wasm ./cmd/wasmplayer

Run Web Server

go run ./cmd/server

Navigate to localhost