Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ClubOthelloActivity.py
diff options
context:
space:
mode:
authorJorge Saldivar <jorge@jorge-laptop.(none)>2010-03-28 03:12:31 (GMT)
committer Jorge Saldivar <jorge@jorge-laptop.(none)>2010-03-28 03:12:31 (GMT)
commit21b6968e6f9900dfedcb313ae9a6dea45aa231fa (patch)
tree1179a87e7f6128bd775a70156e1f3fb3805c5b01 /ClubOthelloActivity.py
Commit inicial
Diffstat (limited to 'ClubOthelloActivity.py')
-rwxr-xr-xClubOthelloActivity.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/ClubOthelloActivity.py b/ClubOthelloActivity.py
new file mode 100755
index 0000000..0bd3ac2
--- /dev/null
+++ b/ClubOthelloActivity.py
@@ -0,0 +1,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"
+