Skip to content

4x4 grid memory game - find matching pairs to win

Notifications You must be signed in to change notification settings

goldhaxx/memory_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bbuilt using https://slint.dev/

The game consists of a grid of 16 rectangular tiles. When clicking on a tile, an icon underneath is uncovered. We know that there are 8 different icons in total, so each tile has a sibling somewhere in the grid with the same icon. The objective is to locate all icon pairs. Only two tiles can be uncovered at the same time. If they are not the same, then the icons will be obscured again. We need to remember under which tiles the matching graphics are hiding. If two tiles with the same icon are uncovered, then they remain visible - they are solved.

Slint Memory Game

About

4x4 grid memory game - find matching pairs to win

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages