yhara / dxopal

Game development framework for Opal, API compatible to DXRuby

Home Page:https://yhara.github.io/dxopal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit testing

yhara opened this issue · comments

To prevent issues like #35, it is nice if we have an unit test like:

  1. Run Window.draw_xx
  2. Save it to a png file
  3. Compare it with the correct image (maybe made with DXRuby)