├── .circleci ├── config.yml └── deploy.sh ├── .env.sample ├── .gitignore ├── .vscode └── settings.json ├── Dockerfile ├── LICENSE ├── README.md ├── cah.png ├── cah_small.png ├── client ├── .editorconfig ├── .gitignore ├── README.md ├── angular.json ├── browserslist ├── e2e │ ├── protractor-ci.conf.js │ ├── protractor.conf.js │ ├── src │ │ ├── app.e2e-spec.ts │ │ ├── app.po.ts │ │ └── utils.ts │ └── tsconfig.e2e.json ├── package-lock.json ├── package.json ├── src │ ├── app │ │ ├── Interfaces.d.ts │ │ ├── _classes │ │ │ ├── blank-card.spec.ts │ │ │ ├── blank-card.ts │ │ │ ├── game-request.spec.ts │ │ │ ├── game-request.ts │ │ │ ├── join-game.spec.ts │ │ │ ├── join-game.ts │ │ │ ├── new-game.spec.ts │ │ │ ├── new-game.ts │ │ │ ├── picked-white.spec.ts │ │ │ ├── picked-white.ts │ │ │ ├── request.spec.ts │ │ │ ├── request.ts │ │ │ ├── setting.spec.ts │ │ │ ├── setting.ts │ │ │ ├── toast.spec.ts │ │ │ ├── toast.ts │ │ │ ├── update-username-request.spec.ts │ │ │ ├── update-username-request.ts │ │ │ ├── winner.spec.ts │ │ │ └── winner.ts │ │ ├── _services │ │ │ ├── easter-egg.service.spec.ts │ │ │ ├── easter-egg.service.ts │ │ │ ├── settings.service.spec.ts │ │ │ ├── settings.service.ts │ │ │ ├── socket.service.spec.ts │ │ │ ├── socket.service.ts │ │ │ ├── toast.service.spec.ts │ │ │ ├── toast.service.ts │ │ │ ├── token.service.spec.ts │ │ │ ├── token.service.ts │ │ │ ├── username.service.spec.ts │ │ │ └── username.service.ts │ │ ├── app-routing.module.ts │ │ ├── app.component.html │ │ ├── app.component.scss │ │ ├── app.component.spec.ts │ │ ├── app.component.ts │ │ ├── app.module.ts │ │ ├── blank-card-modal │ │ │ ├── blank-card-modal.component.html │ │ │ ├── blank-card-modal.component.scss │ │ │ ├── blank-card-modal.component.spec.ts │ │ │ └── blank-card-modal.component.ts │ │ ├── create-game │ │ │ ├── create-game.component.html │ │ │ ├── create-game.component.scss │ │ │ ├── create-game.component.spec.ts │ │ │ └── create-game.component.ts │ │ ├── fa │ │ │ └── fa.module.ts │ │ ├── game │ │ │ ├── game.component.html │ │ │ ├── game.component.scss │ │ │ ├── game.component.spec.ts │ │ │ └── game.component.ts │ │ ├── in-game-settings │ │ │ ├── in-game-settings.component.html │ │ │ ├── in-game-settings.component.scss │ │ │ ├── in-game-settings.component.spec.ts │ │ │ └── in-game-settings.component.ts │ │ ├── info │ │ │ ├── info.component.html │ │ │ ├── info.component.scss │ │ │ ├── info.component.spec.ts │ │ │ └── info.component.ts │ │ ├── main │ │ │ ├── main.component.html │ │ │ ├── main.component.scss │ │ │ ├── main.component.spec.ts │ │ │ └── main.component.ts │ │ ├── settings │ │ │ ├── settings.component.html │ │ │ ├── settings.component.scss │ │ │ ├── settings.component.spec.ts │ │ │ └── settings.component.ts │ │ └── toast │ │ │ ├── toast.component.html │ │ │ ├── toast.component.scss │ │ │ ├── toast.component.spec.ts │ │ │ └── toast.component.ts │ ├── assets │ │ ├── .gitkeep │ │ ├── android-chrome-144x144.png │ │ ├── android-chrome-192x192.png │ │ ├── android-chrome-256x256.png │ │ ├── android-chrome-36x36.png │ │ ├── android-chrome-384x384.png │ │ ├── android-chrome-48x48.png │ │ ├── android-chrome-512x512.png │ │ ├── android-chrome-72x72.png │ │ ├── android-chrome-96x96.png │ │ ├── apple-touch-icon.png │ │ ├── bg.png │ │ ├── cah-icon.svg │ │ ├── favicon-16x16.png │ │ ├── favicon-32x32.png │ │ ├── favicon.ico │ │ ├── mstile-150x150.png │ │ ├── mstile-310x310.png │ │ └── safari-pinned-tab.svg │ ├── browserconfig.xml │ ├── environments │ │ ├── environment.prod.ts │ │ └── environment.ts │ ├── index.html │ ├── karma.conf.js │ ├── main.ts │ ├── polyfills.ts │ ├── site.webmanifest │ ├── styles.scss │ ├── test.ts │ ├── tsconfig.app.json │ ├── tsconfig.spec.json │ └── tslint.json ├── tsconfig.json └── tslint.json ├── docker-compose.yml ├── maintenance.html ├── scripts ├── angular.sh ├── build-image.sh ├── cleanup.sh ├── postgres │ ├── data │ │ ├── c1_black.psql │ │ ├── c1_white.psql │ │ ├── cardcast_12_gay_cards_pack_white.psql │ │ ├── cardcast_2018_sidemen_pack_black.psql │ │ ├── cardcast_2018_sidemen_pack_white.psql │ │ ├── cardcast_390_lenny_faces_pack_white.psql │ │ ├── cardcast_911_pack_white.psql │ │ ├── cardcast_anne_frank_for_days_pack_white.psql │ │ ├── cardcast_bdsm_pack_black.psql │ │ ├── cardcast_bdsm_pack_white.psql │ │ ├── cardcast_by_assholes_for_assholes_black.psql │ │ ├── cardcast_by_assholes_for_assholes_white.psql │ │ ├── cardcast_cah_on_mars_black.psql │ │ ├── cardcast_cah_on_mars_white.psql │ │ ├── cardcast_cards_against_anime_white.psql │ │ ├── cardcast_cards_against_astrology_black.psql │ │ ├── cardcast_cards_against_astrology_white.psql │ │ ├── cardcast_cards_against_it_black.psql │ │ ├── cardcast_cards_against_it_white.psql │ │ ├── cardcast_cards_against_the_doctors_office_black.psql │ │ ├── cardcast_cards_against_the_doctors_office_white.psql │ │ ├── cardcast_cards_against_the_enterprise_white.psql │ │ ├── cardcast_communism_pack_black.psql │ │ ├── cardcast_communism_pack_white.psql │ │ ├── cardcast_countries_pack_lite_white.psql │ │ ├── cardcast_countries_pack_white.psql │ │ ├── cardcast_cybers_random_shit_pack_black.psql │ │ ├── cardcast_detroit_become_human_shitposting_edition_black.psql │ │ ├── cardcast_detroit_become_human_shitposting_edition_white.psql │ │ ├── cardcast_ebola_pack_black.psql │ │ ├── cardcast_ebola_pack_white.psql │ │ ├── cardcast_emoji_pack_black.psql │ │ ├── cardcast_emoji_pack_white.psql │ │ ├── cardcast_fandoms_and_tumblr_pack_black.psql │ │ ├── cardcast_fandoms_and_tumblr_pack_white.psql │ │ ├── cardcast_formula_1_pack_black.psql │ │ ├── cardcast_formula_1_pack_white.psql │ │ ├── cardcast_fucked_up_shit_pack_black.psql │ │ ├── cardcast_fucked_up_shit_pack_white.psql │ │ ├── cardcast_full_retard_pack_black.psql │ │ ├── cardcast_full_retard_pack_white.psql │ │ ├── cardcast_gay_bullshit_pack_black.psql │ │ ├── cardcast_gay_bullshit_pack_white.psql │ │ ├── cardcast_good_christians_pack_black.psql │ │ ├── cardcast_good_christians_pack_white.psql │ │ ├── cardcast_harambe_pack_black.psql │ │ ├── cardcast_harambe_pack_white.psql │ │ ├── cardcast_jeremys_pack_black.psql │ │ ├── cardcast_jeremys_pack_white.psql │ │ ├── cardcast_jon_pack_black.psql │ │ ├── cardcast_jon_pack_white.psql │ │ ├── cardcast_july_and_august_of_2018_black.psql │ │ ├── cardcast_july_and_august_of_2018_white.psql │ │ ├── cardcast_keemstar_pack_black.psql │ │ ├── cardcast_keemstar_pack_white.psql │ │ ├── cardcast_lenny_collection_white.psql │ │ ├── cardcast_m00ns_sexy_cards_black.psql │ │ ├── cardcast_m00ns_sexy_cards_white.psql │ │ ├── cardcast_meta_cah_black.psql │ │ ├── cardcast_meta_cah_white.psql │ │ ├── cardcast_mlg_illuminati_shrek_questions_black.psql │ │ ├── cardcast_mlg_illuminati_shrek_questions_white.psql │ │ ├── cardcast_nintendo_characters_white.psql │ │ ├── cardcast_nuclear_throne_pack_black.psql │ │ ├── cardcast_outofcontext_spongebob_quotes_white.psql │ │ ├── cardcast_pizza_pack_black.psql │ │ ├── cardcast_pizza_pack_white.psql │ │ ├── cardcast_pretty_sure_i_just_revived_vine_with_this_pack_black.psql │ │ ├── cardcast_pretty_sure_i_just_revived_vine_with_this_pack_white.psql │ │ ├── cardcast_programming_humor_pack_black.psql │ │ ├── cardcast_programming_humor_pack_white.psql │ │ ├── cardcast_raise_your_dongers_pack_black.psql │ │ ├── cardcast_raise_your_dongers_pack_white.psql │ │ ├── cardcast_scarywigglythings_pack_white.psql │ │ ├── cardcast_shit_duolingo_says_black.psql │ │ ├── cardcast_shit_duolingo_says_white.psql │ │ ├── cardcast_star_vs_humanity_black.psql │ │ ├── cardcast_star_vs_humanity_white.psql │ │ ├── cardcast_the_cuck_cage_pack_black.psql │ │ ├── cardcast_the_cuck_cage_pack_white.psql │ │ ├── cardcast_the_haters_pack_black.psql │ │ ├── cardcast_the_haters_pack_white.psql │ │ ├── cardcast_the_room_black.psql │ │ ├── cardcast_the_room_white.psql │ │ ├── cardcast_tik_tok_pack_black.psql │ │ ├── cardcast_tik_tok_pack_white.psql │ │ ├── cardcast_tossers_pack_black.psql │ │ ├── cardcast_trans_memes_pack_black.psql │ │ ├── cardcast_trans_memes_pack_white.psql │ │ ├── cardcast_twenty_one_pilots_pack_white.psql │ │ ├── cardcast_twitch_against_humanity_white.psql │ │ ├── cardcast_unedited_daithi_de_nogla_videos_pack_white.psql │ │ ├── cardcast_vines_black.psql │ │ ├── cardcast_vines_white.psql │ │ ├── cardcast_wtf_pack_black.psql │ │ ├── cardcast_wtf_pack_white.psql │ │ ├── cardcast_yeetus_feetus_pack_black.psql │ │ ├── cardcast_yeetus_feetus_pack_white.psql │ │ ├── security_black.psql │ │ └── security_white.psql │ ├── dump.sh │ ├── install.sh │ └── sql │ │ ├── acronyms.psql │ │ ├── black.psql │ │ └── white.psql ├── setup.sh └── update.sh ├── server ├── devserver.js ├── package-lock.json ├── package.json ├── src │ ├── config.ts │ ├── data.d.ts │ ├── game.ts │ ├── git-rev-sync.d.ts │ ├── player.ts │ ├── server.ts │ ├── test │ │ └── player.ts │ └── utils.ts ├── tsconfig.json ├── tsconfig.test.json └── tslint.json ├── setup.md └── soon.html /.circleci/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/.circleci/config.yml -------------------------------------------------------------------------------- /.circleci/deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/.circleci/deploy.sh -------------------------------------------------------------------------------- /.env.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/.env.sample -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/README.md -------------------------------------------------------------------------------- /cah.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/cah.png -------------------------------------------------------------------------------- /cah_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/cah_small.png -------------------------------------------------------------------------------- /client/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/.editorconfig -------------------------------------------------------------------------------- /client/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/.gitignore -------------------------------------------------------------------------------- /client/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/README.md -------------------------------------------------------------------------------- /client/angular.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/angular.json -------------------------------------------------------------------------------- /client/browserslist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/browserslist -------------------------------------------------------------------------------- /client/e2e/protractor-ci.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/e2e/protractor-ci.conf.js -------------------------------------------------------------------------------- /client/e2e/protractor.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/e2e/protractor.conf.js -------------------------------------------------------------------------------- /client/e2e/src/app.e2e-spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/e2e/src/app.e2e-spec.ts -------------------------------------------------------------------------------- /client/e2e/src/app.po.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/e2e/src/app.po.ts -------------------------------------------------------------------------------- /client/e2e/src/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/e2e/src/utils.ts -------------------------------------------------------------------------------- /client/e2e/tsconfig.e2e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/e2e/tsconfig.e2e.json -------------------------------------------------------------------------------- /client/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/package-lock.json -------------------------------------------------------------------------------- /client/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/package.json -------------------------------------------------------------------------------- /client/src/app/Interfaces.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/Interfaces.d.ts -------------------------------------------------------------------------------- /client/src/app/_classes/blank-card.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_classes/blank-card.spec.ts -------------------------------------------------------------------------------- /client/src/app/_classes/blank-card.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_classes/blank-card.ts -------------------------------------------------------------------------------- /client/src/app/_classes/game-request.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_classes/game-request.spec.ts -------------------------------------------------------------------------------- /client/src/app/_classes/game-request.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_classes/game-request.ts -------------------------------------------------------------------------------- /client/src/app/_classes/join-game.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_classes/join-game.spec.ts -------------------------------------------------------------------------------- /client/src/app/_classes/join-game.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_classes/join-game.ts -------------------------------------------------------------------------------- /client/src/app/_classes/new-game.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_classes/new-game.spec.ts -------------------------------------------------------------------------------- /client/src/app/_classes/new-game.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_classes/new-game.ts -------------------------------------------------------------------------------- /client/src/app/_classes/picked-white.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_classes/picked-white.spec.ts -------------------------------------------------------------------------------- /client/src/app/_classes/picked-white.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_classes/picked-white.ts -------------------------------------------------------------------------------- /client/src/app/_classes/request.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_classes/request.spec.ts -------------------------------------------------------------------------------- /client/src/app/_classes/request.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_classes/request.ts -------------------------------------------------------------------------------- /client/src/app/_classes/setting.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_classes/setting.spec.ts -------------------------------------------------------------------------------- /client/src/app/_classes/setting.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_classes/setting.ts -------------------------------------------------------------------------------- /client/src/app/_classes/toast.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_classes/toast.spec.ts -------------------------------------------------------------------------------- /client/src/app/_classes/toast.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_classes/toast.ts -------------------------------------------------------------------------------- /client/src/app/_classes/update-username-request.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_classes/update-username-request.spec.ts -------------------------------------------------------------------------------- /client/src/app/_classes/update-username-request.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_classes/update-username-request.ts -------------------------------------------------------------------------------- /client/src/app/_classes/winner.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_classes/winner.spec.ts -------------------------------------------------------------------------------- /client/src/app/_classes/winner.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_classes/winner.ts -------------------------------------------------------------------------------- /client/src/app/_services/easter-egg.service.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_services/easter-egg.service.spec.ts -------------------------------------------------------------------------------- /client/src/app/_services/easter-egg.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_services/easter-egg.service.ts -------------------------------------------------------------------------------- /client/src/app/_services/settings.service.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_services/settings.service.spec.ts -------------------------------------------------------------------------------- /client/src/app/_services/settings.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_services/settings.service.ts -------------------------------------------------------------------------------- /client/src/app/_services/socket.service.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_services/socket.service.spec.ts -------------------------------------------------------------------------------- /client/src/app/_services/socket.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_services/socket.service.ts -------------------------------------------------------------------------------- /client/src/app/_services/toast.service.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_services/toast.service.spec.ts -------------------------------------------------------------------------------- /client/src/app/_services/toast.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_services/toast.service.ts -------------------------------------------------------------------------------- /client/src/app/_services/token.service.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_services/token.service.spec.ts -------------------------------------------------------------------------------- /client/src/app/_services/token.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_services/token.service.ts -------------------------------------------------------------------------------- /client/src/app/_services/username.service.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_services/username.service.spec.ts -------------------------------------------------------------------------------- /client/src/app/_services/username.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/_services/username.service.ts -------------------------------------------------------------------------------- /client/src/app/app-routing.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/app-routing.module.ts -------------------------------------------------------------------------------- /client/src/app/app.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/app.component.html -------------------------------------------------------------------------------- /client/src/app/app.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/app.component.scss -------------------------------------------------------------------------------- /client/src/app/app.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/app.component.spec.ts -------------------------------------------------------------------------------- /client/src/app/app.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/app.component.ts -------------------------------------------------------------------------------- /client/src/app/app.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/app.module.ts -------------------------------------------------------------------------------- /client/src/app/blank-card-modal/blank-card-modal.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/blank-card-modal/blank-card-modal.component.html -------------------------------------------------------------------------------- /client/src/app/blank-card-modal/blank-card-modal.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/blank-card-modal/blank-card-modal.component.scss -------------------------------------------------------------------------------- /client/src/app/blank-card-modal/blank-card-modal.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/blank-card-modal/blank-card-modal.component.spec.ts -------------------------------------------------------------------------------- /client/src/app/blank-card-modal/blank-card-modal.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/blank-card-modal/blank-card-modal.component.ts -------------------------------------------------------------------------------- /client/src/app/create-game/create-game.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/create-game/create-game.component.html -------------------------------------------------------------------------------- /client/src/app/create-game/create-game.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/create-game/create-game.component.scss -------------------------------------------------------------------------------- /client/src/app/create-game/create-game.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/create-game/create-game.component.spec.ts -------------------------------------------------------------------------------- /client/src/app/create-game/create-game.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/create-game/create-game.component.ts -------------------------------------------------------------------------------- /client/src/app/fa/fa.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/fa/fa.module.ts -------------------------------------------------------------------------------- /client/src/app/game/game.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/game/game.component.html -------------------------------------------------------------------------------- /client/src/app/game/game.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/game/game.component.scss -------------------------------------------------------------------------------- /client/src/app/game/game.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/game/game.component.spec.ts -------------------------------------------------------------------------------- /client/src/app/game/game.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/game/game.component.ts -------------------------------------------------------------------------------- /client/src/app/in-game-settings/in-game-settings.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/in-game-settings/in-game-settings.component.html -------------------------------------------------------------------------------- /client/src/app/in-game-settings/in-game-settings.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/in-game-settings/in-game-settings.component.scss -------------------------------------------------------------------------------- /client/src/app/in-game-settings/in-game-settings.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/in-game-settings/in-game-settings.component.spec.ts -------------------------------------------------------------------------------- /client/src/app/in-game-settings/in-game-settings.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/in-game-settings/in-game-settings.component.ts -------------------------------------------------------------------------------- /client/src/app/info/info.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/info/info.component.html -------------------------------------------------------------------------------- /client/src/app/info/info.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/info/info.component.scss -------------------------------------------------------------------------------- /client/src/app/info/info.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/info/info.component.spec.ts -------------------------------------------------------------------------------- /client/src/app/info/info.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/info/info.component.ts -------------------------------------------------------------------------------- /client/src/app/main/main.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/main/main.component.html -------------------------------------------------------------------------------- /client/src/app/main/main.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/main/main.component.scss -------------------------------------------------------------------------------- /client/src/app/main/main.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/main/main.component.spec.ts -------------------------------------------------------------------------------- /client/src/app/main/main.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/main/main.component.ts -------------------------------------------------------------------------------- /client/src/app/settings/settings.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/settings/settings.component.html -------------------------------------------------------------------------------- /client/src/app/settings/settings.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/settings/settings.component.scss -------------------------------------------------------------------------------- /client/src/app/settings/settings.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/settings/settings.component.spec.ts -------------------------------------------------------------------------------- /client/src/app/settings/settings.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/settings/settings.component.ts -------------------------------------------------------------------------------- /client/src/app/toast/toast.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/toast/toast.component.html -------------------------------------------------------------------------------- /client/src/app/toast/toast.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/toast/toast.component.scss -------------------------------------------------------------------------------- /client/src/app/toast/toast.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/toast/toast.component.spec.ts -------------------------------------------------------------------------------- /client/src/app/toast/toast.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/app/toast/toast.component.ts -------------------------------------------------------------------------------- /client/src/assets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /client/src/assets/android-chrome-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/assets/android-chrome-144x144.png -------------------------------------------------------------------------------- /client/src/assets/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/assets/android-chrome-192x192.png -------------------------------------------------------------------------------- /client/src/assets/android-chrome-256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/assets/android-chrome-256x256.png -------------------------------------------------------------------------------- /client/src/assets/android-chrome-36x36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/assets/android-chrome-36x36.png -------------------------------------------------------------------------------- /client/src/assets/android-chrome-384x384.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/assets/android-chrome-384x384.png -------------------------------------------------------------------------------- /client/src/assets/android-chrome-48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/assets/android-chrome-48x48.png -------------------------------------------------------------------------------- /client/src/assets/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/assets/android-chrome-512x512.png -------------------------------------------------------------------------------- /client/src/assets/android-chrome-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/assets/android-chrome-72x72.png -------------------------------------------------------------------------------- /client/src/assets/android-chrome-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/assets/android-chrome-96x96.png -------------------------------------------------------------------------------- /client/src/assets/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/assets/apple-touch-icon.png -------------------------------------------------------------------------------- /client/src/assets/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/assets/bg.png -------------------------------------------------------------------------------- /client/src/assets/cah-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/assets/cah-icon.svg -------------------------------------------------------------------------------- /client/src/assets/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/assets/favicon-16x16.png -------------------------------------------------------------------------------- /client/src/assets/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/assets/favicon-32x32.png -------------------------------------------------------------------------------- /client/src/assets/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/assets/favicon.ico -------------------------------------------------------------------------------- /client/src/assets/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/assets/mstile-150x150.png -------------------------------------------------------------------------------- /client/src/assets/mstile-310x310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/assets/mstile-310x310.png -------------------------------------------------------------------------------- /client/src/assets/safari-pinned-tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/assets/safari-pinned-tab.svg -------------------------------------------------------------------------------- /client/src/browserconfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/browserconfig.xml -------------------------------------------------------------------------------- /client/src/environments/environment.prod.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/environments/environment.prod.ts -------------------------------------------------------------------------------- /client/src/environments/environment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/environments/environment.ts -------------------------------------------------------------------------------- /client/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/index.html -------------------------------------------------------------------------------- /client/src/karma.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/karma.conf.js -------------------------------------------------------------------------------- /client/src/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/main.ts -------------------------------------------------------------------------------- /client/src/polyfills.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/polyfills.ts -------------------------------------------------------------------------------- /client/src/site.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/site.webmanifest -------------------------------------------------------------------------------- /client/src/styles.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/styles.scss -------------------------------------------------------------------------------- /client/src/test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/test.ts -------------------------------------------------------------------------------- /client/src/tsconfig.app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/tsconfig.app.json -------------------------------------------------------------------------------- /client/src/tsconfig.spec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/tsconfig.spec.json -------------------------------------------------------------------------------- /client/src/tslint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/src/tslint.json -------------------------------------------------------------------------------- /client/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/tsconfig.json -------------------------------------------------------------------------------- /client/tslint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/client/tslint.json -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /maintenance.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/maintenance.html -------------------------------------------------------------------------------- /scripts/angular.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/angular.sh -------------------------------------------------------------------------------- /scripts/build-image.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/build-image.sh -------------------------------------------------------------------------------- /scripts/cleanup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/cleanup.sh -------------------------------------------------------------------------------- /scripts/postgres/data/c1_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/c1_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/c1_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/c1_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_12_gay_cards_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_12_gay_cards_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_2018_sidemen_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_2018_sidemen_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_2018_sidemen_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_2018_sidemen_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_390_lenny_faces_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_390_lenny_faces_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_911_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_911_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_anne_frank_for_days_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_anne_frank_for_days_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_bdsm_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_bdsm_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_bdsm_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_bdsm_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_by_assholes_for_assholes_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_by_assholes_for_assholes_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_by_assholes_for_assholes_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_by_assholes_for_assholes_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_cah_on_mars_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_cah_on_mars_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_cah_on_mars_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_cah_on_mars_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_cards_against_anime_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_cards_against_anime_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_cards_against_astrology_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_cards_against_astrology_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_cards_against_astrology_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_cards_against_astrology_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_cards_against_it_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_cards_against_it_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_cards_against_it_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_cards_against_it_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_cards_against_the_doctors_office_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_cards_against_the_doctors_office_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_cards_against_the_doctors_office_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_cards_against_the_doctors_office_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_cards_against_the_enterprise_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_cards_against_the_enterprise_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_communism_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_communism_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_communism_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_communism_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_countries_pack_lite_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_countries_pack_lite_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_countries_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_countries_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_cybers_random_shit_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_cybers_random_shit_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_detroit_become_human_shitposting_edition_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_detroit_become_human_shitposting_edition_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_detroit_become_human_shitposting_edition_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_detroit_become_human_shitposting_edition_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_ebola_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_ebola_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_ebola_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_ebola_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_emoji_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_emoji_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_emoji_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_emoji_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_fandoms_and_tumblr_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_fandoms_and_tumblr_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_fandoms_and_tumblr_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_fandoms_and_tumblr_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_formula_1_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_formula_1_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_formula_1_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_formula_1_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_fucked_up_shit_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_fucked_up_shit_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_fucked_up_shit_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_fucked_up_shit_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_full_retard_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_full_retard_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_full_retard_pack_white.psql: -------------------------------------------------------------------------------- 1 | INSERT INTO white (text, pack) VALUES (E'respect women', E'Full Retard Pack (CC:UF4T4)'); -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_gay_bullshit_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_gay_bullshit_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_gay_bullshit_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_gay_bullshit_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_good_christians_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_good_christians_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_good_christians_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_good_christians_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_harambe_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_harambe_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_harambe_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_harambe_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_jeremys_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_jeremys_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_jeremys_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_jeremys_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_jon_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_jon_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_jon_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_jon_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_july_and_august_of_2018_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_july_and_august_of_2018_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_july_and_august_of_2018_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_july_and_august_of_2018_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_keemstar_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_keemstar_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_keemstar_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_keemstar_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_lenny_collection_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_lenny_collection_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_m00ns_sexy_cards_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_m00ns_sexy_cards_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_m00ns_sexy_cards_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_m00ns_sexy_cards_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_meta_cah_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_meta_cah_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_meta_cah_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_meta_cah_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_mlg_illuminati_shrek_questions_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_mlg_illuminati_shrek_questions_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_mlg_illuminati_shrek_questions_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_mlg_illuminati_shrek_questions_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_nintendo_characters_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_nintendo_characters_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_nuclear_throne_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_nuclear_throne_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_outofcontext_spongebob_quotes_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_outofcontext_spongebob_quotes_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_pizza_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_pizza_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_pizza_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_pizza_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_pretty_sure_i_just_revived_vine_with_this_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_pretty_sure_i_just_revived_vine_with_this_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_pretty_sure_i_just_revived_vine_with_this_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_pretty_sure_i_just_revived_vine_with_this_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_programming_humor_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_programming_humor_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_programming_humor_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_programming_humor_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_raise_your_dongers_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_raise_your_dongers_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_raise_your_dongers_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_raise_your_dongers_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_scarywigglythings_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_scarywigglythings_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_shit_duolingo_says_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_shit_duolingo_says_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_shit_duolingo_says_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_shit_duolingo_says_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_star_vs_humanity_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_star_vs_humanity_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_star_vs_humanity_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_star_vs_humanity_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_the_cuck_cage_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_the_cuck_cage_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_the_cuck_cage_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_the_cuck_cage_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_the_haters_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_the_haters_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_the_haters_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_the_haters_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_the_room_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_the_room_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_the_room_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_the_room_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_tik_tok_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_tik_tok_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_tik_tok_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_tik_tok_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_tossers_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_tossers_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_trans_memes_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_trans_memes_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_trans_memes_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_trans_memes_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_twenty_one_pilots_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_twenty_one_pilots_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_twitch_against_humanity_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_twitch_against_humanity_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_unedited_daithi_de_nogla_videos_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_unedited_daithi_de_nogla_videos_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_vines_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_vines_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_vines_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_vines_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_wtf_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_wtf_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_wtf_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_wtf_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_yeetus_feetus_pack_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_yeetus_feetus_pack_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/cardcast_yeetus_feetus_pack_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/cardcast_yeetus_feetus_pack_white.psql -------------------------------------------------------------------------------- /scripts/postgres/data/security_black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/security_black.psql -------------------------------------------------------------------------------- /scripts/postgres/data/security_white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/data/security_white.psql -------------------------------------------------------------------------------- /scripts/postgres/dump.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/dump.sh -------------------------------------------------------------------------------- /scripts/postgres/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/install.sh -------------------------------------------------------------------------------- /scripts/postgres/sql/acronyms.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/sql/acronyms.psql -------------------------------------------------------------------------------- /scripts/postgres/sql/black.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/sql/black.psql -------------------------------------------------------------------------------- /scripts/postgres/sql/white.psql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/postgres/sql/white.psql -------------------------------------------------------------------------------- /scripts/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/setup.sh -------------------------------------------------------------------------------- /scripts/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/scripts/update.sh -------------------------------------------------------------------------------- /server/devserver.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/server/devserver.js -------------------------------------------------------------------------------- /server/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/server/package-lock.json -------------------------------------------------------------------------------- /server/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/server/package.json -------------------------------------------------------------------------------- /server/src/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/server/src/config.ts -------------------------------------------------------------------------------- /server/src/data.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/server/src/data.d.ts -------------------------------------------------------------------------------- /server/src/game.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/server/src/game.ts -------------------------------------------------------------------------------- /server/src/git-rev-sync.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/server/src/git-rev-sync.d.ts -------------------------------------------------------------------------------- /server/src/player.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/server/src/player.ts -------------------------------------------------------------------------------- /server/src/server.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/server/src/server.ts -------------------------------------------------------------------------------- /server/src/test/player.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/server/src/test/player.ts -------------------------------------------------------------------------------- /server/src/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/server/src/utils.ts -------------------------------------------------------------------------------- /server/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/server/tsconfig.json -------------------------------------------------------------------------------- /server/tsconfig.test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/server/tsconfig.test.json -------------------------------------------------------------------------------- /server/tslint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/server/tslint.json -------------------------------------------------------------------------------- /setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/setup.md -------------------------------------------------------------------------------- /soon.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olback/cah/HEAD/soon.html --------------------------------------------------------------------------------