https://github.com/zjbthomas/memorydungeon
https://github.com/zjbthomas/memorydungeon
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zjbthomas/memorydungeon
- Owner: zjbthomas
- Created: 2023-09-21T06:31:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T06:45:54.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T12:04:27.602Z (about 1 year ago)
- Language: C++
- Size: 59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MemoryDungeon
**MemoryDungeon** expands upon the traditional memory game by incorporating elements of roleplay, roguelike gameplay, and a PvE experience.
It is originally designed by Tonis and I using [C/C++ Windows Forms](./C/), as a mini-project for course ENG2002 at the Hong Kong Polytechnic University.
It is now redesigned using [Qt](./Qt/).
The current codebase in this repository provides a reference for the [rule](./rule.pdf) of the game, and also a [demo](./Demo/Qt/).
**DISCLAMER: All the resources utilized in the game were sourced online, and we do not possess the copyrights. The game serves as an educational purpose as a course project and is not intended for commercial gain.**