https://github.com/somethingdevs/secure-mini-mono
A rapid version of monopoly game with secure coding practices developed for the course ISA/SWE - 681 by David A. Wheeler
https://github.com/somethingdevs/secure-mini-mono
Last synced: 11 months ago
JSON representation
A rapid version of monopoly game with secure coding practices developed for the course ISA/SWE - 681 by David A. Wheeler
- Host: GitHub
- URL: https://github.com/somethingdevs/secure-mini-mono
- Owner: somethingdevs
- Created: 2023-04-03T21:37:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-14T02:26:18.000Z (about 3 years ago)
- Last Synced: 2025-03-17T14:25:34.315Z (over 1 year ago)
- Language: Python
- Size: 253 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Secure-Mini-Mono
A rapid version of monopoly game with secure coding practices developed for the course ISA/SWE - 681 by David A. Wheeler
## Game rules
Classic game of monopoly with reduced properties and special tiles.
### Win condition
- Elapsed rounds = 15
- Everyone goes bankrupt
## Contributing
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
```