https://github.com/sol-vin/pixel_lang_crystal
https://github.com/sol-vin/pixel_lang_crystal
crystal
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sol-vin/pixel_lang_crystal
- Owner: sol-vin
- License: mit
- Created: 2017-05-05T05:28:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T13:05:01.000Z (over 5 years ago)
- Last Synced: 2025-03-05T23:49:08.963Z (about 1 year ago)
- Topics: crystal
- Language: JavaScript
- Homepage:
- Size: 5.7 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- [redcodefinal](https://github.com/redcodefinal) Ian Rash - creator, maintainer