Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terror-boy/racing-game.github.io
https://github.com/terror-boy/racing-game.github.io
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/terror-boy/racing-game.github.io
- Owner: terror-boy
- License: mit
- Created: 2022-02-09T13:42:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-02-09T14:19:39.000Z (over 2 years ago)
- Last Synced: 2024-05-20T19:42:55.573Z (6 months ago)
- Language: JavaScript
- Size: 14.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HexGL
=========Source code of [HexGL](http://hexgl.bkcore.com), the futuristic HTML5 racing game by [Thibaut Despoulain](http://bkcore.com)
## Branches
* **[Master](https://github.com/BKcore/HexGL)** - Public release (stable).## License
Unless specified in the file, HexGL's code and resources are now licensed under the *MIT License*.
## Installation
cd ~/
git clone git://github.com/BKcore/HexGL.git
cd HexGL
python -m SimpleHTTPServer
chromium index.htmlTo use full size textures, swap the two textures/ and textures.full/ directories.
## Note
The development of HexGL is in a hiatus for now until I find some time and interest to work on it again.
That said, feel free to post issues, patches, or anything to make the game better and I'll gladly review and merge them.