32 ms·
This is really fun, good work Philip! I haven't seen this puzzle game before, I had to read into it a bit (and had to actually cheat a bit, via solve_puzzles.p
by git-pull 7y ago
This is really fun, good work Philip!
I haven't seen this puzzle game before, I had to read into it a bit (and had to actually cheat a bit, via solve_puzzles.py.)
Works fine out of the box with python 3, no extra libraries required.
This is good enough to submit to PyPI. Seems like a nice terminal game. Something to play in a tmux pane while tests are running or while waking up with a coffee.
Also I looked at the code, it looks fine.
I saw the multiprocessing in generate_puzzles. Wow. I don't even know what Thread.starmap does. This works nicely.
Keep it up!
- philshem 7y agoThanks for the feedback! I’m eager to make my first PyPi package but will probably do my open-mastermind project first, since it’s a simpler codebase https://github.com/philshem/open-mastermind https://github.com/philshem/open-mastermind