An open API service indexing awesome lists of open source software.

https://github.com/dentosal/hexgame

HexGame is a set of simple conversion games, where you convert different formats to hexadecimal and back.
https://github.com/dentosal/hexgame

Last synced: about 1 year ago
JSON representation

HexGame is a set of simple conversion games, where you convert different formats to hexadecimal and back.

Awesome Lists containing this project

README

          

# HexGame
HexGame is a set of simple conversion games, where you convert different formats to hexadecimal and back.

## Running HexGame

You need either a web server or Python installation.
If you already have a web server, just copy the folder somewhere your web server can find it, and you are good to go.
Alternatively, you can just run `python -m SimpleHTTPServer` in the project folder, and the navigate to [http://localhost:8000](http://localhost:8000).

## Licence

HexGame is MIT licenced. For more information, look at the [LICENSE file](/LICENSE)