Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A fast-paced arcade "strategy" game about lawnmowers, lawns & mowing them. Written in Python using the PyGame graphical library.

License

Notifications You must be signed in to change notification settings

xcodian/powerlawn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

powerlawn

A fast-paced arcade "strategy" game about lawnmowers, lawns & mowing them. Written in Python using the PyGame graphical library.

Requirements

requirements.txt

Running the Game

  1. Clone the game files and cd into the directory

    $ git clone https://github.com/xxcodianxx/powerlawn.git
    $ cd ./powerlawn
  2. Install Requirements with pip

    $ python3 -m pip install -r requirements.txt 
  3. Start the Game

    $ python3 game.py
    • Windows Users: If the above commands don't work, try using the command py -3 instead of python3. Also, make sure that you don't type the $ prefixing every line.

    • Pygame Installation: Step 2 may not always work for you as the installation of PyGame requires several dependencies. Installation will be different for your distro, eg. on Arch Linux you must install the python-pygame package instead.

Additional Credits

Sprites made with Aseprite v1.2.25-dev

License

View License File

MIT License

Copyright (c) 2020 Martin Velikov (xxcodianxx)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Gallery

Game Screenshot

About

A fast-paced arcade "strategy" game about lawnmowers, lawns & mowing them. Written in Python using the PyGame graphical library.

Topics

Resources

License

Stars

Watchers

Forks

Languages