{"id":19517945,"url":"https://github.com/vtstech/vgs-blackjack2","last_synced_at":"2026-05-12T12:04:49.794Z","repository":{"id":147884355,"uuid":"77367153","full_name":"VTSTech/VGS-BlackJack2","owner":"VTSTech","description":"C# Port in Unity from Visual Basic (VGS-BlackJack)","archived":false,"fork":false,"pushed_at":"2017-01-03T01:59:09.000Z","size":555,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-20T12:03:03.839Z","etag":null,"topics":["blackjack","csharp","port","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","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/VTSTech.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":null,"support":null,"governance":null}},"created_at":"2016-12-26T07:39:38.000Z","updated_at":"2020-07-25T17:35:32.000Z","dependencies_parsed_at":"2023-05-27T19:30:23.763Z","dependency_job_id":null,"html_url":"https://github.com/VTSTech/VGS-BlackJack2","commit_stats":null,"previous_names":["vtstech/vgs-blackjack2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VTSTech/VGS-BlackJack2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VTSTech%2FVGS-BlackJack2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VTSTech%2FVGS-BlackJack2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VTSTech%2FVGS-BlackJack2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VTSTech%2FVGS-BlackJack2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VTSTech","download_url":"https://codeload.github.com/VTSTech/VGS-BlackJack2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VTSTech%2FVGS-BlackJack2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32938013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["blackjack","csharp","port","unity"],"created_at":"2024-11-11T00:07:36.450Z","updated_at":"2026-05-12T12:04:49.777Z","avatar_url":"https://github.com/VTSTech.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"v0.0.1-r07\n\nAces are now either 1 or 11.\n\nCard Total drops if Ace in Hand\nand you would otherwise bust.\n\nDealerHand1 is now always face down\n(Dealer Total Hint is still displayed\nduring development. Will hide it for release.)\n\nAdded GameOverPanel\n\nGame now ends with Player reaches $0\n\nRemoved isPlayed(), bool hasCardPlayed[] is used.\n\nReorganized Game Logic in DealCards()\n\n\u003cimg src=\"https://i.gyazo.com/b99c98cb618ada9ceccadec8145d08e0.jpg\"\u003e\n\nv0.0.1-r06\n\nNow processes Aces\n\nAdded Player/DealerHasAce bool variables\n\nMoved DealerHint Label up a bit\n\nCan no longer change Bet Value while game is in progress\n\nCan no longer bet more than your Current Cash Value\n\nBet Value is now set to 100 on Start() (BlackJack.cs)\n\n\u003cimg src=\"https://i.gyazo.com/11fe1033dce6889fbd3392e6f501dff6.jpg\"\u003e\n\n\nv0.0.1-r05\n\nCan no longer Hit or Stand while isGameOver == true\n\nMost games end with a Winner now. No Winner is possible.\n\nBet Value now updates when Slider is changed\n\nCash Value now subtracts or increments the Bet Value on Win/Lose condition\n\nAdded isRewarded global variable to GameManager.cs\n\nAdded UpdateBet()\n\n\u003cimg src=\"https://i.gyazo.com/0bde061df5cdaca43e235506436eaaaf.jpg\"\u003e\n\n\nv0.0.1-r04\n\nAdded CardIndex\n\nAdded Player and Dealer Hints (Sums card Values)\n\n(Aces not evaluated yet)\n\nAdded PlayerValue and DealerValue\n\nAdded Dealer/Player Cards 3,4,5\n\nAdded Bet Slider\n\nAdded Bet Label\n\nAdded Player/DealerValue Hint Labels\n\nAdded CheckGame() and HideDeck()\n\nCards are checked against virtual deck\n\nAces not processed.\n\nNot playable yet.\n\n\u003cimg src=\"https://i.gyazo.com/805e2a038d1f587b17eaec26dc0e5208.jpg\"\u003e\n\n\nv0.0.1-r03\n\nAdded Card face down texture\n\nAdded New Game button to Game Scene\n\nCreateDeck() is now called on Start() of BlackJack.cs\n\nAdded 52 prefabs for Card Face Textures\n\nAdded DealCards() and DestroyDeck()\n\non DealCards() 4 random cards are generated.\n\nNot checked against a virtual deck yet.\n\n\u003cimg src=\"https://i.gyazo.com/a9bfcda3e43241383dc8e9376df98f42.jpg\"\u003e\n\n\nv0.0.1-r02\n\nAdded background\n\nAdded Settings panel\n\nAdded card textures\n\nAdded Hit \u0026 Stay buttons to Game Scene\n\nAdded Pause, Cash, Record and Player Label to Game Scene\n\nAdded TitleText to Game Scene\n\nCreated BlackJack.cs\n\nAdded CreateDeck() and DealNewGame()\n(Unused for now, Using GetKeyDown(\"n\") and bool isNewGame in Update())\n\nCreates 4 Cards when 'N' is pressed in Game Scene\n\nCard, ScriptsObject and UI Buttons are all prefabs now\n\n\u003cimg src=\"https://i.gyazo.com/ec851349c658f4e2149f34ddac891aad.jpg\"\u003e\n\nv0.0.1-r01\n\nVery first compile. Just a MainMenu and an empty Game Scene\n\nTitleText prefab.\n\nScoreScript.cs and GameManager.cs created.\n\n\u003cimg src=\"https://i.gyazo.com/24b517fbbf4ec5d603de04226bb04471.png\"\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtstech%2Fvgs-blackjack2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvtstech%2Fvgs-blackjack2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtstech%2Fvgs-blackjack2/lists"}