My little game experiment/challenge

I have an announcement. I’m trying to get really good at coding. I already have most of the knowledge I need, so, I’m going to make this game as a challenge for myself and a project to keep me sane cuz I get REALLY bored. The game I will make is going to have a certain feature. The main attraction. The game I’m going to create will have an attempt at having a Save File Code that players can insert to get their progress back when they re-visit. Idc if it’s already been done or if someone thinks that I won’t be able to do it, I’m gonna try anyway. I’ll keep you updated!

5 Likes

It’s super easy just use the settings extension

6 Likes

If you want your game to save, definitely check out the settings extension! Just click the extensions button, located below the other categories of blocks and it will open the extensions menu, where you should be able to scroll until you find the settings extension. Import that and it will add a new category that lets you save data in the game and retrieve it.

Extensions are also very helpful in other ways, which I would encourage you to check out in the future!

7 Likes

I feel like the settings extension isn’t what OP is trying to replicate here…more like a save file in the form of an input code. Theoretically, this would allow you to put the code into a different console, say one in the editor vs one on physical hardware, and still get the same outcome: returning to where you left off. Yes, you could use the settings extension to save this code locally, but then you could also have an option to enter another code and then maybe an export code option. The main technical problems I see here will be the following:

  1. The type of game. If you want to save a whole 2d version of, say, and Minecraft like game, the code would be super long, but saving position in a platformer would be simple.
  2. cheating. Are you going to try to obfuscate the code so people can’t easily figure out how to input fake codes or are you not gonna bother?
  3. like… uhh… are you gonna try to re-invent the wheel, so to speak, which is what I would do if I were trying to learn! If so… uhh goodluck! It’s definitely possible, just not super easy, unless the code is just the coordinates you spawn at which would be easy I guess.
2 Likes

:expressionless: Oh.

2 Likes

There’s even already an extension for passwords!

2 Likes

I forgot about them for a bit…

2 Likes

Super Impressive :grin:

2 Likes