This is a clone (ish) of the 1999 game Liero, except with mouse aiming. I built this as a way to teach myself game development. It is not finished, and will likely never be finished, but it's a functioning game.
- Destructible map
- Grappling hook
- AI (barely)
- Lots of blood
- 4 different weapons
- Minigun
- Shotgun
- Missile
- Sniper
Rules: You have 5 lives. So does the opponent. First to kill the other worm 5 times wins.
Sorry, no executable files, but all you need is Pipenv.
- Clone the repo
- Install dependencies with
pipenv install
- Enter pipenv shell with
pipenv shell
- Run the game with
python -m src.launch_game
Coding: me
Artwork: me
Sounds: https://simon13666.itch.io/sound-starter-pack
MIT