The Wayback Machine - https://web.archive.org/web/20201025184451/https://github.com/topics/game-development
Skip to content
#

game-development

Here are 8,398 public repositories matching this topic...

heinezen
heinezen commented Sep 8, 2020

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

agones
Natanil
Natanil commented Oct 20, 2020

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

Terasology
keturn
keturn commented Oct 19, 2020

Someone new to the project was trying to build it from source and they got the Compiling with a JDK not 8 nor 11 warning, as seen in this log: https://pastebin.com/na70rGh4

but when they do java -version at the command line, it reports OpenJDK 11.0.8, which is a JDK 11.

That warning could help by printing more details about which JDK gradle is running under, as it may be using some con

Improve this page

Add a description, image, and links to the game-development topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.