Making a Scratch Game using a SINGLE SCRIPT

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ • 139

  • @andreidsavetf2
    @andreidsavetf2 Місяць тому +10

    One day, I decided to make a game in unity... but not just an ordinary game... but a game in 1 script. To make it short, that script had 15500 lines and had 129 public variables. Not if it was much better than other scripts that I made, but still...
    It's good to know that this torture is possible in scratch.

  • @SamiSaba2
    @SamiSaba2 6 місяців тому +40

    I bet you can’t make a project with a strict limit of 1 script, 1 sprite, 1 costume, 1 backdrop, 1 sound, and 1 variable.

    • @SLSmartMind
      @SLSmartMind  6 місяців тому +8

      Haha
      That's sounds fun

    • @enzo-d4k
      @enzo-d4k 6 місяців тому +2

      @@SLSmartMind clicker game i guess? with high score thing (cloud)
      also one list only so leaderboard

    • @HiRayhere
      @HiRayhere 6 місяців тому

      Scratch could also remove it.

    • @th1v5
      @th1v5 4 місяці тому

      nothing about lists

    • @SamiSaba2
      @SamiSaba2 4 місяці тому

      @@th1v5 you don’t really need multiple lists as you can use lists to store infinite values so there’s no reason to add another

  • @tchomsdaguy
    @tchomsdaguy 4 місяці тому +4

    the way you say "position" is rly funny, sounds kind of like poison rather than position

  • @alejandrobarmica
    @alejandrobarmica 6 місяців тому +64

    Where’s the link for the game?

    • @Thekoala5
      @Thekoala5 6 місяців тому +5

      ye

    • @sieubaubau
      @sieubaubau 6 місяців тому +6

      its not in the website

    • @floog98
      @floog98 6 місяців тому +4

      He's using the app so its local

    • @SLSmartMind
      @SLSmartMind  6 місяців тому +16

      Oops
      I forgot to share, I will share
      Thanks for reminding:D

    • @SLSmartMind
      @SLSmartMind  6 місяців тому +21

      scratch.mit.edu/projects/1048623336
      Here you go

  • @mechyyisconfused4304
    @mechyyisconfused4304 2 місяці тому +1

    This is like the begginer games we used to when we first began scratch. ( they were all in one script aka. low effort)

  • @mjmichael8
    @mjmichael8 6 місяців тому +4

    Hello my favorite youtuber

    • @SLSmartMind
      @SLSmartMind  6 місяців тому +3

      Hello
      Welcome to the family

    • @mjmichael8
      @mjmichael8 6 місяців тому +2

      @@SLSmartMindMake an game that is super Mario

  • @sarajohnson2257
    @sarajohnson2257 5 місяців тому +2

    If your pc has low space on it and you try to run scratch on the browser there is a rare chance the tab will glitch out and the project screen is replaced with a sad face and the costume editor is very VERY VVEERRYY BROKEN!
    Edit: Next make making a scratch game with only 1 block

    • @SLSmartMind
      @SLSmartMind  5 місяців тому

      Lol

    • @BaileyandStuff
      @BaileyandStuff 17 днів тому

      It happens to me when I use Scratch on something that is not a PC.

  • @amonianimation
    @amonianimation 6 місяців тому +12

    in scripting languages, this will be easy, since 1 script can has 2 event

    • @LazyAnimator-ml4
      @LazyAnimator-ml4 Місяць тому

      "0.5" script can has "1" event

    • @Tethrarxitet
      @Tethrarxitet 9 днів тому

      any script can have as many events as you want in langs like JavaScript :3

  • @callmebro
    @callmebro 6 місяців тому +8

    2:38 you sussy baka

  • @pen_redvelvetXDXDXD
    @pen_redvelvetXDXDXD 6 місяців тому +11

    IMPOSSIBLE DUDE

    • @Cyancloud13
      @Cyancloud13 5 місяців тому +2

      Add flag block, add text to speech extension, make it say, this is a game because I said so

  • @m4ank
    @m4ank 6 місяців тому +22

    i made a game using no sprites and 1 script

  • @electromouse3175
    @electromouse3175 2 місяці тому +2

    You should try making a game but you can't use when green flag click forever if then rotate and also try making it without broadcast

  • @pika-l6f
    @pika-l6f Місяць тому

    "we have *THIS ABOMINATION*" LMAOOOO😭😭

  • @RobloSam
    @RobloSam 6 місяців тому +4

    i got a idea for the next video: make a scratch game but in japanese

    • @poyalt983
      @poyalt983 6 місяців тому +3

      sir that would just be a normal game but the language is japanese

    • @MsT-triangle-SC
      @MsT-triangle-SC 6 місяців тому +3

      @@poyalt983he means set scratch to japanese and try to make a game when he doesnt understand what it even says

    • @SLSmartMind
      @SLSmartMind  6 місяців тому +3

      That would be painful but I am used to the scratch layout so I am pretty comfortable of what blocks are according to the position in the block palette

    • @poyalt983
      @poyalt983 6 місяців тому +1

      so it would be easy

    • @RobloSam
      @RobloSam 6 місяців тому +1

      @@SLSmartMind but its like scratch in arabic

  • @Enders_dragon
    @Enders_dragon 6 місяців тому +12

    Make a game without ever using the green flag block

    • @SLSmartMind
      @SLSmartMind  6 місяців тому +2

      Ah nice one

    • @RADEET.OFFICIAL
      @RADEET.OFFICIAL 6 місяців тому

      @@SLSmartMind just use the timer

    • @TheGreatTennisBall
      @TheGreatTennisBall 4 місяці тому +1

      @@RADEET.OFFICIALI don’t think it will work because the timer wouldn’t start when the green flag is clicked

    • @th1v5
      @th1v5 4 місяці тому

      @@TheGreatTennisBall The timer restarts when you click the green flag, so you can check when timer > 0.034 then run your scripts, and you can also have a forever () in one of those scripts that sets a variable to timer and a when timer > variable to detect when the project is STOPPED too

    • @tigeystudios9036
      @tigeystudios9036 2 місяці тому

      You can just use different backdrops with the block that detects each backdrop

  • @AbdelRahmanAlaaMohamedReda
    @AbdelRahmanAlaaMohamedReda Місяць тому

    receive and broadcast are actually super easy using 1 script,instead of a wait 1 second we can have a repeat 100 wait 0.01 and if conditions checking for a variable is 1 and if it is sets it back to zero and activates code,changing a variable is possible to do using that same script.he kinda stopped something crucial for most games for no reason.

  • @iHaveNoWayHere
    @iHaveNoWayHere 6 місяців тому +2

    UR FINALY BACK

  • @RendumLiptang
    @RendumLiptang 6 місяців тому +3

    you can use the pen extension and you can make anything easily in just 1 script

  • @Jrobotstudio
    @Jrobotstudio 6 місяців тому +3

    Nice what about 1 block only

    • @SLSmartMind
      @SLSmartMind  6 місяців тому +2

      Lol

    • @SamiSaba2
      @SamiSaba2 6 місяців тому +1

      you can’t do that

    • @Coder64-Castle
      @Coder64-Castle 6 місяців тому +1

      @@SamiSaba2 if you play in the editor you can by click6ng the block and making a clicker game with 1 variable

  • @Baconwholikesart
    @Baconwholikesart Місяць тому

    2:25 "if on edge bounce"

  • @TheHouseBomber
    @TheHouseBomber 6 місяців тому +7

    Make a game but only using block event, control, operator, and sensing. With using single variable. Is that hard?

    • @會寫程式的羊
      @會寫程式的羊 6 місяців тому +2

      idk if that's possible because you don't have motion block
      but you can make a game WITHOUT event and control block

    • @TheHouseBomber
      @TheHouseBomber 6 місяців тому +2

      @@會寫程式的羊 it's possible with using costume, just drag it so it's looking moving. Also WHERE you know if we can make a game without event and control block?

    • @會寫程式的羊
      @會寫程式的羊 6 місяців тому +1

      @@TheHouseBomber
      you can use a define block that include itself to make a infinity loop, and use When camera motion is greater than 0 as the green flag

    • @會寫程式的羊
      @會寫程式的羊 6 місяців тому +2

      @@TheHouseBomber and if you drag a bool block into a calculation block, it will act as "output 1 if true else 0"
      so that you can use complicated calculations or something to control a sprite

    • @會寫程式的羊
      @會寫程式的羊 6 місяців тому +2

      @@TheHouseBomber
      it is even possible to make a game WITHOUT event and control blocks and variables
      but need to use sound,x,y,or something as variables

  • @PianoPurple
    @PianoPurple 6 місяців тому +2

    👍

  • @turbo4444-q8z
    @turbo4444-q8z 5 місяців тому +2

    I swear i made One Script, Without sprite, it Just stage with 211 Script Block, and that really easy, well sometime. My brain imploded

  • @ChillFaceMan1
    @ChillFaceMan1 3 місяці тому +2

    idea from that one comment: make a scratch game in the language Arabic.

  • @ScratchyCycle
    @ScratchyCycle 5 місяців тому +2

    A game with no script be like: 👁️👄👁️
    Edit: making a game but clicking the blocks in the list be like:

  • @Phenoy-mi1zk
    @Phenoy-mi1zk 4 місяці тому

    Wait this is actually good what
    What is the number of code blocks

  • @TheRealWildberry
    @TheRealWildberry 2 місяці тому +2

    Challenge: Make an clicker with NO VARIABLES 💀

  • @OMEzzzz
    @OMEzzzz 3 місяці тому +2

    For the problem of the squirrel going over the edges I would just used if in edge bounce and don’t rotate

  • @MegaMonkeVr
    @MegaMonkeVr 3 місяці тому +2

    What I would do:
    When greenflag clicked
    Lol

  • @annaastling7300
    @annaastling7300 4 місяці тому +2

    name the squirrel Sam

  • @ครูไชยวิทย์
    @ครูไชยวิทย์ 6 місяців тому +2

    Can u make a game with only pen and only 1 sprite?

    • @ramchandrasaharan46
      @ramchandrasaharan46 6 місяців тому

      @@ครูไชยวิทย์ I have made game with only one Sprite and only pen blocks

  • @Gimmickvr
    @Gimmickvr 3 місяці тому +1

    when green flag clicked
    set clicks to 0
    forever
    (if sprite clicked)
    change clicks by 1
    the end

  • @SomeRandomYoutubePerson
    @SomeRandomYoutubePerson 5 місяців тому

    I tried the game its nice

  • @BelminPashalik
    @BelminPashalik 6 місяців тому +3

    Bet u can't make a game without custom blocks, and to make it challenging, it has to be a platformer with dfjk controls and ONLY controls >:)

  • @BoetsieBoink
    @BoetsieBoink 5 місяців тому

    Epic scratch update with x poision and y poision

  • @PixelFragsYT
    @PixelFragsYT Місяць тому +1

    Male a game with one script, but you cant use the controls tab

  • @lindseylopez35
    @lindseylopez35 Місяць тому

    Guys he is turning into griffpatch

  • @ada_funni
    @ada_funni 5 місяців тому +2

    Oh my lord

  • @tm_yt323
    @tm_yt323 3 місяці тому +1

    the "then" is just my project

  • @RobloxianGamerFr8888
    @RobloxianGamerFr8888 2 місяці тому

    Remake chess with 1 script and 15 variables of any kind

  • @EduardoSantos-eb8hq
    @EduardoSantos-eb8hq 6 місяців тому +3

    This video kinda look like a tutorial

  • @lindseylopez35
    @lindseylopez35 Місяць тому

    Simple way when green flag clicked set score to 0 forever if mouse down if touching mouse pointer change score by 1

  • @meowy_luffy
    @meowy_luffy 2 місяці тому +1

    wE GoT tHiS aBoMinAtiON.

  • @CINRK72
    @CINRK72 26 днів тому

    Can you create a scratch game with only one script and no sprite please

  • @SunshineBurrito
    @SunshineBurrito 4 місяці тому +2

    This is pretty similar to my game (don’t make fun of my game or the name please lol): squirrel hunt mobile and computer, made may in may of this year, game is made by Jackjackolantern (me), check it out if you want, I just think it’s funny how similar it is.

  • @Binay-p7o
    @Binay-p7o 6 місяців тому +3

    3.0.66 ver im scratch

  • @DogBread
    @DogBread 3 місяці тому +2

    try 1 script 0 sprite

  • @muensterchese
    @muensterchese 2 місяці тому +1

    Now do 1 script and no variables

  • @ibilooid-iravein2925
    @ibilooid-iravein2925 4 місяці тому +1

    "HARRD"

  • @KeyBoardGamer-1
    @KeyBoardGamer-1 4 місяці тому +1

    I bet he coudnt make a game with just 1 variable

  • @peeveexeecee
    @peeveexeecee 5 місяців тому

    finally a new microphone!!!

  • @JoeyMaitre
    @JoeyMaitre 4 дні тому

    9:54 : what

  • @poyalt983
    @poyalt983 6 місяців тому +2

    squid erel

  • @Formertest
    @Formertest 15 днів тому

    What’s a script

  • @Light_assassin16
    @Light_assassin16 4 місяці тому

    This is little johny he wil get greater in sage afasf if you like
    😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂

  • @obbygorrila3687
    @obbygorrila3687 6 місяців тому

    Do it with no sprites+one script

  • @bat_0002
    @bat_0002 5 місяців тому

    make a game with 0 scripts

  • @AsmaIbad-mn3ft
    @AsmaIbad-mn3ft 4 місяці тому +1

    I challenge you to make a scratch game with only 1 Block and 1 sprite If you complete my challenge, I will Like all of your Videos and subscribe your channel

  • @BastiánCárcamo-n9p
    @BastiánCárcamo-n9p 2 місяці тому

    thats not a single script its cant use this script

  • @NoOneLikedMyName
    @NoOneLikedMyName 3 місяці тому

    I thought only a script?

  • @fatemehbehzadnejad6200
    @fatemehbehzadnejad6200 29 днів тому

    i got scratch 3.291

  • @valkywan
    @valkywan 3 місяці тому +1

    OMG 100TH COMMENT

  • @Minecraft-Duro
    @Minecraft-Duro Місяць тому

    I made a better single script project in scratch.

  • @rapidthebiped
    @rapidthebiped 4 місяці тому

    This is overestimating

  • @KarimBasrawi-z4s
    @KarimBasrawi-z4s 3 місяці тому

    Sorry