Skip to content

sol-vin/pixel_lang_crystal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pixel_lang_crystal

Pixel_lang is a image based programming language written in Crystal. You can read more on the wiki.

Installation

Add to shard.yml

dependencies:
  pixel_lang_crystal:
    github: redcodefinal/pixel_lang_crystal

Usage

require 'pixel_lang_crystal'

e = AutoEngine.new("My input string", "./path/to/program.png")
e.run # run engine
puts e.output # print the output

Tutorials

Can be found at http://0x42424242.in/pixellang

Development

Github

Contributing

  1. Fork it ( https://github.com/redcodefinal/pixel_lang_crystal/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published