Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miryasha/simple_cli_python_game
https://github.com/miryasha/simple_cli_python_game
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/miryasha/simple_cli_python_game
- Owner: miryasha
- Created: 2021-02-09T16:22:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T14:06:08.000Z (over 3 years ago)
- Last Synced: 2023-07-19T20:33:28.056Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
###########################
## Simple Game ###
### --- CODEBREAKER --- ###
## --Nope--Close--Match--##
############################ 1. The computer will think of 3 digit number that has no repeating digits.
# 2. You will then guess a 3 digit number
# 3. The computer will then give back clues, the possible clues are:
#
# Close: You've guessed a correct number but in the wrong position
# Match: You've guessed a correct number in the correct position
# Nope: You haven't guess any of the numbers correctly
#
# 4. Based on these clues you will guess again until you break the code with a
# perfect match, the game will report "CODE CRACKED"!# There are a few things you will have to discover for yourself for this game!