Revela-Games/hexgl
2023-03-31 14:04:34 -04:00
..
audio first commit 2023-03-31 14:04:34 -04:00
bkcore first commit 2023-03-31 14:04:34 -04:00
bkcore.coffee first commit 2023-03-31 14:04:34 -04:00
css first commit 2023-03-31 14:04:34 -04:00
geometries first commit 2023-03-31 14:04:34 -04:00
libs first commit 2023-03-31 14:04:34 -04:00
replays/cityscape-casual first commit 2023-03-31 14:04:34 -04:00
textures first commit 2023-03-31 14:04:34 -04:00
textures.full first commit 2023-03-31 14:04:34 -04:00
.gitignore first commit 2023-03-31 14:04:34 -04:00
.htaccess first commit 2023-03-31 14:04:34 -04:00
cache.appcache first commit 2023-03-31 14:04:34 -04:00
favicon.png first commit 2023-03-31 14:04:34 -04:00
icon_32.png first commit 2023-03-31 14:04:34 -04:00
icon_64.png first commit 2023-03-31 14:04:34 -04:00
icon_128.png first commit 2023-03-31 14:04:34 -04:00
icon_256.png first commit 2023-03-31 14:04:34 -04:00
index.html first commit 2023-03-31 14:04:34 -04:00
launch.coffee first commit 2023-03-31 14:04:34 -04:00
launch.js first commit 2023-03-31 14:04:34 -04:00
LICENSE first commit 2023-03-31 14:04:34 -04:00
manifest.webapp first commit 2023-03-31 14:04:34 -04:00
package.webapp first commit 2023-03-31 14:04:34 -04:00
package.zip first commit 2023-03-31 14:04:34 -04:00
README.md first commit 2023-03-31 14:04:34 -04:00

HexGL

Source code of HexGL, the futuristic HTML5 racing game by Thibaut Despoulain

Branches

  • Master - 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.html

To 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.