-
Updated
Oct 21, 2020 - C++
game-development
Here are 8,360 public repositories matching this topic...
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Oct 3, 2020
-
Updated
Oct 20, 2020 - TypeScript
-
Updated
Sep 17, 2020 - C++
-
Updated
Oct 19, 2020
To quote eishiya from the Tiled forum:
When highlighting a layer, have an option for a light colour as the fade colour. The dark default doesn’t work well with dark tiles, as they blend in.
Could probably be added alongside the grid color configuration.
-
Updated
Oct 20, 2020 - C++
-
Updated
Oct 3, 2020 - C++
-
Updated
Oct 19, 2020 - C++
-
Updated
Jul 25, 2020 - Python
-
Updated
Oct 19, 2020 - C++
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Oct 20, 2020
-
Updated
Oct 16, 2020 - C++
-
Updated
Sep 25, 2020 - C#
-
Updated
Oct 20, 2020 - C++
-
Updated
Oct 11, 2020
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Oct 20, 2020 - C#
-
Updated
Oct 16, 2020 - Haskell
-
Updated
Oct 20, 2020 - Go
You mistakenly write the explanation of Alpha().IsPlayerConnected(playerID) to Alpha().GetPlayerCount() explanation :
Alpha().GetPlayerCount()
This function returns if the playerID is currently connected to the GameServer. This is always accurate from what has been set through this SDK, even if the value has yet to be updated on the GameServer status resource.
Alpha().IsPlayerConnected(pl
-
Updated
Oct 20, 2020 - C++
-
Updated
Jul 15, 2020 - C++
-
Updated
Oct 14, 2020
-
Updated
Sep 25, 2020 - CMake
Improve this page
Add a description, image, and links to the game-development topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the game-development topic, visit your repo's landing page and select "manage topics."



Required skills: Python
Difficulty: Easy
openage currently stores information about a game edition or expansion inside an
Enum, e.g. media paths, support status, etc. We should store this information in an auxiliary file instead, similar to #1312. That would make updating and correcting game information easier as we no longer have to replace chunks of code.The recommended appro