projects
/
naja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da7b5b8
)
Add game scene.
author
Simon Cross
<hodgestar@gmail.com>
Sun, 11 May 2014 15:43:13 +0000
(17:43 +0200)
committer
Simon Cross
<hodgestar@gmail.com>
Sun, 11 May 2014 15:43:13 +0000
(17:43 +0200)
naja/scenes/game.py
[new file with mode: 0644]
patch
|
blob
diff --git a/naja/scenes/game.py
b/naja/scenes/game.py
new file mode 100644
(file)
index 0000000..
16be11e
--- /dev/null
+++ b/
naja/scenes/game.py
@@ -0,0
+1,11
@@
+"""
+Gameboard scene.
+"""
+
+from .scene import Scene
+
+
+class GameScene(Scene):
+ """
+ Gameboard scene.
+ """