A two-dimensional pictorial language in the browser, sort of like Befunge but prettier. It has minimal external dependencies but does require a browser that supports CSS variables.
Prerequisites:
- Webpack
Running:
npm install
/yarn install
webpack
hs
(or other web server)
Click the question mark button to view documentation and examples.
- Add input to console (no more
window.prompt
) - Add more examples
- Add more glyphs
- Make UI scale better with font size
- Make a better favicon
- Make CSS more modular
- Move program encoding/decoding to separate module
- Font Awesome by Dave Gandy
- Olical/EventEmitter
- nfriend/ts-keycode-enum