projects
projects copied to clipboard
Add Mastermind project (#17)
Closes issue #17
- [x] My project tutorial topic has already been aproved by the Codédex team
- [x] My project tutorial file renders properly in
mdx
- [x] The content written is my own, and not plagiarized from other sources
- [x] All code written is commented or documented thoroughly
- [x] I have already completed a self-review of the project tutorial
- [x] I will comply with changes from the Codédex team about my project tutorial
Thanks a lot! I updated the project with your suggestions, found and fixed a few typos that I previously missed and ended up changing the name of the project according to the new title. Let me know if I should change anything else. @sonnynomnom
Alright, I just shared with the team this project, we all freaking love it and suuuper excited about releasing it. 🙌 So great job once again on the draft.
One thing though: We are wondering, do you think the modern black and white terminal version is better or a color version is better, in your opinion?
Our engineer brought up that we could use color in the terminal with something similar to colorama.
But I just don't know if it's too late or not and if it's worth it.
My guts is telling me though: If you think adding color will make the project 2x better, then I think we should do it!
@3t8
Thanks for the quick update! As I mentioned in the project, representing colors can be a bit tricky.
I'm guessing with something like colorama you could use ANSI color codes on windows too, but I'm not sure that would cover web-based python interpreters.
If you think a more classical version of the game with colors instead of numbers would be better, I have no problem implementing that
@sonnynomnom
Hi @3t8! Dharma just reviewed it one last time, can you take a look?
Also, after further thinking and research, let's do the colors!!! Just because colors is SUCH a big part of Mastermind
Let's usecolorama
, termcolor
, or something else of your choice. Just because we should expect the user to use VS Code or Repl.it to finish this!
Let me know when you finish these and we can merge it! @3t8
take a look at this for inspiration:
it doesn't have to be this crazy of course, but colors do add a layer of fun i think
Hey @3t8, how's progress on the changes? Please let us know if you need any help!