Skip to content

Version 1.0.1

Latest
Compare
Choose a tag to compare
@xylium117 xylium117 released this 18 Sep 10:02
· 31 commits to master since this release
1f4124c

Pavillion

Release 1.0

This is the initial release of the code on GitHub. Also README.md needed to be fixed haha.

Getting Started 🚀

To get started, simply open the Terminal and clone the project.

git clone https://github.com/xylium117/pavillion.git

Then proceed open the directory.

cd pavillion

Run a python script of your choice :

python script.py

List of Runnable Scripts

custom.py - Simulate a Test series between 2 custom teams

customleague.py- Simulate a league with a number of custom teams

historical.py - Simulate a Test series between 2 National teams (with players from a certain era)

historicalleague.py - Simulate a league with a number of National teams (with players from a certain era)

Prerequisites 📋

To run Pavillion, Python must be downloaded. An IDE is also suggested if you want to contribute to the code.

Contributing 🤝

Contributions are welcome! If you have any improvements, bug fixes, or new projects to add to this gallery, please follow these steps:

  1. Fork this repository.
  2. Create a new branch for your feature (git checkout -b feature-name).
  3. Make your changes and commit them (git commit -m 'Add new project').
  4. Push to your branch (git push origin feature-name).
  5. Open a pull request and describe your changes.

Full Changelog: https://github.com/xylium117/pavillion/commits/v1.0.0