Pixel_lang is a image based programming language written in Crystal. You can read more on the wiki.
Add to shard.yml
dependencies:
pixel_lang_crystal:
github: redcodefinal/pixel_lang_crystal
require 'pixel_lang_crystal'
e = AutoEngine.new("My input string", "./path/to/program.png")
e.run # run engine
puts e.output # print the output
Can be found at http://0x42424242.in/pixellang
Github
- Fork it ( /~https://github.com/redcodefinal/pixel_lang_crystal/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- redcodefinal Ian Rash - creator, maintainer