Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.43 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.43 KB

Hover

Go Reference

Hover is a work-in-progress source port of Hover, a game originally created by Eric Undersander in 2000.

The goal of the port is to run on multiple platforms (macOS, Linux, Windows, browser, iOS, Android) and improve technical aspects (e.g., support for higher resolutions), while preserving the original gameplay.

Installation

You'll need to have OpenGL headers (see here).

go install github.com/shurcooL/Hover@latest

Screenshot

The port is incomplete; this screenshot represents the current state.

Directories

Path Synopsis
track Package track defines Hover track data structure and provides loading functionality.

License