8000 GitHub - Azat-Bilalov/BullsAndCows: console game
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Azat-Bilalov/BullsAndCows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bulls and Cows

Description

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

How to start

Download for Windows

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

Download for Linux

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

Download for Termux

Execute commands in console:

pkg install git
git clone https://github.com/Azat-Bilalov/BullsAndCows
pkg install python
pip install -r requirements.txt

Game launch

Excute command in cmd or terminal:

python bulls_and_cows.py

Future

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

Author

RedSenior (Azat Bilalov); 0.5 version

About

console game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0