Making an APP using Scratch!

52,761
0
Published 2024-06-23
To download the game: bit.ly/bendingarena

Scratch Profile - scratch.mit.edu/users/ProjectLabsCoding/
Game - scratch.mit.edu/projects/975377725/
JOIN THE DISCORD (to get notified when the game is on play store) - discord.gg/fDVeM8tEvB

Scratch is a project of the Scratch Foundation that was developed by the Lifelong Kindergarten Group at the MIT Media Lab. It is available for free at scratch.mit.edu/.

#app #scratch #penguinmod #Coding #Programming #STEM #ComputerScience #LearnToCode #CreativeCoding #EducationalTechnology #KidsCoding #ProgrammingForKids #ScratchProgramming #GameDevelopment #InteractiveProjects #CodingForBeginners #ScratchTutorials #ScratchProjects #CodeWithMe #STEMEducation #VisualProgramming #ScratchChallenge #KidsLearning #OnlineLearning #CodeForKids #ProgrammingCommunity #CodingLife #TechEducation #YouthCoding #ScratchTips #DigitalSkills #ComputerProgramming #OnlineCoding #CodingProjects #ScratchStudio #ProgrammingLanguages #CodingSkills #STEMForKids #TechForChildren #ScratchAnimations #CodePlayground #EducationalGames #CodingClasses #ProgrammingFun #ScratchGameDesign #CodingJourney #ProgrammingForBeginners #KidsInTech #CreativeProjects #ScratchArt #CodingInspiration #STEMLearning #CodePlay #CoderCommunity #ScratchCode #ProgrammingWorld #TechForYouth #CodingAdventure #ScratchCreativity #DigitalCreators #YouthInTech #FunWithCode #ScratchIdeas #CreativeLearning #ProgrammingPassion #EdTech #CodingGames #TechExploration #CodeInnovation #ScratchEd #KidsCodingCamp #CodingChallenges #ScratchersUnite #ProgrammingMagic #TechSavvyKids #InnovativeLearning #ScratchEnthusiasts #CodingExperiments
#ScratchGame #ScratchProgramming #NoobvsProvsHacker #GameDevelopment #CodingChallenge #CodingGame #BeginnervsAdvanced #ProgrammingCompetition #ScratchCoding #CodingLevels #ScratchAnimation #GameDevelopmentTutorial #CodingShowdown #ScratchGameDesign #ProgrammingSkills #ScratchGameTutorial #NoobGamer #ProGamer #HackerGamer #GameDeveloper #CodingChallengeVideo #ScratchGaming #BeginnerProgramming #AdvancedCoding #HackervsNoob #CodingSkillsTest #CodingBattle #ScratchGameProject #GameDevelopmentShowdown #ScratchGameCoding #GamingCompetition #CodingvsGaming #NoobvsProChallenge #ScratchProgrammingCompetition #CodingShowdownVideo #ScratchGameShowdown #ScratchGameDevelopment

Under the term "fair use", I can use Scratch image to reference the programming website so other may recognize and understand the purpose of the content better. This channel is not affiliated with the Scratch Team or any of its members.

All Comments (21)
  • @SPARTonScratch
    Cool video! It's super awesome seeing a game made in literal SCRATCH, be better than those low mobile games that are just cash-grabs!
  • @hipernum
    yo I got an idea for your game Instead of automatically unlocking the next set ability, you get to choose from 2-3 abilities based on the element. This would allow for more customization of your moveset. (just an idea, doesn’t need to be added, plus it probably would be way harder to code)
  • @minecraftify95
    Hint: You don't need penguinmod for packager (penguinmod packager is just a fork of the original turbowarp one so it should work the same), unless you need penguinmod extensions.
  • @Atilla5590
    The finger down block is giving a statement if the selected number of amount fingers is down if 1 is down then it will be true because 1 finger is down if 2 is selected then two fingers need to be down for true statement
  • @crossscar-dev
    @ProjectLabsScratch for html to aab you can use something like capacitor which turns websites (html) to apps (apk/aab for android and whatever ios uses.) But ios is only possible on mac.
  • @TobyJWalter
    The bug is because the game checks for 2 fingers at one certain point, and if it detects another, it will also need to detect the joystick input as well. I assume having seperate if statements for the touch interaction and buttons should work, one for the Joystick, one for the Attacks!
  • @GoodGuy77901
    this may be buggy, but i think that if you go to the code that cancels out the joystick or puts the joystik back and add, and if not 2 fingers are down then. thats probably the solution
  • @6316
    could you post full documentation on how you did this? ive been want to do this sort of thing for a while .
  • @Akshatgiri
    Ionic would be a good place to look for embedding the html game as an app ( also would work for iOS pretty well )