Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkmenacer/soft-card-deck
Deck of playing cards available at your disposal digitally
https://github.com/darkmenacer/soft-card-deck
conan cpp sfml
Last synced: 27 days ago
JSON representation
Deck of playing cards available at your disposal digitally
- Host: GitHub
- URL: https://github.com/darkmenacer/soft-card-deck
- Owner: DarkMenacer
- License: mit
- Created: 2024-10-27T15:40:50.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T20:47:46.000Z (28 days ago)
- Last Synced: 2024-11-24T21:27:59.463Z (28 days ago)
- Topics: conan, cpp, sfml
- Language: C++
- Homepage:
- Size: 529 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Soft-Card-Deck
## Deck of playing cards available at your disposal digitally#### Technologies used:
1. C++
2. SFML
3. Conan---
### Purpose
Having a deck of playing cards with you is never a bad idea. It is a game universally loved across the age spectrum. I myself have fond memories of playing various card games with my grandparents. This is my love letter to those moments.
Along with that, this software also served the purpose of breaking the ice of me developing video games of sorts, a passion project I've been putting off for too long.
The purpose of this software is to make a deck of playing cards always accessible. In this Tabletop simulator-esque sandbox of playing cards, the only limit is your imagination.
### To Build:
##### MacOS
$ conan install . --output-folder=build --build=missing
$ cd build
$ cmake -S .. -B . -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_EXPORT_COMPILE_COMMANDS=1
$ make
$ ./SoftCardDeck##### Windows/Linux
- currently untested---
### Game Docs
You can refer to the Wiki of this repository for the guide
- [User inputs to trigger supported actions](https://github.com/DarkMenacer/Soft-Card-Deck/wiki/Available-Actions-and-Corresponding-Keys).---
### Logs
Created: 27 October 2024
Last Edit: 25 November 2024---