You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wget https://github.com/yoshihicode/maze3d/releases/latest/download/maze3d_linux_amd64.tar.gz
tar -xzvf maze3d_linux_amd64.tar.gz
sudo mv maze3d /usr/local/bin/
# Run
maze3d
🍎🍺 macOS / Homebrew
brew tap yoshihicode/tap
brew install maze3d
# Run
maze3d
🪟 Windows
Invoke-WebRequest-OutFile maze3d_windows_amd64.tar.gz https://github.com/yoshihicode/maze3d/releases/latest/download/maze3d_windows_amd64.tar.gz
tar -xzvf maze3d_windows_amd64.tar.gz
# Run
.\maze3d.exe
🎮 Controls
🏠 Title Screen
Key
Action
Enter
Start Game
M
MiniMap (ON / OFF)
Esc
Quit
🕹️ Playing
Key
Action
W / S
Move Forward / Backward
A / D
Turn Left / Right
G
Give up
Esc
Quit
🏁 Game Result (Cleared / Give up)
Key
Action
N
New Game (Random Maze)
T
Try Again (Same Maze)
Enter
Back to Title
Esc
Quit
🛠️ Build from Source
git clone https://github.com/yoshihicode/maze3d.git
cd maze3d
go build -o maze3d main.go
./maze3d