Skip to content

Mini Game

darklink259 edited this page May 7, 2012 · 1 revision

MiniGame is the basic object that all mini-games are subclasses of. It defines process_events, update, draw, get_score, and get_game functions, as these are things that all mini-games should have.

With all mini-games being based upon this, we could develop mini-games separately from the main section development.

Clone this wiki locally