Created main file, currently the program asks for a trump suit and then loops until the player enters the 6 cards that they have been dealt. If the user enters an invalid combo, the program rejects the answer and re-prompts them.
Created main file, currently the program asks for a trump suit and then loops until the player enters the 6 cards that they have been dealt. If the user enters an invalid combo, the program rejects the answer and re-prompts them.
Updated the UI, so that when you select the laundry symbols and then click submit, the input field clears, letting you enter a new combo.
I decided to simplify the backend architecture of the app. Instead of having a flask web server that processes the requests and then a html page, I decided to change it to a JS based application to simplify hosting and also cause I wanted to learn some JS. Additionally, I added the code that takes converts the button input into its definition, and then renders the definitions on screen.
Just finished setting up the flask backend for the website. Also created the first key for the interactive keyboard that will be used to input laundry symbols. Currently, when you click the laundry symbol, it adds it to a list and then shows the list on screen.