{"id":16157933,"url":"https://github.com/waitingwittykitty/deck-dragon","last_synced_at":"2026-04-13T06:06:54.406Z","repository":{"id":56735277,"uuid":"524344417","full_name":"waitingwittykitty/deck-dragon","owner":"waitingwittykitty","description":"This is a simple card game. Lucky guys or losers.","archived":false,"fork":false,"pushed_at":"2022-08-13T11:51:36.000Z","size":2399,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T07:16:33.841Z","etag":null,"topics":["apollo","docker","game","graphql","postcss","prisma","react","tailwind"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/waitingwittykitty.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":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2022-08-13T08:36:13.000Z","updated_at":"2022-12-03T04:57:26.000Z","dependencies_parsed_at":"2022-08-16T00:50:40.373Z","dependency_job_id":null,"html_url":"https://github.com/waitingwittykitty/deck-dragon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waitingwittykitty%2Fdeck-dragon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waitingwittykitty%2Fdeck-dragon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waitingwittykitty%2Fdeck-dragon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waitingwittykitty%2Fdeck-dragon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waitingwittykitty","download_url":"https://codeload.github.com/waitingwittykitty/deck-dragon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247578611,"owners_count":20961270,"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":["apollo","docker","game","graphql","postcss","prisma","react","tailwind"],"created_at":"2024-10-10T01:51:26.104Z","updated_at":"2026-04-13T06:06:54.373Z","avatar_url":"https://github.com/waitingwittykitty.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deck Dragon\n\nWelcome!\n\n## Intro\n\nThis is simple card game for luck and fun.\nWe believe in letting you work with fun and freetime within this game. Don't be addicted to it as you are with your work. 😉\n\n## Table of Contents\n\n1. [Requirements](#requirements)\n2. [How to run](#how-to-run)\n3. [How to play](#how-to-play)\n4. [What's more](#what-is-more)\n5. [Rig](#rig)\n6. [Used technics](#used-technics)\n7. [License and sharing](#license-and-sharing)\n\n\n## Requirements\n\n- Node 12+ (tested on 12.3.1)\n- Yarn 1+ (tested on 1.16.0)\n\n## How to run\n\n### Getting started\n\nThere are two primary ways we suggest:\n\n1. Docker (not tested on Windows, you're on your own)\n2. Local running\n\n### Docker setup\n\nWe think it's easier to run using Docker. If you are familiar with Docker and already have it installed, you can skip to the next step. Otherwise, below are some instructions on how to get Docker installed on your system.\n\n\u003cdetails\u003e\n\u003csummary\u003eLinux\u003c/summary\u003e\n\n1. Install\n\n    ```console\n    sudo apt-get update\n\n    sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin\n    ```\n\n2. Verify\n\n    ```console\n    sudo docker run hello-world\n    ```\n    This should pull the image, run the container, print the message and exit.\n\n3. Add your user to the `docker` group\n\n    ```console\n    sudo groupadd docker\n\n    sudo usermod -aG docker $USER\n\n    newgrp docker \n\n    docker run hello-world # now the test should run without sudo\n    ```\n\nFor more information, check the [Docker docs](https://docs.docker.com/engine/install/ubuntu/).\n\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eMacOS\u003c/summary\u003e\n\n1. Install Docker with [brew](https://brew.sh/)\n\n    ```console\n    brew install --cask docker\n    brew install docker-compose\n    ```\n\n2. Verify\n\n    ```console\n    docker --version\n    ```\n    If this does not display the Docker version, you should restart the Docker deamon. You can find it using Spotlight or under the Applications folder.\n\n\nFor more information, check the [Docker docs](https://docs.docker.com/desktop/mac/install/) and [this guide](https://www.cprime.com/resources/blog/docker-for-mac-with-homebrew-a-step-by-step-tutorial/).\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eWindows\u003c/summary\u003e\n\nDocker offers an installer for Windows. Please check the [Docker docs](https://docs.docker.com/desktop/windows/install/) and, if you need additional information, [this guide from Microsoft](https://docs.microsoft.com/en-us/windows/wsl/tutorials/wsl-containers). Both guides use WSL 2.\n\n\u003c/details\u003e\n\n### Local\n\n```console\nyarn install\n\n# then\n\nyarn start\n```\n\nYour browser will automatically open to http://localhost:3000 by Create React App. Changes should be reflected automatically.\n\nSee [CRA documentation](https://facebook.github.io/create-react-app/).\n\n## How to play\n\n1. Assuming a standard deck (52 cards of 4 suits: ♣ Clubs, ♦ Diamonds, ♥ Hearts, ♠ Spades).\n2. Press a \"Deal\" button to deal 5 random cards.\n3. Pressing the button again should deal 5 unique, random cards. Within the same game, you should never get the same cards again that you got in the past (just like a physical deck).\n4. Card counter shows how many cards are left.\n5. Ace counter shows how many aces are left.\n6. There is a button to reset the game.\n7. When all the aces have been dealt, \"Game Over\" will be displayed.\n8. If there is an ace in the last draw and there are no more cards left to deal, you are \"Winner\", otherwise \"You Lose. Better luck next time!\" Last draw means the last draw that is allowed, as there could be additional cards left to deal, but no aces.\n\n## Quality\n\n- Overall architecture and code quality (readability, decoupledness, etc)\n- File structure\n- Naming (variables, files, etc)\n- Cute animations. Wow!\n- Fully customizable (e.g. other deck images, other lengths of decks, not just 52 cards)\n- Test coverage (see instructions for [running tests](#running-tests))\n\n## Rig\n\nIf you are interested in rigging, contact us. 💌\n\n## Used technics\n\nUsed Node, Apollo, Prisam, Redis, GraphQL Code Generator, React, TypeScript, and Tailwind.\n\n## License and sharing\n\nThis code is intended to be private. You are not allowed to share any of the base template code without Dragon's express permission. Please reach out to us **before** you share any of the code in this repository with others.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaitingwittykitty%2Fdeck-dragon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaitingwittykitty%2Fdeck-dragon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaitingwittykitty%2Fdeck-dragon/lists"}