Inspiration
We were inspired by the game Snakes and Ladders, and we wanted to implement a version of that that also challenges your brain through general knowledge trivia questions.
What it does
It runs like a snakes and ladders game, where you must progress to the top before the computer. After rolling a dice, you move that amount of position. If you find a ladder, you get boosted by a certain (secret) number of positions up. If you find a mine, you must answer a trivia question correct to avoid detonation and your position being lowered by a certain (secret) amount.
How we built it
We built it using Java on VS Code. We used the awt and URI/URL libraries extensively
Challenges we ran into
Errors with x and y coordinates of images of the user and computer, and adjusting them based on dice rolls and mines/tunnels
Accomplishments that we're proud of
We learned a lot about java graphics and got an introduction to game development, and the different functions you can make use to make your game interesting.
Log in or sign up for Devpost to join the conversation.