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.
- Host: GitHub
- URL: https://github.com/dentosal/hexgame
- Owner: Dentosal
- License: mit
- Created: 2016-05-08T19:01:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-08T19:34:04.000Z (about 10 years ago)
- Last Synced: 2025-03-21T09:48:12.055Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)