Ever had one of those days where even getting home feels like a puzzle? Well, that's exactly what happens in Hazy Road. You're cruising home, and bam! A barrier shows up out of nowhere, blocking your way. So, you do what any sane person would do – step out of your car and figure out how to get the heck out of this crossroads mess.
Explore and interact with object to figure out how to unblock your way at the crossroads.
Keep it simple and straight:
- WASD: Movement
- Mouse: Look
- Shift: Sprint
- Space: Jump
- E/Left Click: Interact
- ESC: Pause Menu
Released binaries are available on the Github repository, in the release section.
Download the zip archive, accordingly to your OS, and unzip it.
- Windows: Double click on
HazyRoad.exe
. - MacOS: Double click on
HazyRoad.app
. - Linux: In a terminal, run
./HazyRoad.x86_64
.
Important
For this installation, you need to have the Godot Editor installed.
Clone the source locally:
git clone https://github.com/MechanicalFlower/HazyRoad.git
You need to install addons first:
godot --headless --script plug.gd install
And simply run the game as any Godot project:
godot
The project use:
just
as command runner,pre-commit
to run formatters, this requires Python 3.
Important
Actually, just
recipes only support Linux.
To check all available recipes, run:
just
To run formatters:
just fmt
To install, and run the game:
just install-addons
just godot
Tip
In just
recipes, the Godot Editor is installed
automatically. This ensure that you
use the right version of the engine.
We welcome community contributions to this project.
Please read our Contributor Guide for more information on how to get started.
Please read our Release Guide for more information on how we manage our releases.