From 34358412450eddf36268c189856ccbdc5e5b295b Mon Sep 17 00:00:00 2001 From: James <31216671+JamesC01@users.noreply.github.com> Date: Sun, 12 Dec 2021 20:40:05 +0000 Subject: [PATCH 1/5] Add dwarfcorp to open sourced games list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06971a8..f5f5a48 100644 --- a/README.md +++ b/README.md @@ -377,3 +377,4 @@ Feel free to add to this per PR. Thx. * [Infiniminer](https://github.com/craftworkgames/infiniminer) - A game Markus Persson regarded as inspiration when creating Minecraft. Only maintained for about a year, subsequently released under the MIT license. Craftworkgames exported it from google-code to GitHub. The original master-branch on GitHub is no longer maintained. * [Apolune](https://github.com/LAGameStudio/apolune) - A game and game framework packed into one, released by Lost Astronaut Studios +* [DwarfCorp](https://github.com/Blecki/dwarfcorp) - A procedurally generated 3d voxel-based colony-management game, similar to dwarf fortress. From 6d2d23f5839617b48ed458c27fdabb9538fb8f58 Mon Sep 17 00:00:00 2001 From: James <31216671+JamesC01@users.noreply.github.com> Date: Sun, 12 Dec 2021 20:58:00 +0000 Subject: [PATCH 2/5] Categorized open source games and added UltimaXNA Categorized the open source games by their programming language, and added UltimaXNA, a playable, but unfinished ultima online client, which is probably still valuable to read. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5f5a48..80196d0 100644 --- a/README.md +++ b/README.md @@ -375,6 +375,11 @@ You've got no sound yet? These sites contain, besides other stuff, free-for-comm Here is a list of completed open-sourced games. Feel free to add to this per PR. Thx. -* [Infiniminer](https://github.com/craftworkgames/infiniminer) - A game Markus Persson regarded as inspiration when creating Minecraft. Only maintained for about a year, subsequently released under the MIT license. Craftworkgames exported it from google-code to GitHub. The original master-branch on GitHub is no longer maintained. +### C# +* [Infiniminer](https://github.com/craftworkgames/infiniminer) (XNA) - A game Markus Persson regarded as inspiration when creating Minecraft. Only maintained for about a year, subsequently released under the MIT license. Craftworkgames exported it from google-code to GitHub. The original master-branch on GitHub is no longer maintained. +* [DwarfCorp](https://github.com/Blecki/dwarfcorp) (XNA) - A procedurally generated 3d voxel-based colony-management game, similar to dwarf fortress. +* [UltimaXNA](https://github.com/ZaneDubya/UltimaXNA) (XNA) - An Ultima-Online client using XNA. Unfinished, but probably still a valuable example. + +### C++ * [Apolune](https://github.com/LAGameStudio/apolune) - A game and game framework packed into one, released by Lost Astronaut Studios -* [DwarfCorp](https://github.com/Blecki/dwarfcorp) - A procedurally generated 3d voxel-based colony-management game, similar to dwarf fortress. + From 9e3df83236f66104bb797d001395cadd54103160 Mon Sep 17 00:00:00 2001 From: James <31216671+JamesC01@users.noreply.github.com> Date: Sun, 12 Dec 2021 21:02:24 +0000 Subject: [PATCH 3/5] Removed UltimaXNA as it's not complete I removed ultimaXNA after I noticed that the list is for "completed" games. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 80196d0..22085fc 100644 --- a/README.md +++ b/README.md @@ -378,7 +378,6 @@ Feel free to add to this per PR. Thx. ### C# * [Infiniminer](https://github.com/craftworkgames/infiniminer) (XNA) - A game Markus Persson regarded as inspiration when creating Minecraft. Only maintained for about a year, subsequently released under the MIT license. Craftworkgames exported it from google-code to GitHub. The original master-branch on GitHub is no longer maintained. * [DwarfCorp](https://github.com/Blecki/dwarfcorp) (XNA) - A procedurally generated 3d voxel-based colony-management game, similar to dwarf fortress. -* [UltimaXNA](https://github.com/ZaneDubya/UltimaXNA) (XNA) - An Ultima-Online client using XNA. Unfinished, but probably still a valuable example. ### C++ * [Apolune](https://github.com/LAGameStudio/apolune) - A game and game framework packed into one, released by Lost Astronaut Studios From 528af1f452b6ab439c477dc86a68453c8cac9471 Mon Sep 17 00:00:00 2001 From: James <31216671+JamesC01@users.noreply.github.com> Date: Sun, 12 Dec 2021 21:39:17 +0000 Subject: [PATCH 4/5] Added an "unfinished projects" section For unfinished projects that are still very interesting, promising, or potentially useful to learn form. Add OpenVIII-monogame to it. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22085fc..2f86f49 100644 --- a/README.md +++ b/README.md @@ -378,7 +378,12 @@ Feel free to add to this per PR. Thx. ### C# * [Infiniminer](https://github.com/craftworkgames/infiniminer) (XNA) - A game Markus Persson regarded as inspiration when creating Minecraft. Only maintained for about a year, subsequently released under the MIT license. Craftworkgames exported it from google-code to GitHub. The original master-branch on GitHub is no longer maintained. * [DwarfCorp](https://github.com/Blecki/dwarfcorp) (XNA) - A procedurally generated 3d voxel-based colony-management game, similar to dwarf fortress. +* [OpenRA](https://github.com/OpenRA/OpenRA) - A real-time strategy game engine for early Westwood games + +#### Unfinished projects +Here is a list of interesting, but unfinished open-source projects. + +* [OpenVIII-monogame](https://github.com/MaKiPL/OpenVIII-monogame) (MonoGame) - A reimplementation of the final fantasy VIII engine. ### C++ * [Apolune](https://github.com/LAGameStudio/apolune) - A game and game framework packed into one, released by Lost Astronaut Studios - From 3b4ce840c87e5552f12db2622b508a6a601863e8 Mon Sep 17 00:00:00 2001 From: James <31216671+JamesC01@users.noreply.github.com> Date: Sun, 12 Dec 2021 21:45:04 +0000 Subject: [PATCH 5/5] Removed "completed" from open source games list Since there's still a lot of valuable unfinished projects, I removed "completed" from the open sourced games list, and instead put "(unfinished)" at the end of projects that aren't finished. Sorry for all the pull requests. I keep making a decision, then realising a better way to organize it. --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2f86f49..fad18eb 100644 --- a/README.md +++ b/README.md @@ -372,18 +372,14 @@ You've got no sound yet? These sites contain, besides other stuff, free-for-comm * [**Kenney**](https://www.kenney.nl/assets?q=audio) Kenney, a game studio that creates a wide array of games and game assets for other developers to use (for free!). All assets are high quality 2D, 3D, UI and sound assets. ## Open Sourced Games -Here is a list of completed open-sourced games. +Here is a list of interesting open-sourced games. Feel free to add to this per PR. Thx. -### C# +#### C# * [Infiniminer](https://github.com/craftworkgames/infiniminer) (XNA) - A game Markus Persson regarded as inspiration when creating Minecraft. Only maintained for about a year, subsequently released under the MIT license. Craftworkgames exported it from google-code to GitHub. The original master-branch on GitHub is no longer maintained. * [DwarfCorp](https://github.com/Blecki/dwarfcorp) (XNA) - A procedurally generated 3d voxel-based colony-management game, similar to dwarf fortress. * [OpenRA](https://github.com/OpenRA/OpenRA) - A real-time strategy game engine for early Westwood games +* [OpenVIII-monogame](https://github.com/MaKiPL/OpenVIII-monogame) (MonoGame) - A reimplementation of the final fantasy VIII engine. (Unfinished) -#### Unfinished projects -Here is a list of interesting, but unfinished open-source projects. - -* [OpenVIII-monogame](https://github.com/MaKiPL/OpenVIII-monogame) (MonoGame) - A reimplementation of the final fantasy VIII engine. - -### C++ +#### C++ * [Apolune](https://github.com/LAGameStudio/apolune) - A game and game framework packed into one, released by Lost Astronaut Studios