A rapid version of monopoly game with secure coding practices developed for the course ISA/SWE - 681 by David A. Wheeler
Classic game of monopoly with reduced properties and special tiles.
- Elapsed rounds = 15
- Everyone goes bankrupt
Contribution to the project can be made if you have some improvements for the project or if you find some bugs. You can contribute to the project by reporting issues, forking it, modifying the code and making a pull request to the repository.
Please make sure you specify the commit type when opening pull requests:
feat: The new feature you're proposing
fix: A bug fix in the project
style: Feature and updates related to UI improvements and styling
test: Everything related to testing
docs: Everything related to documentation
refactor: Regular code refactoring and maintenance