A Python implementation of the "Chemist" game, originally created by Wayne Teeter of Ridgecrest, California. Ported to Python by Philipp H. Rubner.
Welcome to the Chemist game! This project is a Python adaptation of the classic "Chemist" game, originally conceived by Wayne Teeter. The goal of the game is to successfully dilute a fictional chemical called "Kryptocyanic Acid" by adding the right amount of water. The game provides an engaging challenge that requires players to calculate and input the correct proportions of water to avoid disastrous consequences.
- Clone or download this repository to your local machine.
- Make sure you have Python installed (Python 3.x recommended).
- Run the
chemist_game.pyscript using your Python interpreter. - Follow the instructions on the screen to enter the amount of water to dilute the acid.
- Be careful! Incorrect dilution can lead to undesirable outcomes.
- Original game: Wayne Teeter
- Python adaptation: Philipp H. Rubner
I would like to express my gratitude to Wayne Teeter for creating the original "Chemist" game that served as the inspiration for this project. This Python adaptation aims to bring the enjoyment of the game to a new generation of players while paying tribute to its creative origins.
If you're interested in contributing to this project, feel free to submit pull requests or open issues. We welcome contributions that improve the game's functionality, add new features, or enhance the user experience.
This project is licensed under the MIT License.