Plonq / liero-clone

A semi-clone of the 1999 game Liero

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A semi-clone of the 1999 game Liero

License:MIT License


Languages

Language:Python 100.0%