JavaScript Emoji Slot Machine
About 25 years ago, I remember creating a slot machine game in Flash. I thought it might be fun to try and create another one using HTML, CSS & JavaScript. This demo is the result.
The game itself is fairly basic, but I thought it might be fun to add a bit of jeopardy in the form of poops π©. If the player spins 2 poops, 20 coins are deducted. If the player spins 3 poops, 100 coins are deducted. The player starts with 100 coins, so a triple poop could mean instant game over.
Sound effects are handled by the howler.js audio library.
NOTE: It was to play around with this, but it should be noted that you'd never really want to write any real-world gambling style game using client-side code, at least not where any real money is involved. That said, it could be used for more trivial purposes, such as gamification of online shopping discount codes etc.
Comments