Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1004 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 1004 Bytes

Glyphs

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.

Development

Prerequisites:

  • Webpack

Running:

  • npm install/yarn install
  • webpack
  • hs (or other web server)

Usage (in app)

Click the question mark button to view documentation and examples.

Future improvements

External

  • 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

Internal

  • Make CSS more modular
  • Move program encoding/decoding to separate module

Attributions 💖