A game made for Siege Week 5.
A recreation of the popular game Plinko Balls.
You start with $1000. You can edit your bet amount and number of balls to drop. Depending on where the balls land, you will receive your money back multiplied by some factor.
- Phaser 3
- Next.js framework
- Hosted by Vercel
- Modern Next.JS App routing
- Tailwind CSS styling
- Phaser game integration
One major challenge was deploying the project because I had no experience in doing so. I needed to fix build issues, remove unecessary code, and tweak the configuration commands.
Another challenge was handling the user login. Initially, I wanted to use an Express.js framework to handle user login, and connect that to a SQLite database, but it turned out to be much more complicated than I expected. As a result, I stuck to the MVP of building a simple Plinko Balls game.