Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.2 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.2 KB

Barbarism

This is a turns-based strategy game made for a high school project. We put special effort in making it as polished as possible, making our own libraries whenever possible.

How to start the game

$ python3 barbarism.py

Controls

  • Left click to set a route for the current character.
  • 'N' to move the next piece.
  • Mouse wheel to zoom in and out.

Requirements

  • Python 3.10.0
  • See the rest of depencies in the requirements file.

Authors

Special thanks

  • God for giving us life.
  • Our teacher Federico Luna for helping us to convert our project into the best version of itself.
  • The Event Dispatcher guy that share his awesome Event Dispatcher - Paul_Manta.
  • The guy who help us to solve our problem with singledispatch - Chepner.

License

Barbarism as a whole is licensed under the MIT License - Look the LICENSE file for details.