+ 3
What text games for command line do you know? Give a Link for rules, pliz. Какие текстовые игры для командной строки вы знаете?
I know an excellent game "bulls and cows" (details in wikipedia https://en.m.wikipedia.org/wiki/Bulls_and_Cows). What can you recommend for beginner's in non-visual programming? Thanx for your advise.
5 Answers
+ 5
I know a two-player game "Pulling the rope". You set the cursor to half the screen. Player 1 gets the SPACE, Player 2 gets the BACKSPACE. Go! Whoever gets to its screen edge, wins ;)
+ 4
You mean, like, a hangman or something? Because we have some of those here...
+ 3
My game is done... Dont work at sandbox, but it works well at Python IDE...
https://code.sololearn.com/c6QW7FY0a7DC/?ref=app
+ 1
Kuba, thanks a lot, but game must be only for command line. For example, PC outputs: "guess word of 6 letters that means an animal and programming language in 3 moves". You write at next line word "pythom" and PC outputs next text line: "you're almost write: 5/6". " you have 2 moves"
+ 1
Kuba, your Hangman is good example! Link here: http://playhangmangames.com
I can even adopt it in small algorythm when user guessing the word. More harder seems to me PC-guessing... )))