Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BKcore/HexGL
Source code of HexGL, a futuristic HTML5 racing game
https://github.com/BKcore/HexGL
Last synced: 7 days ago
JSON representation
Source code of HexGL, a futuristic HTML5 racing game
- Host: GitHub
- URL: https://github.com/BKcore/HexGL
- Owner: BKcore
- License: mit
- Created: 2012-10-05T13:06:07.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-29T03:59:36.000Z (4 months ago)
- Last Synced: 2024-08-02T05:17:15.772Z (3 months ago)
- Language: JavaScript
- Homepage: http://hexgl.bkcore.com
- Size: 15 MB
- Stars: 1,561
- Watchers: 104
- Forks: 759
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-open-source-games - HexGL - Futuristic HTML5 racing game, challenge your friends on this fast-paced 3D game. (Browser-Based / Racing)
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.