Bulls and cows is a console version of a popular game where a player seeks to guess a conceived number in in fewer steps. The game is presented in two variations:
- Single play: the computer makes up the number, and the player guesses
- Playing with a friend: both players make up numbers and guess them from each other
Also in "Bulls and Cows" there is a table of records and a choice of 6 languages:
- English
- German
- Polish
- Romanian
- Russian
- French
Download from https://github.com/Azat-Bilalov/BullsAndCows zip file and unzip:
- click on the Code button
- in the pop-up window click on Download ZIP
- unzip to working directory
- download from https://www.python.org/downloads and install python
Execute commands in console:
sudo apt install git
git clone https://github.com/Azat-Bilalov/BullsAndCows
sudo apt install python
pip install -r requirements.txt
Execute commands in console:
pkg install git
git clone https://github.com/Azat-Bilalov/BullsAndCows
pkg install python
pip install -r requirements.txt
Excute command in cmd or terminal:
python bulls_and_cows.py
It is planned to add to the game:
- ability to play over the network (local and global) with other players
- AI built on backpropagation neural network
RedSenior (Azat Bilalov); 0.5 version