From 9e09bb3a9eadbc666824b07541cf987bed47818a Mon Sep 17 00:00:00 2001 From: Master_Laplace <60772783+MasterLaplace@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:20:40 -0500 Subject: [PATCH] chore: add SpaceWar game in Games list --- SpaceWar.1.0.0.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 SpaceWar.1.0.0.json diff --git a/SpaceWar.1.0.0.json b/SpaceWar.1.0.0.json new file mode 100644 index 0000000..70b5858 --- /dev/null +++ b/SpaceWar.1.0.0.json @@ -0,0 +1,12 @@ +{ + "title": "SpaceWar", + "version": "1.0.0", + "url": "https://github.com/MasterLaplace/IFT2103A24_TP2_Equipe21", + "description": "SpaceWar is a 2D space shooter game where you control a spaceship and fight against enemy spaceships.", + "license": "MIT", + "authors": [ + { + "name": "MasterLaplace" + } + ] +}