Today I worked on the UIController and moved all the console.log calls. I am hoping this will make it easy when I transition to the browser. But first we need to create a real game controller to try to play several round until one player goes broke. Here is today’s coding session on youTube:
Monthly Archives: December 2020
Create StreetDice Game Pt8
Sometimes you gotta show off what you are working on to a friend, and today after playing a (losing) game of League of Legends, I showed TooTallE what I have been up to lately. I was able to start the UIController as planned, and I built a try catch block into the bet process so […]
Create a StreetDice Game Pt7
Today my goal was to start moving what code we have into an MVC architecture or pattern. We needed to move several functions into the game object. I also reviewed an several year old game RPG Dice Battle for clues on how to create closures to control scope and started to clean up the current […]