/bitmap_editor

bitmap editor for a programming exercise

Primary LanguageRuby

Bitmap editor

Simulates a basic interactive bitmap editor

Setup

  1. Install Ruby 2.3

  2. Install Gems using bundler

bundle

  1. Run tests to verify that everything works

Running

>bin/bitmap_editor examples/show.txt

Logs are being saved in /logs folder. All errors would be reported there.

Testing

rspec