Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 623 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 623 Bytes

Memory Game (soda)

This is a port of the Mini Micro version to the soda engine.

Screenshot of the game

Some differences are:

  • Cards are pre-rendered (instead of constructed in-game)
  • When the game is over it is exited (instead of re-started)
  • The needed color helper functions have been copied from Mini Micro's startup.ms

Otherwise most of the code could be directly re-utilized.