From f397a8f8a2698f72d6058715cde81eccaecf5259 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Tue, 2 Jul 2024 07:36:16 -0400 Subject: [PATCH] Add OpenTTD to Games (#760) --- software/openttd.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/openttd.yml diff --git a/software/openttd.yml b/software/openttd.yml new file mode 100644 index 0000000000..9027c854d8 --- /dev/null +++ b/software/openttd.yml @@ -0,0 +1,12 @@ +name: "OpenTTD" +website_url: "https://www.openttd.org/" +source_code_url: "https://github.com/OpenTTD/OpenTTD" +description: "Open source transport tycoon simulation game." +licenses: + - GPL-2.0 +platforms: + - C++ + - Docker +tags: + - Games +related_software_url: "https://bananas.openttd.org/" \ No newline at end of file