Pretty cool thing I did with my game. It was getting expensive to add levels and make changes through replit so I created an admin panel that allows me to make most the changes I need in game without using replits super expensive services
3 Likes
Clever! Nice work.
1 Like
Thanks!!
Yes, it is a good idea to be able to do basic maintenance without the Agent being involved. I had the Agent create me some scripts that would delete all of my test data and load up fresh seed data into the database. Makes it easier to test when you have fresh data, especially if you have some bugs along the way that result in issues with the data in the database. Similarly I had some scripts that would check data consistence etc that I could run from an admin panel or the shell. Very handy to have.
3 Likes
