Skip to content

sebnozzi/soda-memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.