Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.4 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.4 KB

Liero Clone

About

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.

How to Play

Sorry, no executable files, but all you need is Pipenv.

  1. Clone the repo
  2. Install dependencies with pipenv install
  3. Enter pipenv shell with pipenv shell
  4. Run the game with python -m src.launch_game

Screenshots

image

image

image

image

Credits

Coding: me
Artwork: me
Sounds: https://simon13666.itch.io/sound-starter-pack

License

MIT