Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 789 Bytes

File metadata and controls

29 lines (22 loc) · 789 Bytes

Garden-of-Inheritance

mendel

Getting Started

To launch the simulator, run: Garden-of-Inheritance.py

  • Press H at any time to open the in-game Help menu.
  • For an introduction and gameplay overview, see Guide.pdf.

Core Python version

Python 3.8 or higher

Standard library modules (already included with Python)

  • tkinter (GUI framework) - usually pre-installed with Python
  • dataclasses
  • json
  • csv
  • os
  • sys
  • time
  • datetime
  • random
  • math
  • pathlib

License

This project is licensed under the BSD 3-Clause License – see the LICENSE file for details.