game-development
Here are 581 public repositories matching this topic...
-
Updated
Jul 25, 2020 - Python
-
Updated
Oct 2, 2020 - Python
Is your feature request related to a problem? Please describe.
When editing an attribute using set/edit, if the attribute in question is unset or otherwise None, the string "None" is prepended to the buffer.
----------Line Editor [object/name]-----------------------------------------
01| None
----------[l:01 w:001 c:0004]------------(:h for help)------------------------
-
Updated
Jun 26, 2020 - Python
-
Updated
Sep 29, 2020 - Python
-
Updated
Jul 26, 2019 - Python
-
Updated
Oct 19, 2020 - Python
-
Updated
Jun 14, 2020 - Python
-
Updated
Jun 19, 2017 - Python
-
Updated
Oct 8, 2020 - Python
-
Updated
May 11, 2020 - Python
-
Updated
Dec 5, 2018 - Python
-
Updated
Oct 19, 2020 - Python
-
Updated
Apr 17, 2017 - Python
-
Updated
Sep 19, 2019 - Python
-
Updated
Aug 3, 2020 - Python
-
Updated
Jul 12, 2016 - Python
-
Updated
Apr 15, 2020 - Python
-
Updated
Nov 26, 2016 - Python
-
Updated
Oct 17, 2019 - Python
-
Updated
Jul 17, 2017 - Python
-
Updated
May 2, 2019 - Python
-
Updated
Apr 8, 2020 - Python
-
Updated
Mar 6, 2018 - Python
-
Updated
Oct 20, 2020 - Python
-
Updated
Sep 14, 2020 - Python
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 10, 2020 - Python
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