The Royal Game of Ur Devlog 3
20 Squares » Devlog
Fixed the issue with the online game mode scoring not working properly. It was caused by an error in order of operations in my logic. I was adding a score to the player who actually scored (correctly), but then switched the player turn flag and THEN told the other player that the 'current' player which was now them, scored.
Essentially just had to flip flop two lines of code lol
With that out of the way and the game is functional again, I will work on the following:
- Add logic to display current state of the game in short messages (ie. P1/2's Turn, Waiting for P1/2 to Move, P1/2 gets a bonus move, etc)
- Add a graphic for the 4 dice to display the roll instead of just a 0 or 1
- Update graphic for game board
- Update graphics for tokens
- Add more tokens
- Add logic to allow player to choose which token to play as
- Update main menu button graphics
- Add game instructions in the game itself
Wow still quite a bit to do! But yay for progress :)
20 Squares
A 2 player board game with a little strategy and a little luck!
Status | In development |
Author | OZ |
Genre | Strategy |
Tags | Board Game |
More posts
- The Royal Game of Ur Devlog 4Jul 16, 2021
- The Royal Game of Ur Devlog 2Jan 19, 2021
- Online is back onlineJan 01, 2021
- Quick update to Devlog 1 - Online doesn't work :(Dec 28, 2020
- The Royal Game of Ur Devlog 1Dec 28, 2020
Leave a comment
Log in with itch.io to leave a comment.