🐌 Snail Bet
-
Introduction
The name of the project is "Snail Bet".
This terminal game project was written in Python by me.
I created this to practice game logic beyond simple tutorials.
-
Game Logic
The player bet…
🐌 Snail Bet
-
Introduction
The name of the project is “Snail Bet”.
This terminal game project was written in Python by me.
I created this to practice game logic beyond simple tutorials.
-
Game Logic
The player bets on different silly snails.
The speed of the snails is randomized, so it changes every time you run the game.
During the race, random events happen: “Mud” slows the snails down, while “Nitro” boosts their speed for a short time.
-
Features
Persistence: To save your balance, I added a function that automatically creates a JSON file when you run the game.
Snail Bank: If the player loses all their money, the “Snail Bank” grants them a 500-coin loan.
Appearance: For a better visual experience in the terminal, I used the colorama library.
-
Setup
Install the libraries from the requirements.txt file and run snails.py.