Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmlendea/memoryblocks
Open-source reimplementation of the classic memory puzzle game using GTK
https://github.com/hmlendea/memoryblocks
game gtk2 mono puzzle-game
Last synced: 10 days ago
JSON representation
Open-source reimplementation of the classic memory puzzle game using GTK
- Host: GitHub
- URL: https://github.com/hmlendea/memoryblocks
- Owner: hmlendea
- License: gpl-3.0
- Created: 2016-06-07T19:29:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-22T14:50:42.000Z (about 8 years ago)
- Last Synced: 2024-10-25T09:11:21.616Z (about 2 months ago)
- Topics: game, gtk2, mono, puzzle-game
- Language: C#
- Homepage:
- Size: 323 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
Memory Blocks is a tile-matching puzzle game that consists of an array of randomly dealt tiles with their pictures side down.
Tiles can be fipped over by clicking on any two of them. If the tiles match (they have identical pictures), they will be removed.
The goal is to clear the table by matching tiles with the same picture, two by two.
# Details
Programming language: C#
Technologies used: .NET, Mono, GTK2
Development environment: MonoDevelop
Operating Systems: Linux