Python programming. Advanced

e-Learning group/community All Groups

View all challenges in the group Python programming. Advanced

Group challenge - The base project - Tic-tac-toe

Completed: 0 (%0), Skipped: 0 (%0)
0
0

We need an example to learn different Python methods and technologies on it.

The good example is the game "Tic-tac-toe".

So the next task (challenge) is to create this game with Python.

Requirements are simple:

  • User interface doesn't matter, best is to use the command line interface
  • the game must support 2 modes - "human vs human" and "human vs computer" 

No any other requirements. Just do the working progmar and publish it in the report.

Use the http://pastebin.com/ service to publish your code, add a link in the report.

In next challenges we will improve our realisations of this game, will do different GUIs , APIs, Client-Server realisations etc.

For now just do the simplest implementation.