{"id":19597898,"url":"https://github.com/d-generation-s/samory","last_synced_at":"2026-02-12T23:14:06.991Z","repository":{"id":257919637,"uuid":"869054499","full_name":"D-Generation-S/Samory","owner":"D-Generation-S","description":"A Memory like game, written in Godot. Does allow custom card decks to be side loaded.","archived":false,"fork":false,"pushed_at":"2025-02-25T22:24:36.000Z","size":1552,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T22:29:01.541Z","etag":null,"topics":["game","game-development","godot","godot4-3","linux","local-co-op-game","memory","singleplayer-game","webapp","windows"],"latest_commit_sha":null,"homepage":"https://d-generation-s.github.io/Samory/","language":"GDScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/D-Generation-S.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-10-07T16:33:17.000Z","updated_at":"2025-02-23T12:38:16.000Z","dependencies_parsed_at":"2024-11-01T21:22:55.541Z","dependency_job_id":"9a146208-2264-4ebb-9db5-4f0d1dfec8d7","html_url":"https://github.com/D-Generation-S/Samory","commit_stats":null,"previous_names":["d-generation-s/samory"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D-Generation-S%2FSamory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D-Generation-S%2FSamory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D-Generation-S%2FSamory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D-Generation-S%2FSamory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/D-Generation-S","download_url":"https://codeload.github.com/D-Generation-S/Samory/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240876859,"owners_count":19871903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["game","game-development","godot","godot4-3","linux","local-co-op-game","memory","singleplayer-game","webapp","windows"],"created_at":"2024-11-11T09:03:20.335Z","updated_at":"2026-02-12T23:14:06.985Z","avatar_url":"https://github.com/D-Generation-S.png","language":"GDScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Samory\n\n[![Godot Engine](https://img.shields.io/badge/Godot-%23FFFFFF.svg?logo=godot-engine)](#)\n[![Linux](https://img.shields.io/badge/Linux-FCC624?logo=linux\u0026logoColor=black)](#)\n[![Windows](https://custom-icon-badges.demolab.com/badge/Windows-0078D6?logo=windows11\u0026logoColor=white)](#)\n\n[![Itch.io](https://img.shields.io/badge/itch.io-%23FF0B34.svg?logo=Itch.io\u0026logoColor=white)](https://xanatos.itch.io/samory)\n\nA memory like game which does allow you to side load custom decks. This game was developed as a hobby, mostly for my son.\nBut feel free to test it out. The game can be played alone vs the AI or you can play against human players in a local coop mode.\n\nThe game is shipped with a build in deck, no need to create a custom one.\n\nIf you want to give it a try check it out on [Itch.io][itch-io]. You could also download the latest build on GitHub if you wish.\n\n## Installation from GitHub\n\nIf you do want to download the game from GitHub go to [release][latest-release] page and download the zip file for your system. Unzip the content to your machine into an directory. Open up that directory and execute the `samory` binary.\n\n### Arch Linux\n\nIf you are on Arch you can get the game via the AUR. To do so head over to [samory-bin][samory-aur] or if you do have `yay` installed run\n\n```bash\nyay samory-bin\n```\n\n## Build the project\n\n### Requirements\n\n- [Godot 4.4][godot4_4]\n\n### How to build the project\n\nTo build the project clone the repository to yout machine. After cloing start Godot and open the `project.godot` file. Use the\nimport button inside of the Godot project overview to do so.\n\nNow you should be able to run the game by starting the debug. \n\n## Special Thanks\n\nSpecial Thank to [Kenney][kenney] for making so many assets free to use. This game does use sound effects and image assets.\nAlso a big thank to \"Abstraction\" for making his awesome [music][music] free to use.\n\nThank you [Axuree][axuree] for creating some really unique assets for the game, this really does make it pop. Thank you so much for your effort.\n\n\n## License\n\nThe code for this project is licensed with an [MIT][license-code] license. This license is only valid for all the code, scripts and shaders.\nTo check the license for the assets, like music, effects or sprite sheets please go to the special thanks section and follow the links to the\ncreators of those assets.\n\nAll assets contained inside of the [Axuree directory][axuree-directory] are licensed with the [Attribution-NonCommercial-ShareAlike 4.0 International license][axuree-license]. The license is part of the folder containing the asset if you need more information.\n\n\n[itch-io]: https://xanatos.itch.io/samory\n[godot4_4]: https://godotengine.org/download/archive/4.4-stable/\n[latest-release]: https://github.com/D-Generation-S/Samory/releases/latest\n[samory-aur]: https://aur.archlinux.org/packages/samory-bin\n[kenney]: https://www.kenney.nl/\n[axuree]: https://axuree.myportfolio.com/\n[axuree-directory]: ./assets/sprites/Axuree/\n[axuree-license]: ./assets/sprites/Axuree/LICENSE\n[music]: https://tallbeard.itch.io/music-loop-bundle\n[license-code]: ./LICENSE\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-generation-s%2Fsamory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd-generation-s%2Fsamory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-generation-s%2Fsamory/lists"}