Making an APP using Scratch!

76,910
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!
  • 8:08 There is a MASSIVE difference. An AAB (Android App Bundle) file is used for packaging Android applications, while HTML (HyperText Markup Language) is used for displaying web pages using various tags such as <p> and <h1>.
  • @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)
  • @Letmeforudoit
    The fact that my phone security and my antivirus says that that game is a virus is crazyyyyyyyyyyy
  • @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
  • @davwad3
    bro i think i heard birds and it drove me crazy cos i thought it was my bird who is currently asleep in my room. the sound sounded like it was coming from where the birdcage is, and also sounded like the scratchy garbles my bird makes when he sleeps sometimes. literally made me second guess reality lol edit: your budgie(s) are so cute! i have three budgies and a green cheek conure myself. the green cheek lives in my room.
  • @6316
    could you post full documentation on how you did this? ive been want to do this sort of thing for a while .
  • @HeHe169
    What did you use to convert it to an apk? I have my own method, but I'm curious what you used
  • @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!
  • @williamdawson
    If you learn a bit of C#, you can make a mobile app pretty easily, plus with VS, they make it dead easy to upload an app (As long as you have everything setup beforehand)
  • @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.
  • @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