Name | Modified | Size | Downloads / Week |
---|---|---|---|
DOWNLOAD ME_ALICE_PRESENTATION.zip | 2013-06-20 | 348.6 kB | |
goroda_eng_unix_ver_4.4.zip | 2013-06-20 | 33.1 kB | |
README.txt | 2013-06-20 | 1.4 kB | |
goroda_eng_unix_ver_4.2.1.0.zip | 2013-06-20 | 31.6 kB | |
Goroda_Win_ver_3.2.zip | 2013-06-19 | 30.7 kB | |
README_RUS.txt | 2013-06-19 | 1.5 kB | |
Totals: 6 Items | 446.8 kB | 0 |
============================================ GORODA the game https://sourceforge.net/projects/citiesgame/ Authors: Kolbe Alice, Polyaninov Daniil Moscow,2013 ============================================ The program utilizes a game of "City." The game is a console application in which the player competes against the computer in the knowledge of the names of cities. Players (user / computer) alternately typing city name according to the rules (the last letter of the last name must match the first letter of the next one, the latter considered prior letter, the words should not be repeated.) The loser is the player dangling chain of words. The screen displays a chain of words, the progress of the computer ("opponents"), prompts the user ("your turn"). To complete the game (if the user can not enter any city name), the user must enter the "ñäàþñü" ("give_up" in a version for Unix). During the game, the account is maintained. The longer the chain, the more expensive each subsequent word. After completing the game will show the total number of cities and the final score Used libraries at MS Windows version: stdio.h stdlib.h string.h locale.h windows.h ctype.h math.h Used libraries at Unix version: stdio.h stdlib.h string.h locale.h ctype.h math.h And user's libraries FileWorker.h and SupportFunk.h