Home
last modified time | relevance | path

Searched defs:game (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Demo/turtle/
Dtdemo_nim.py54 def __init__(self, game): argument
90 def __init__(self, row, col, game): argument
117 def __init__(self, game): argument
187 def __init__(self, game): argument
/external/python/cpython3/Lib/turtledemo/
Dnim.py54 def __init__(self, game): argument
90 def __init__(self, row, col, game): argument
117 def __init__(self, game): argument
186 def __init__(self, game): argument
/external/python/cpython2/Demo/tkinter/matt/
Dpong-demo-1.py52 game = Pong() variable
/external/oboe/samples/RhythmGame/src/main/cpp/
Dnative-lib.cpp27 std::unique_ptr<Game> game; variable
/external/replicaisland/src/com/replica/replicaisland/
DGameRenderer.java64 public GameRenderer(Context context, Game game, int gameWidth, int gameHeight) { in GameRenderer()
/external/python/cpython2/Demo/tkinter/guido/
Dsolitaire.py264 def __init__(self, x, y, game=None): argument