{"id":20271330,"url":"https://github.com/itsyakub/memo","last_synced_at":"2026-05-07T20:47:11.166Z","repository":{"id":222276262,"uuid":"755248085","full_name":"itsYakub/Memo","owner":"itsYakub","description":"Point and click, match the pairs in the shortest amount of time!","archived":false,"fork":false,"pushed_at":"2024-02-19T17:44:16.000Z","size":14544,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T00:26:33.712Z","etag":null,"topics":["2d-game","first-game","first-game-project","game","gamedev","gamedevelopment","gaming","mit","mit-license","open-source","raygui","raylib","raylib-game"],"latest_commit_sha":null,"homepage":"https://itsyakub.itch.io/memo","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itsYakub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-09T18:26:19.000Z","updated_at":"2024-02-16T11:27:49.000Z","dependencies_parsed_at":"2024-11-14T12:41:32.203Z","dependency_job_id":"a8c3cba4-6d35-45f4-ad38-9a0ff9973980","html_url":"https://github.com/itsYakub/Memo","commit_stats":null,"previous_names":["itsyakub/memo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itsYakub/Memo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsYakub%2FMemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsYakub%2FMemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsYakub%2FMemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsYakub%2FMemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsYakub","download_url":"https://codeload.github.com/itsYakub/Memo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsYakub%2FMemo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32755916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["2d-game","first-game","first-game-project","game","gamedev","gamedevelopment","gaming","mit","mit-license","open-source","raygui","raylib","raylib-game"],"created_at":"2024-11-14T12:37:32.937Z","updated_at":"2026-05-07T20:47:11.148Z","avatar_url":"https://github.com/itsYakub.png","language":"Lua","funding_links":["https://ko-fi.com/P5P8U0T3I"],"categories":[],"sub_categories":[],"readme":"# Memo\n\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/P5P8U0T3I)\n\n\n\u003ci\u003ePoint and click, match the pairs in the shortest amount of time!\u003c/i\u003e\n\n## About❗️\n\n\u003cb\u003eMemo\u003c/b\u003e is the match-pair game in which you're challenged to find the pairs of numeric cards on 4x4, 6x6 and 8x8 grid.\n\n## Prerequesites 📜\n- \u003cb\u003eValid operating system:\u003c/b\u003e Currently \u003cb\u003eMemo\u003c/b\u003e is available only on `Windows` and `Linux`.\n- \u003cb\u003eValid C/C++ compiler:\u003c/b\u003e by default the project is built using `g++` compiler. \n- \u003cb\u003eValid GNU Make instalation:\u003c/b\u003e \u003cb\u003eMemo\u003c/b\u003e uses `Makefile` as it's primary build system. Make sure that you've one installed on your machine.\n\n## Instalation 🛠️\n#### 1. Clone this repository\n```bash\ngit clone https://github.com/itsYakub/Memo.git --depth=1\n```\n#### 2. Go to the project's directory:\n```bash\ncd Memo\n```\n#### 3. Check if every thing in the `Makefile` is set up correctly.\n- Check if the \u003cb\u003einclude paths\u003c/b\u003e are correct in the `IXXFLAGS`;\n- Check if \u003cb\u003elibrary paths\u003c/b\u003e are correct in the `LDFLAGS`;\n#### 4. Building the final executable:\n- Default build command:\n```bash\nmake all\n```\n\n- If you want to build in the `DEBUG` mode, use command:\n```bash\nmake all MODE=debug\n```\n\n- If you want to build in the `RELEASE` mode, use command:\n```bash\nmake all MODE=release\n```\n\nThe default parameters of the Makefile are:\n- \u003cb\u003eMODE:\u003c/b\u003e debug;\n\n## Credits 📖\n- [raysan5/raylib](https://github.com/raysan5/raylib) - raylib library;\n- [raysan5/raygui](https://github.com/raysan5/raygui) - raygui library;\n- [nlohmann/json](https://github.com/nlohmann/json) - json library;\n- [Kenney/UI Audio](https://www.kenney.nl/assets/ui-audio) - UI Audio library;\n- [emhuo/peaberry-pixel-font](https://emhuo.itch.io/peaberry-pixel-font?download) - Font;\n- [Adigun A. Polack/aap64](https://lospec.com/palette-list/aap-64) - Color Palette;\n\n## Licence ⚠️\nThis project is under the [MIT Licence](https://github.com/itsYakub/Memo/LICENCE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsyakub%2Fmemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsyakub%2Fmemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsyakub%2Fmemo/lists"}