shurcooL / Hover

A work-in-progress source port of Hover.

Home Page:https://dmitri.shuralyov.com/projects/Hover-Demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hover

Build Status GoDoc

Hover is a work-in-progress 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 get -u github.com/shurcooL/Hover
GOARCH=js go get -u -d github.com/shurcooL/Hover

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

About

A work-in-progress source port of Hover.

https://dmitri.shuralyov.com/projects/Hover-Demo/

License:MIT License


Languages

Language:C++ 85.6%Language:Go 7.7%Language:C 5.9%Language:HTML 0.8%