https://github.com/outfrost/deckswipe
Single player card game skeleton based on Reigns and Lapse
https://github.com/outfrost/deckswipe
android card-game reigns unity unity3d
Last synced: about 1 year ago
JSON representation
Single player card game skeleton based on Reigns and Lapse
- Host: GitHub
- URL: https://github.com/outfrost/deckswipe
- Owner: outfrost
- License: mit
- Created: 2018-08-02T22:54:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T01:06:44.000Z (over 1 year ago)
- Last Synced: 2025-04-12T06:43:19.227Z (about 1 year ago)
- Topics: android, card-game, reigns, unity, unity3d
- Language: C#
- Homepage:
- Size: 49.9 MB
- Stars: 81
- Watchers: 5
- Forks: 32
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeckSwipe
This is a skeleton for a simple card game. There are 4 gameplay resources (predefined as Coal, Food, Health, Hope), each contributing to the chances of survival for the player's city. Choices that the player makes through swiping each card left or right will influence those resources in various ways. If any one of the resources depletes (reaches zero), the game is lost and reset. The player's objective is to make decisions such that depletion doesn't happen, and the city survives, for as long as they can manage.
The core mechanics and visuals are heavily based on Reigns, and its clone, Lapse: The Forgotten Future. The sample content is mostly inspired by Frostpunk and its neverending winter.
Created with Unity on Linux, primarily targetting Android.

## Contributing
This project is not actively maintained. Some PRs may end up merged, but I do not have a Unity installation for testing. If you wish to make use of the repo, I recommend forking and adapting it to your needs.
Changes accepted in PRs will be released under the license terms provided in [LICENSE](./LICENSE).
## License
All content published in this repository, be it software, in source code or binary form, or other works, is released under the MIT License, as documented in [LICENSE](./LICENSE), with the following exceptions:
* **TextMesh Pro**
Bundled with Unity and distributed on Unity license terms
https://unity3d.com/legal
Files:
* `DeckSwipe/Assets/Dependencies/TextMesh Pro/*`