Searched refs:game (Results 1 – 25 of 193) sorted by relevance
12345678
54 def __init__(self, game): argument55 self.game = game58 if self.game.state not in [Nim.CREATED, Nim.OVER]:63 self.game.view.setup()64 self.game.state = Nim.RUNNING69 self.game.view.notify_move(row, col, maxspalte, self.player)71 self.game.state = Nim.OVER73 self.game.view.notify_over()90 def __init__(self, row, col, game): argument94 self.game = game[all …]
27 std::unique_ptr<Game> game; variable39 game = std::make_unique<Game>(*assetManager); in Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1onStart()40 game->start(); in Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1onStart()46 game->onSurfaceCreated(); in Java_com_google_oboe_samples_rhythmgame_RendererWrapper_native_1onSurfaceCreated()54 game->onSurfaceChanged(width, height); in Java_com_google_oboe_samples_rhythmgame_RendererWrapper_native_1onSurfaceChanged()60 game->tick(); in Java_com_google_oboe_samples_rhythmgame_RendererWrapper_native_1onDrawFrame()70 game->tap(time_since_boot_ms); in Java_com_google_oboe_samples_rhythmgame_GameSurfaceView_native_1onTouchInput()76 game->onSurfaceDestroyed(); in Java_com_google_oboe_samples_rhythmgame_GameSurfaceView_native_1surfaceDestroyed__()82 game->stop(); in Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1onStop()
12 [Mapping analog-game]13 description-key = gaming-headset-game16 paths-output = steelseries-arctis-output-game-common19 [Profile output:analog-chat+output:analog-game+input:analog-chat]20 output-mappings = analog-chat analog-game
49 [Mapping stereo-game]50 description-key = gaming-headset-game56 [Profile output:mono-chat+output:stereo-game+input:mono-chat]57 output-mappings = mono-chat stereo-game61 [Profile output:stereo-game+output:stereo-chat+input:mono-chat]62 output-mappings = stereo-game stereo-chat
4 This sample demonstrates how to build a simple musical game. The objective of the game is to clap i…6 For a step-by-step guide on how this game works and how to build it check out this codelab: [Build …11 …ey area after hearing the claps. The UI will change color to indicate the game state. The colors a…18 - Red: There was a problem loading the game (check logcat output)26 The game plays the clap sounds on the first 3 beats of the bar. These are played in time with the b…28 …When the user taps on the screen, a clap sound is played and the game checks whether the tap occur…82 In order to reduce APK size this game uses MP3 files for its audio assets. These are extracted on g…84 By default the game uses `NDKExtractor` for asset extraction and decoding. Under the hood this uses…
41 game: 20, property114 game: 20, property147 game: 20, property289 game: 20, property322 game: 20, property355 game: 20, property
27 …ok. For freezes, it may be useful to provide a screenshot of the affected game scene. Prefer scree…29 ### Log files (for system lockups / game freezes / crashes)37 …the issue? When reporting a game issue, start explaining from a fresh save file and don't assume p…41 1. `Start new game and enter second mission (takes about 10 minutes)`
32 variable to the approximate release year of the game. This will cause36 For example, if the game was released in 2001, do42 before running the game.
12 ever needed, and these fixes won't make it to a game shipping its own SDL.17 - If you don't ship an SDL2 with the game in some form, people that disabled the18 Steam Runtime, or just tried to run the game from the command line instead of 19 Steam might find themselves unable to run the game, due to a missing dependency.30 swapping in a newer SDL to an older game often times can save the day. 67 And now, this game that is staticallly linked to SDL, can still be overridden 76 - Developers can ship an SDL with their game, Valve can override it for, say, 81 - End users (and Valve) can update a game's SDL in almost any case,
2 // defines. Since the web doesn't have game controller buttons defined in the3 // same way, these map USB HID codes for game controller buttons to7 // doesn't define game controller buttons in this way. It defines only two
64 The job or task based game engines that are being developed to take67 However, most game engines are already built to "`stream`" in assets68 dynamically as the user plays the game.
62 The job or task based game engines that are being developed to take65 However, most game engines are already built to "`stream`" in assets66 dynamically as the user plays the game.
26 Traditional game and real-time animation applications need to correctly
34 --type game-loop \
5 This example shows how to integrate Dear ImGui with Metal. It is based on the "cross-platform" game…
16 ; Steelseries Arctis 5 USB headset stereo game path. The headset has two
424 if (info->game && *info->game) in gme_setup()425 gst_tag_list_add (taglist, GST_TAG_MERGE_REPLACE, GST_TAG_ALBUM, info->game, in gme_setup()
8 Once Dear ImGui is running (in either examples or your own application/game/engine),
7 life.py Curses programming: Simple game-of-life.
132 FFmpeg can make use of the Game Music Emu library to read audio from supported video game134 enable it. See @url{https://bitbucket.org/mpyne/game-music-emu/overview}.375 @tab Multimedia format used in game Heart Of Darkness.396 @tab Multimedia format used by the Creature Shock game.411 @tab Used in the game Flash Traffic: City of Angels.430 @tab Used in the game Cyberia from Interplay.450 @tab This format is used in Chronomaster game456 game and different game cutscenes repacked for use with ScummVM.665 @tab Used in certain Loki game ports.683 @tab Tiertex .seq files used in the DOS CD-ROM version of the game Flashback.[all …]
34 - \[RADV][BISECTED\] The Surge 2 (644830) - In-game assets do not render correctly since 20.3.4.36 - Rage 2: Visual corruption on in-game menu with ACO.59 - \[RADV][ACO\] Overwatch game crash: amd/compiler/aco_insert_exec_mask.cpp: Failed Assertion
21 …le timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
140 * Added support for MFi game controllers171 * Added an API to load a database of game controller mappings from a file:173 * Added game controller mappings for the PS4 and OUYA controllers185 * Added controllermap test program to visually map a game controller