QinCai
Check their projects out: Boba and Swirl Website - DinoBox, RemoteRun, RasPiCube - PiCubeZero, mdllama - Mark Up Your Ollama Experience
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Continued on the main Python code. I changed the hand system from a list to a dictionary so I can have the value of the cards in there, which made it way simpler to calculate the total. I made the total counter (toggleable) and fixed all the hit code. I started on the stand function but quickly left it to work on the losing function.
Continued on the main Python code. I created the dealing system and options when starting the game. I also created a functional betting page where you can bet the amount you want. There are still problems in the base game.
Continued on the main Python code. I fixed and created the blackjack game mode, where you can select either normal or advanced. I made a settings page where you can turn the game mode to a specific one and turn on a card total counter.
Continued on the main Python code. I finished fixing all the errors on the ATM function. I also started on the BlackDuck (Blackjack) game and settings page.
Continued on the main Python code. I continued on the ATM function and almost finished it; all I need to do is fix any errors. I changed the name function so people can only put string text.
Continued on the main Python code. I created and finished the name function, where users can insert their name and an ATM feature, where if players run out of cash, they can use an atm to get more money.
Continued on my main Python code. Finished my information code, where you can read about the information for the game (How to play, Terminology, Card Values, Tips and Tricks). Fixed/finished the card variables. Added code terminology in my README, mostly for variable acronyms.
Continuing on my main Python code, in the information section of the menu, I completed the How to play (Normal), How to play (advanced) and started on the card values information. I also fixed/changed the way I assigned the variables by using for loops to put them in a dictionary, which I can later use.
Continued on the main py code. Continued on the menu, where I finished the terminology section and almost completed the 'How to play(normal)' section. I also added error messages when selecting options that weren't available.
I started on the menu function, where you will be able to start the game, access information and settings, and quit the game (including the CTRL-C and CTRL-D keys). In the information menu, I created more menus that can help with playing and provide tips for the game.
Started off by creating the repo and the code files. In said code files, I created my main Python code, which I have labelled and established the variables in my game. (Labelling each variable might be necessary)