Brushfire-257 / Horizon-Driving

A highway racing game. The biggest game I have ever made :)
4 stars 0 forks source link

Horizon Driving

Buckle Up for High-Speed Action!

Welcome to Horizon Driving – my masterpiece✨ - an adrenaline-pumping, fast-paced arcade game where you take the wheel and dive into intense chases. Evade traffic, outmaneuver the cops, and unleash your driving skills on a road where speed is your only ally. With multiple cars to choose from and slick animations that bring the menus to life, Horizon Driving is the dream game I have wanted to make for a long time :)

Awesome Features

Download

Get the latest release of Horizon Driving from the Releases page.

Game Demo

Check out my video demo!

Watch the video

How to play

Development Setup

If you're interested in developing for Horizon Driving, you'll need to set up your development environment with a few essential libraries.

Prerequisites

Installing Required Libraries

This project uses the following libraries:

To install these libraries, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Brushfire-257/Horizon-Driving.git
  2. Navigate to the project directory:

    cd Horizon-Driving
  3. Download and install the SUIT library:

    git clone https://github.com/vrld/SUIT.git
  4. Download and install the HUMP library:

    git clone https://github.com/vrld/hump.git
  5. Download and install the HardonCollider library:

    git clone https://github.com/vrld/HardonCollider.git
  6. Download and install the Splashes library:

    git clone https://github.com/love2d-community/splashes.git

Running the Game

After setting up the environment and installing the required libraries, you can run the game with the following command:

love .

or by dragging the game folder into love.exe!