summaryrefslogtreecommitdiffhomepage
path: root/src/md/apps_gameholster.md
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-06-23 00:25:05 -0400
committerrealtradam <[email protected]>2024-06-23 00:25:05 -0400
commitc20a52e417ad3103c8aa1219c9b12f0fbbb9216a (patch)
treec1fd88b32caa4a35804870a3c17762785f200f73 /src/md/apps_gameholster.md
parent913b24c0c298ac48866167b18fc36fb542ab8910 (diff)
downloadmalcz.com-main.tar.gz
malcz.com-main.zip
update contentHEADmain
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.