{"id":21521375,"url":"https://github.com/walkerrandolphsmith/triple-triad","last_synced_at":"2026-04-19T06:33:16.932Z","repository":{"id":150263195,"uuid":"48062774","full_name":"walkerrandolphsmith/triple-triad","owner":"walkerrandolphsmith","description":"Final Fantasy 8's card game","archived":false,"fork":false,"pushed_at":"2016-06-19T16:52:56.000Z","size":7696,"stargazers_count":4,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T06:08:46.662Z","etag":null,"topics":["game","react","redux","redux-thunk","reselect"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/walkerrandolphsmith.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":"security-rules.json","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-12-15T18:57:26.000Z","updated_at":"2022-07-03T16:59:41.000Z","dependencies_parsed_at":"2023-04-17T00:07:37.560Z","dependency_job_id":null,"html_url":"https://github.com/walkerrandolphsmith/triple-triad","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/walkerrandolphsmith/triple-triad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkerrandolphsmith%2Ftriple-triad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkerrandolphsmith%2Ftriple-triad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkerrandolphsmith%2Ftriple-triad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkerrandolphsmith%2Ftriple-triad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walkerrandolphsmith","download_url":"https://codeload.github.com/walkerrandolphsmith/triple-triad/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkerrandolphsmith%2Ftriple-triad/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259592280,"owners_count":22881268,"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","react","redux","redux-thunk","reselect"],"created_at":"2024-11-24T01:07:02.247Z","updated_at":"2026-04-19T06:33:16.872Z","avatar_url":"https://github.com/walkerrandolphsmith.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Triple Triad [![Codeship][ci-badge]][ci]\n\nWeb application for playing the card game, triple triad.\n\n##Issues [![GitHub issues][issues-badge]][issues] [![Stories in Ready][waffle-badge]][waffle]\n\nPlease file bugs [here][issues]. Items are tracked with [waffle.io](https://waffle.io/walkerrandolphsmith/triple-triad).\n\nInclude `closes`, `fixes`, or `resolves` in a commit message to close the issue.  \nFor example `git commit -m \"This closes #34, and closes #23\"` \n\n##Playing the game\n\nAt the moment there are a couple of ways to play the game.\n\n1. Get the latest docker image by issuing:   \n  `docker pull walkerrandolphsmith/triple-triad`\n2. Clone the repo and build your own image.  \n  `docker-compose up`\n3. Clone the repo and build following the development section of this readme.  \n\n\n##Development\nThis application requires Node and Mongo.\n\n####Install Node\n\nAdd the following line to `.bash_profile`\n\n```\nexport PATH=$PATH:/usr/local/git/bin:/usr/local/bin\n```\n\n```bash\ngit clone git://github.com/ry/node.git\ncd node\n./configure\nmake\nsudo make install\nnode --version\n```\n\n####Install Node Modules\n```bash\nnpm install\n```\n\n####Start App\n```bash\nmongod\n#In another terminal\nnpm start\n```\n\n####Run Linter\n```bash\nnpm run lint\n```\n\n####Run Tests\n```bash\nnpm test\nnpm run test:unit # runs unit tests\nrpm run test:integration # runs integration tests\n```\n\n[Wallaby](https://wallabyjs.com/) is also supported as a testing tool to continuously run your test and see the results immediately as you change the code.\n\n\n[ci]: http://img.shields.io/codeship/7a0d0880-b10c-0133-3c40-7ee430441c87.svg?style=flat-square\n[ci]: https://codeship.com/projects/7a0d0880-b10c-0133-3c40-7ee430441c87/status?branch=master\n[ci-badge]: http://img.shields.io/codeship/7a0d0880-b10c-0133-3c40-7ee430441c87.svg?style=flat-square\n  \n[issues]: https://img.shields.io/github/issues/walkerrandolphsmith/triple-triad.svg?style=flat-square\n[issues]: https://github.com/walkerrandolphsmith/triple-triad/issues\n[issues-badge]: https://img.shields.io/github/issues/walkerrandolphsmith/triple-triad.svg?style=flat-square\n\n[waffle]: https://img.shields.io/github/issues/walkerrandolphsmith/triple-triad.svg?style=flat-square\n[waffle]: http://waffle.io/walkerrandolphsmith/triple-triad\n[waffle-badge]: https://img.shields.io/waffle/label/walkerrandolphsmith/triple-triad.svg?style=flat-square\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkerrandolphsmith%2Ftriple-triad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalkerrandolphsmith%2Ftriple-triad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkerrandolphsmith%2Ftriple-triad/lists"}