Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ClubOthelloActivity.py
blob: 0bd3ac24c11efb6c8a9f57750eac97212674123e (plain)
1
2
3
4
5
6
7
8
9
10
11
from olpcgames import activity
from gettext import gettext as _
import os, logging

class ClubOthelloActivity(activity.PyGameActivity):
    """Club de Othello"""

    game_title = _('Club de Othello XO')
    game_size = None
    game_name = "run"