summaryrefslogtreecommitdiffhomepage
path: root/src/md/apps_gameholster.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/md/apps_gameholster.md')
-rw-r--r--src/md/apps_gameholster.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/md/apps_gameholster.md b/src/md/apps_gameholster.md
index bc11f88..b1bb5ad 100644
--- a/src/md/apps_gameholster.md
+++ b/src/md/apps_gameholster.md
@@ -1,5 +1,7 @@
-# Game Holster
+# [Game Holster](https://github.com/realtradam/gameHolster)
-this is a work in progress thingie
+Game holster is a web game hosting site where you can upload and play games like the good old days of flash game websites in the mid 2000s!
-put more yap here
+The backend has the MVP complete which includes uploading and serving games, as well as having accounts which can be created by logging in through GitHub OAuth.
+
+The frontend is currently a work in progress. It is shared right now with this portfolio website. This means that to upload a game you would need to log in using the top left GitHub login, however it is currently set up to only allow myself to upload for the time being as I continue development. All the games shown here on this website were uploaded to and are being served through the Game Holster API, showing that it works as a proof of concept. It is able to serve web games exported from major game engines such as Unity and Godot as well as Raylib and a custom game engine I have made myself.