Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 577 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 577 Bytes

hexagony.net

About

This is the source code for hexagony.net, an online IDE for the Hexagony esoteric programming language.

Related

My C# command line Hexagony interpreter is also available. It's the Hexagony interpreter for Code Golf.

Building

Run npm install, followed by npm run server to start a development server at localhost:8082, or npm run build to create a build/ folder that can be deployed.