Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CODEBREAKER game
#1
This Python implementation of the game known as UNCLE BERNIE'S CODEBREAKER GAME was written to emulate the original game as closely as possible.

The algorithms that I have created were inspired by Bernie and his explanation of how the original game was coded, for which Bernie has my deepest thanks.

Visit https://www.applefritter.com/content/unc...me-apple-1 to read a very detailed account of the original game, by the game author, as well as hints and tips about how to play the game and some screen shots of the game in progress.

There, you will also be able to d/load the Codebreaker game manual (PDF format) as well as source code files that should run on the the Apple-1 and Apple II computers, should you wish to do so.

I have written this Python implementation for those that simply want to play the game without having to run the original binary.

Python dependencies have been kept to a minimum, but in order to have a more authentic experience, I have used the Terminal class object from the blessed library.

For more information on that, please see these links:

https://pypi.org/project/blessed/

https://blessed.readthedocs.io/en/latest/terminal.html

The code is hosted on GitHub
Sig:
>>> import this

The UNIX philosophy: "Do one thing, and do it well."

"The danger of computers becoming like humans is not as great as the danger of humans becoming like computers." :~ Konrad Zuse

"Everything should be made as simple as possible, but not simpler." :~ Albert Einstein
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  codebreaker exercise visualsteps ivobrugman 4 3,967 Aug-11-2019, 07:14 PM
Last Post: ivobrugman

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020