# NumberGuess **Repository Path**: AllanChain/NumberGuess ## Basic Information - **Project Name**: NumberGuess - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # num_guess.py A number guessing game. ##Rule - When a single number is in the randomly generated number called `cnum`, but isn't in the right place, it add up as B. - If is in the right place, they add up as A. - Your goal is to reach 4A0B, which means you get the totally correct number. - Example - The number generated is 3957 - You guessed 1367 - Since both number 3 and 7 is in 3957, and 3 is not in the right place, the result given is 1A1B ## AI As for the AI, currently I only completed algorithm to guess the numbers in the cnum. Order computing in progress.