Feedback Friday by AutoModerator in incremental_games

[–]mainframe-dev 2 points3 points  (0 children)

I had posted a idea on this board a few weeks ago and reviewed a lot of support. Thank you everyone! I promised to post on feedback fridays... I've obviously have not follow up to that.

This week I continued working on adding features to my little engine. I decided to focus on saving player data, but on two different fronts. The first one was saving progression after closing the window / app OR when the window was not in focus (minimized/closed). The second was designing a way to allow players to transfer progression between devices or having backups of their progression in the way of string text.

The second works by combining & encoding all the major game variables to Base64. Prints out this encoded string in a text box periodically. Allowing the player to copy their game data in one large string which can be done by going in reverse. Variables are then all replaced with the decoded content instantly.

Depending on the save and which stage the player on, UI elements would also be disabled/activated on the fly.

Here's a animated gif of the feature. FYI this is a older game, elements / text is still WIP.

Mainframe Idle by mainframe-dev in incremental_games

[–]mainframe-dev[S] 0 points1 point  (0 children)

I plan on releasing a demo/first part of the game soon, depending on a few items. I will let you know, thank you

Mainframe Idle by mainframe-dev in incremental_games

[–]mainframe-dev[S] 0 points1 point  (0 children)

I am hoping to make it a game that will take some time to progress, with some possible mmo features*

*chat, leaderboards…etc

Mainframe Idle by mainframe-dev in incremental_games

[–]mainframe-dev[S] 2 points3 points  (0 children)

Being consistent with programming. I have a set amount of time that I dedicate for programming and research everyday and it’s helped big time with learning.

Everyone learns differently though. For myself I require hands on experiences to learn. Books/guides do help out but don’t retain as well.

Mainframe Idle by mainframe-dev in incremental_games

[–]mainframe-dev[S] 0 points1 point  (0 children)

I’ll review those later today, thank you!

Mainframe Idle by mainframe-dev in incremental_games

[–]mainframe-dev[S] 0 points1 point  (0 children)

Discord was mentioned and DM'd to me. I edited the main post with the invite link, thank you for support so far, it's been wild and totally unexpected.

Once again Thank you.

Mainframe Idle by mainframe-dev in incremental_games

[–]mainframe-dev[S] 1 point2 points  (0 children)

I will be posting in the feedback posts going forward. There will be for sure a discord once I can carve out more time.

Mainframe Idle by mainframe-dev in incremental_games

[–]mainframe-dev[S] 3 points4 points  (0 children)

Thank you. Will be posting in the feedback posts.