Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 252 Bytes

README.md

File metadata and controls

18 lines (8 loc) · 252 Bytes

Bitmap editor

A program that simulates a basic interactive bitmap editor.

Installation

git clone git@github.com:got2be/bitmap-editor.git && cd bitmap-editor && bundle i

Running

>bin/bitmap_editor examples/show.txt

Testing

rspec