{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":672397269,"defaultBranch":"main","name":"python-blackjack","ownerLogin":"MontyMango","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-07-30T00:07:40.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/59061157?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1691801414.0","currentOid":""},"activityList":{"items":[{"before":"a86b31d14671093bf67d2cfe7768280e001f63c8","after":"89efc6680005ae31b9c6f4153a73482eeca05173","ref":"refs/heads/main","pushedAt":"2023-08-12T00:44:35.000Z","pushType":"pr_merge","commitsCount":5,"pusher":{"login":"MontyMango","name":"Cam","path":"/MontyMango","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59061157?s=80&v=4"},"commit":{"message":"Merge pull request #1 from MontyMango/v0.2-bidding\n\nV0.2 bidding","shortMessageHtmlLink":"Merge pull request #1 from MontyMango/v0.2-bidding"}},{"before":"bc308078d914aa5f0359b4630dd82bdf691ed123","after":"a2d5ffa6243b648bfcb3645687853560ee171d62","ref":"refs/heads/v0.2-bidding","pushedAt":"2023-08-12T00:37:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MontyMango","name":"Cam","path":"/MontyMango","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59061157?s=80&v=4"},"commit":{"message":"Edited game introduction\nFor a better **Presentation**","shortMessageHtmlLink":"Edited game introduction"}},{"before":"7d7eab3369fcde609a6506f9059400374ee06c25","after":"bc308078d914aa5f0359b4630dd82bdf691ed123","ref":"refs/heads/v0.2-bidding","pushedAt":"2023-08-12T00:27:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MontyMango","name":"Cam","path":"/MontyMango","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59061157?s=80&v=4"},"commit":{"message":"A couple of enhancements\nDealer should now show one of their cards...\nbecause I forgot how blackjack is played....\nResults should now be easier to read because it is now slowed down!","shortMessageHtmlLink":"A couple of enhancements"}},{"before":"42437e0c5b732b74232f176f57ec64fc271ca124","after":"7d7eab3369fcde609a6506f9059400374ee06c25","ref":"refs/heads/v0.2-bidding","pushedAt":"2023-08-12T00:08:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MontyMango","name":"Cam","path":"/MontyMango","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59061157?s=80&v=4"},"commit":{"message":"Exiting is now possible though bidding.\nThere is another ending! (oh the lore)","shortMessageHtmlLink":"Exiting is now possible though bidding."}},{"before":null,"after":"42437e0c5b732b74232f176f57ec64fc271ca124","ref":"refs/heads/v0.2-bidding","pushedAt":"2023-08-11T18:48:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MontyMango","name":"Cam","path":"/MontyMango","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59061157?s=80&v=4"},"commit":{"message":"Bidding has now been added!\nThe only current issue is exiting while bidding.\nHopefully I can address this soon!","shortMessageHtmlLink":"Bidding has now been added!"}},{"before":"b0100f4b40af8448b92208e2b969fab928d797fd","after":"a86b31d14671093bf67d2cfe7768280e001f63c8","ref":"refs/heads/main","pushedAt":"2023-08-05T02:28:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MontyMango","name":"Cam","path":"/MontyMango","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59061157?s=80&v=4"},"commit":{"message":"Gameplay works now!\nSome features are missing like bidding and quitting.\nHowever, these features are coming later.\nThis however is a big accomplishment!\nHopefully, more experiments like a SQL database, and GUI can be done!","shortMessageHtmlLink":"Gameplay works now!"}},{"before":"18a9e5b362fbe4b6cdebfb60b86aabffb6d4c501","after":"b0100f4b40af8448b92208e2b969fab928d797fd","ref":"refs/heads/main","pushedAt":"2023-08-05T00:24:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MontyMango","name":"Cam","path":"/MontyMango","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59061157?s=80&v=4"},"commit":{"message":"Game now somewhat works now!\nTL:DR: I did function calls instead of the actual function :'(\n- Game issues that were resolved:\n+ Issue 1: deck was storing the fuction call instead of the card\n+ Issue 2: get_person_info would return a function call instead of deck","shortMessageHtmlLink":"Game now somewhat works now!"}},{"before":"1e2fd08d742c6ab91c8992215a210d247e121b85","after":"18a9e5b362fbe4b6cdebfb60b86aabffb6d4c501","ref":"refs/heads/main","pushedAt":"2023-08-04T13:11:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MontyMango","name":"Cam","path":"/MontyMango","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59061157?s=80&v=4"},"commit":{"message":"Still broken but working on it!\n- Removed house.py and replaced it house.md for documentation purposes\n- Fixed a couple things in main.py and gamerules.py\n- gameplay_test.py now works again","shortMessageHtmlLink":"Still broken but working on it!"}},{"before":"a265b177d349ef4951009f6fb7ac3db51d7f7993","after":"1e2fd08d742c6ab91c8992215a210d247e121b85","ref":"refs/heads/main","pushedAt":"2023-08-04T03:23:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MontyMango","name":"Cam","path":"/MontyMango","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59061157?s=80&v=4"},"commit":{"message":"Added gameplay menus in main\n+ Renamed Scoreboard class to scorekeeper to avoid class confusion\n+ Gameplay menus in main\n+ Made gamerules.py more organized and fancier looking\n+ Renamed a couple of functions in gamerules.py","shortMessageHtmlLink":"Added gameplay menus in main"}},{"before":"b4f436dbac924518305777d2768503c95d8dd382","after":"a265b177d349ef4951009f6fb7ac3db51d7f7993","ref":"refs/heads/main","pushedAt":"2023-08-04T02:16:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MontyMango","name":"Cam","path":"/MontyMango","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59061157?s=80&v=4"},"commit":{"message":"Finished a couple of things, focusing on gameplay\n+ scoreboard.py functions now go though gamerules.py\n - win_check added to check the win conditions for blackjack\n+ adding house.py, but it might be removed in the future.\n+ Fixed a couple of things not working in gamerules.py.","shortMessageHtmlLink":"Finished a couple of things, focusing on gameplay"}},{"before":"f1ab183a45ec35c5e40e23986d218594f6c83ce3","after":"b4f436dbac924518305777d2768503c95d8dd382","ref":"refs/heads/main","pushedAt":"2023-07-30T16:41:32.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"MontyMango","name":"Cam","path":"/MontyMango","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59061157?s=80&v=4"},"commit":{"message":"Edited gameplay_test","shortMessageHtmlLink":"Edited gameplay_test"}},{"before":"ae83a98bfd624b5b8e717864089ef76d264ec41e","after":"f1ab183a45ec35c5e40e23986d218594f6c83ce3","ref":"refs/heads/main","pushedAt":"2023-07-30T04:33:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MontyMango","name":"Cam","path":"/MontyMango","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59061157?s=80&v=4"},"commit":{"message":"Gameplay works!\nThe issue was I was using string integers instead of real integers\nwhile testing","shortMessageHtmlLink":"Gameplay works!"}},{"before":"f01ecc8967cc20447de55a772fba2d0b7b731ef5","after":"ae83a98bfd624b5b8e717864089ef76d264ec41e","ref":"refs/heads/main","pushedAt":"2023-07-30T02:31:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MontyMango","name":"Cam","path":"/MontyMango","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59061157?s=80&v=4"},"commit":{"message":"Added a bunch of functions\ngameplay, scoreboard, and tests have been added.","shortMessageHtmlLink":"Added a bunch of functions"}},{"before":"ceeda6846e603e2c36655bcae37cc9f74a9ef117","after":"f01ecc8967cc20447de55a772fba2d0b7b731ef5","ref":"refs/heads/main","pushedAt":"2023-07-30T00:56:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MontyMango","name":"Cam","path":"/MontyMango","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59061157?s=80&v=4"},"commit":{"message":"made deck and deck test\nEverything seems to work with the deck!","shortMessageHtmlLink":"made deck and deck test"}},{"before":null,"after":"ceeda6846e603e2c36655bcae37cc9f74a9ef117","ref":"refs/heads/main","pushedAt":"2023-07-30T00:07:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MontyMango","name":"Cam","path":"/MontyMango","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59061157?s=80&v=4"},"commit":{"message":"Initial commit","shortMessageHtmlLink":"Initial commit"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wOC0xMlQwMDo0NDozNS4wMDAwMDBazwAAAANpOSB-","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNy0zMFQwMDowNzo0MC4wMDAwMDBazwAAAANf5JEk"}},"title":"Activity ยท MontyMango/python-blackjack"}