davedotluebke / old-skool-text-game

Coding project used to learn Python
5 stars 4 forks source link

Implemented a better webclient #200

Closed 1Bayshore closed 9 months ago

1Bayshore commented 9 months ago

In this branch I have implemented a better webclient. This webclient should improve the user experience, while changing nothing about the backend system. It includes a clearer menu, a new and improved editor, and requires users to consent to the usage of a cookie on the website. If the webclient is found to be an improvement, it should be merged into the master branch, the stable branch, and uploaded to firefile.us (which currently is a manual process).

davedotluebke commented 9 months ago

this looks fantastic, great work!

1Bayshore commented 9 months ago

Okay, but we still need to update firefile.us to have the new webclient, it doesn't update automatically (at least not yet). I can't do this because it's on @davedotluebke's account. Maybe we should consider setting up a Github action to do this for us, but in the meantime it would be great to get the new client up and working.