Studio of Sword

And also, @Studio_of_Sword, @VoxelMaster64 , @YamJam , or someone, do you guys want me to real quick add the intro to voxel’s version and then push it to github so we can code it easier?

3 Likes

Also, are we coding in blocks or JS/TS? I say JS/TS but it’s whatever you guys want, I just think it will be easier to maintain and organize.

I got it to work.

1 Like

Sure!

3 Likes

You can code in JS/TS and someone else can convert to blocks, because the game is mostly blocks.

1 Like

oh ok

  • Blocks
  • Javascript
  • Python
  • Other
0 voters
1 Like

Hey everyone! I’m thinking about adding an MIT License to the game repository. The MIT License basically allows people to view, use, modify, and share the code as long as they keep the license notice.

Would everyone who has contributed to the game be okay with me adding it?
@Studio_of_Sword @YamJam @Air @Vital @LazerTag2 and anyone else who has contributed, please let me know.

3 Likes

Sure!

1 Like

Hey @Vital and @Air , in the Github page for it right now, I have this for the about section:

100 years after the legendary hero Samknight saved the world, the Dark Lord’s son, Malice, has conquered the land.

You play as Squishy, one of the kingdom’s strongest warriors, sent on a mission to defeat Malice and restore peace. Alongside your companion Ockey, you’ll explore caves, villages, forests, and dangerous dungeons while collecting equipment, upgrading abilities, and battling powerful enemies.

Once you get the lore done, just tell me a little about the lore for the game so I can put it in the Github about section.

1 Like

i would prefer blocks as i am not very good at makecode ts but i am making art so idc

could you elaborate please, like just people on the forums, or anyone who has the games link? what if they break the licence agreement??? i dont get it…

1 Like

Hey guys, when one of you guys get a chance, can you check the code for the project, because it seems that the project won’t start the game in that one cutscene. Thanks!

The MIT License would apply to anyone who gets access to the source code, not just people on the forums. Basically, if someone can see or download the GitHub repository, they can use the code under the rules of the license.

The MIT License is very permissive. It lets people:

  • view the code

  • modify it

  • use parts of it in their own projects

  • share it

The main requirement is that they keep the copyright/license notice. They also can’t claim that they made the original code or remove the license and pretend it’s theirs.

If someone breaks the license agreement (for example, removes the license notice or violates the terms), they are no longer following the permission that the MIT License gives them. The license doesn’t automatically stop people from doing things, but it means they are using the code outside the allowed terms.

Also, the MIT License only covers the things we actually own and put under the license. It doesn’t automatically give permission to use other people’s music, art, sprites, or assets that have different licenses.

So for Squishia, the question is basically: do we want to allow people to reuse and learn from our code, or do we want to keep the source code more restricted?

For a MakeCode Arcade game, the MIT License decision is mostly about the code, not the whole game. If Squishia has custom art, music, characters, story, etc., we may want a separate statement like:

Code: MIT License
Artwork, Music, Story, and Assets: All Rights Reserved unless otherwise stated

That prevents someone from thinking the MIT License lets them take the entire game and reupload it.

1 Like

Sure!

No probablemo man
:+1:

1 Like

Github:

Project:

1 Like

Oh my god I think the project is too big for me to load :sob:

I’m overwhelmed from the amount of blocks we have from extensions

1 Like

Newest version. Added:

  • Extra effects
  • Slimes bouncing off of each other
  • Advanced dialog boxes (not implemented for every cutscene)
  • Slime attacks (they don’t hurt the player yet)
  • 2 extensions

Let me know what you think!

  • I like it!
  • It needs more improvement
  • I hate it and I never want to see it again
0 voters
2 Likes

Time to push the github again.

1 Like