Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shurcool/hover
A work-in-progress source port of Hover.
https://github.com/shurcool/hover
game go racing remake
Last synced: about 2 months ago
JSON representation
A work-in-progress source port of Hover.
- Host: GitHub
- URL: https://github.com/shurcool/hover
- Owner: shurcooL
- License: mit
- Created: 2014-03-25T06:28:46.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T21:26:38.000Z (12 months ago)
- Last Synced: 2024-06-19T01:56:20.355Z (7 months ago)
- Topics: game, go, racing, remake
- Language: C++
- Homepage: https://dmitri.shuralyov.com/projects/Hover-Demo/
- Size: 10 MB
- Stars: 59
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hover
=====[![Go Reference](https://pkg.go.dev/badge/github.com/shurcooL/Hover.svg)](https://pkg.go.dev/github.com/shurcooL/Hover)
Hover is a work-in-progress [source port](https://en.wikipedia.org/wiki/Source_port) of Hover, a game [originally created](https://www.flipcode.com/archives/11-21-2000.shtml) by Eric Undersander in 2000.
![](https://cloud.githubusercontent.com/assets/1924134/3011306/252b3942-df29-11e3-9068-8594e351dc69.png)
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](https://github.com/go-gl/glfw#installation)).
```sh
go install github.com/shurcooL/Hover@latest
```Screenshot
----------The port is incomplete; this screenshot represents the current state.
![](Screenshot.png)
Directories
-----------| Path | Synopsis |
|-------------------------------------------------------------|--------------------------------------------------------------------------------------|
| [track](https://pkg.go.dev/github.com/shurcooL/Hover/track) | Package track defines Hover track data structure and provides loading functionality. |License
-------- [MIT License](LICENSE)