Home
last modified time | relevance | path

Searched refs:game (Results 1 – 25 of 93) sorted by relevance

1234

/external/python/cpython3/Lib/turtledemo/
Dnim.py54 def __init__(self, game): argument
55 self.game = game
58 if self.game.state not in [Nim.CREATED, Nim.OVER]:
63 self.game.view.setup()
64 self.game.state = Nim.RUNNING
69 self.game.view.notify_move(row, col, maxspalte, self.player)
71 self.game.state = Nim.OVER
73 self.game.view.notify_over()
90 def __init__(self, row, col, game): argument
94 self.game = game
[all …]
/external/python/cpython2/Demo/turtle/
Dtdemo_nim.py54 def __init__(self, game): argument
55 self.game = game
58 if self.game.state not in [Nim.CREATED, Nim.OVER]:
63 self.game.view.setup()
64 self.game.state = Nim.RUNNING
69 self.game.view.notify_move(row, col, maxspalte, self.player)
71 self.game.state = Nim.OVER
73 self.game.view.notify_over()
90 def __init__(self, row, col, game): argument
94 self.game = game
[all …]
/external/replicaisland/
DREADME.TXT2 A side scrolling video game for Android.
10 … dangerous mission to find a mysterious power source. This is a complete game: all art, dialog, l…
14 …indow, and main game. Most of the code in this project is related to src/com/replicaisland/AndouK…
16 The game loop itself is structured as follows:
18 …ouKun.java spins up the game, handles input events, deals with pausing and resuming, and also mana…
20 …etween AndouKun.java and the game loop itself. This class bootstraps the game, passes events thro…
22 …d.java is the actual game loop. It's main utility is to manage the main loop (MainLoop.java), whi…
24game graph that describes the Replica Island runtime. Anything managed by MainLoop will be polled…
26 …ring step. Rendering does not occur in the game thread. Instead, render commands are queued up b…
36 res/xml/leveltree.xml: This file describes the non-linear level progression through the game. It i…
[all …]
/external/python/cpython2/Demo/tkinter/guido/
Dsolitaire.py264 def __init__(self, x, y, game=None): argument
275 self.game = game
277 self.group = Group(self.game.canvas)
354 tags = self.game.canvas.gettags('current')
403 bottom = Rectangle(self.game.canvas,
412 self.add(Card(suit, value, self.game.canvas))
422 opendeck = self.game.opendeck
432 self.game.opendeck.add(card)
454 stack = self.game.closeststack(card)
461 self.game.wincheck()
[all …]
/external/python/cpython2/Demo/tkinter/matt/
Dpong-demo-1.py52 game = Pong() variable
54 game.mainloop()
/external/autotest/client/site_tests/policy_AllowDinosaurEasterEgg/
Dcontrol.allow14 Verify the 'AllowDinosaurEasterEgg' policy will enable the Dino game inside
Dcontrol.not_set14 Verify Setting 'AllowDinosaurEasterEgg' to false will disable the dino game
Dcontrol.disallow14 Verify Setting 'AllowDinosaurEasterEgg' to false will disable the dino game
/external/replicaisland/src/com/replica/replicaisland/
DGameRenderer.java64 public GameRenderer(Context context, Game game, int gameWidth, int gameHeight) { in GameRenderer() argument
66 mGame = game; in GameRenderer()
/external/python/cpython2/Demo/curses/
DREADME24 life.py -- Simple game of Life
/external/python/cpython3/Tools/demo/
DREADME7 life.py Curses programming: Simple game-of-life.
/external/flatbuffers/CMake/
DPackageDebian.cmake10 …th support for Java, C# and Go. It was created at Google specifically for game development and oth…
/external/cldr/common/properties/
Dlabels.txt111 [♟♠♣♥♦������-������] ; Activities ; game
112 [��������] ; Activities ; game
/external/selinux/python/sepolicy/sepolicy/help/
Dlockdown_ptrace.txt6 …xamine the memory of any other process run by them. Meaning the computer game you are running on …
/external/flatbuffers/docs/source/
DFlatBuffers.md8 It was originally created at Google for game development and other
88 - [Cocos2d-x](http://www.cocos2d-x.org/), the #1 open source mobile game
90 … [game data](http://www.cocos2d-x.org/reference/native-cpp/V3.5/d7/d2d/namespaceflatbuffers.html).
DSupport.md13 target was high performance game development. It thus has the richest
DBenchmarks.md22 meant to be representative of game data, e.g. a scene format.
/external/libopus/
DREADME6 Voice over IP, videoconferencing, in-game chat, and even remote live music
11 for non-realtime stored-file applications such as music distribution, game
/external/python/cpython3/Tools/scripts/
Ddutree.doc21 (gasp) because I didn't want to deal with a game matrix with six links per node.
/external/python/cpython2/Tools/scripts/
Ddutree.doc21 (gasp) because I didn't want to deal with a game matrix with six links per node.
/external/python/cpython2/Doc/faq/
Dinstalled.rst29 solitaire game that includes over 1000 different games and variations.
/external/llvm/test/Transforms/ConstantHoisting/ARM/
Dbad-cases.ll5 ; prologue/epilogue. Elsewhere they're fair game though.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ConstantHoisting/ARM/
Dbad-cases.ll5 ; prologue/epilogue. Elsewhere they're fair game though.
/external/libxml2/result/HTML/
Ddoc3.htm.err5 href="http://ads.gamesquad.net/addclick.exe/adclick.cgi?REGION=game|tech|ent&id
/external/universal-tween-engine/
DREADME.md96 …be any object allocation during runtime! You can safely use it in Android game development without…

1234