-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oligopoly #72
Oligopoly #72
Conversation
Howdy! Thanks for the interest in contributing. :) I'll review this pull request as soon as I can. I can add in the code to make the game playable in the website and the readme updates, so don't worry about adding those. |
minor style changes
I made some changes to the code:
I feel like a "Weight" of 3 on the main readme would probably be appropriate for this game, but feel free to sugguest a different weight. The weight rating is pretty arbitrary; just something to encourage new developers to start at the top of the list. Hopefully the reason why I made each change is clear, but if you have any question or disagree with any of my changes feel free to ask or give me feedback. :) I still need to make some additional changes before the code is ready to pull in. |
Thank you for improving my code and thanks for helping me make my first contribution! I think that I will try to implement some of your changes myself in my repository. About the link to my profile, yes this is my mistake, I did not notice that I did not delete it. Thanks for fixing it! Yes, I think 3 is the appropriate value for "Weight" for this project. Thanks again! Frames around letters look cool btw :) |
I made some additional changes. Sorry I didn't follow great coding practices and ended up bundling them into one large commit, but here are some comments:
As before, feel free to provide feedback if you disagree with any of the changes I made, but I felt like each one was an improvement. |
I believe this pull request is ready to merge in. :) The links in the readme files will work once the code is merged in. @Fuinny, since I made quite a few changes, do you have any comments/changes you want to make before I merge in this pull request? Keep in mind if there are any bug fixes or changes that need be made in the future you can always open a new pull request with the updates. |
I think that your changes will make the game more interesting for the players. Yes, you can merge this pull request and I hope that this game will be an interesting addition to the repository. Thank you for your time and interest in my game! 👍 |
Thanks for the awesome contribution and congrats on your first merged pull request! 🎉 Your game is now playable in the website (for which the current link is https://dotnet.github.io/dotnet-console-games/Oligopoly). :) It can take a while for GitHub to update the list of contributors on the repository, but you should be listed as a contributor once it updates. |
Oligopoly
Hello! I made my own game called Oligopoly. This is a CLI simulator of the stock market of companies. I've only added the game files so far. I will be glad to receive any feedback! Thank you for your time!