Please sign in to access this page
A programming practice app/game with the focus on code reading.
The backend url is the same as the web address.
hellonearth311
Check their projects out: Copper Rails, Statz, WinStatz, PlasticTax, APODPaper, Recycle.AI, IPSeeYou, Echoes of the Void
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Been fighting every kind of deployment method, because I did not want to deal with https for now, and cors doesn't let me mix them. Anyway, in the end I just decided to implement html serving into the backend.
I have successfully finished the app with all of the originally planned features, I still have some time to spend with something, I might just write some documentation.
I have finally seen success, and was able to send and receive the lines properly, but it's jank af right now. Refactoring into separate components was a good idea for readability, but it posed it's own challenges. I am now working on getting the game launch as smooth as possible.
I have been fighting with sockets only to realize I haven't even reloaded the backend. Whatever... It's a bit difficult to write devlogs as the app needs to work to show off anything at all, and that has been a challenge. Anyway the coder side seems to be right, but the next devlog will definitely go into more detail.
I have been messing around with socketio in vue, and an express backend. Some (more than you think) of my time was spent using the wrong option in a function and not realizing pinia is not reactive.