Crickster is a unique cricket board game designed for the Google Playstore, seamlessly blending
the classic elements of snakes and ladders with the excitement of cricket. I worked as a functional progammer in this project.
I mostly focused on the score and turn system in the game.
Some notable features I implemented in this project:
Feature | Description |
---|---|
Score Manager | I created a dynamic score manager utilizing subscription pattern to seamlessly calculate score for local and online players and promote clean architecture. |
Turn System | I was also partly responsible for creating the turn system for the game, by using messages I was able to establish communication between the players locally and online, communicating variables such as turn start and end, turn hold, current dice probability. |
Other noteworthy contributions:
Feature | Description |
---|---|
User Interface | Using DOTWEEN library I wrote code that brought the UI to life with lively animations from the main menu to the gameplay scenes. |