Skip to content

A simple atlas game in python for two players. One human and one computer

Notifications You must be signed in to change notification settings

suhridmulay/python_atlas_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Atlas Game

Atlas is a game which can be played by any number of players but here is a simple version of the game played by two players the user and the computer.

How the game works

The player starts by naming a country. Lets say you started with Singapore. The computer now has to name a country that begins with 'E' i.e. the last letter of the country you named. Now say the computer replies Ethiopia you (a.k.a. the user have to reply a country whose names begins with the last letter of Ethiopia i.e. 'A'. And so on and so forth the game continues until either the computer or the human rus out of names and loses

Whats in this project

This project has a full implementation of the game for the two players nothing more and nothing less.

What remains to be done

A full list of actual country names are yet to be put in as a list and used and the code is to be changed suitably

Credits

Using the list of countries obtained from https://gist.github.com/kalinchernev/486393efcca01623b18d

About

A simple atlas game in python for two players. One human and one computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages