How to program snake on Ti-84 Plus CE

Sdílet
Vložit
  • čas přidán 24. 11. 2021
  • Program snake on your favorite Calculator!
    Source Code: pastebin.com/SKxGmY9D
    Source Code for color snake: pastebin.com/yU6MhwSg
    Video for color snake: • Program COLOR SNAKE on...
    Don't forget to like and subscribe!!! Do it now!!
    If your snake is going too fast, watch this video: Snake Program Speed FIXED!!!
    • Snake Program Speed FI...
    If your snake is going very fast for some reason, put this into your code right underneath the "While C" line:
    :For(K,1,50
    :End
    ***You can make 50 higher if you want a slower snake, and 50 lower if you want faster snake. It's up to you! Post in the comments if this for loop helped!
    Useful Links:
    Snake Download: mega.nz/file/A0JXnaLA#Hg-Eabh...
    Button Guide: mega.nz/file/ptRBnSyA#SY6wDsD...
    Program Pong: • Program pong on the ti...
    Ti-connect CE for downloading stuff to your calculator:
    education.ti.com/en/software/...
    Cemetech: www.cemetech.net/
    Cemetech programs/games: www.cemetech.net/downloads/br...
    Cemetech Snake games: www.cemetech.net/downloads/br...
  • Věda a technologie

Komentáře • 321

  • @CalculatorGuy2001
    @CalculatorGuy2001  Před rokem +21

    If your snake is going very fast for some reason, put this into your code right underneath the "While C" line:
    :For(K,1,50
    :End
    ***You can make 50 higher if you want a slower snake, and 50 lower if you want faster snake. It's up to you! Post in the comments if this for loop helped!

    • @mptjeeeee
      @mptjeeeee Před rokem

      What is For mean?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem +1

      @@mptjeeeee It is a lop that repeats itself depending on the numbers. For example,
      For(A,1,50
      End
      The A is repeating itself 50 times. Any code that goes in between the for and the end command get repeated 50 times.
      If I say [Disp A] between those two commands, the calculator will display numbers 1-50.

    • @mptjeeeee
      @mptjeeeee Před rokem

      How can I put a new one in between 2 lines

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem +2

      @@mptjeeeee [2nd][del][enter]

    • @eliesrodewijk
      @eliesrodewijk Před rokem

      I did this but now just when it’s going up or down it’s going slower. When I go to the left or to the right it’s still fast

  • @Flaidan
    @Flaidan Před 2 lety +94

    If anyone wants to get this working on a "TI-84 Plus". Simply replace every 10 with an 8 and every 26 with a 16.

    • @vinconevita
      @vinconevita Před rokem +4

      I did but it still didn't work... i must have put something in wrong and now I'm sad :(

    • @shadowpanther298
      @shadowpanther298 Před rokem

      Oh shit thanks!!

    • @the_player_2
      @the_player_2 Před rokem

      @@vinconevita i don’t think you should if it’s something like the following:
      12 61
      or something like that

    • @speedyshadman3270
      @speedyshadman3270 Před rokem +6

      Not every 26 has to be a 16. There is one specific 26 that's in the directional part of the code that should stay a 26, as it has to deal with input, and not the Matrix. If it's not a 26, it makes you unable to move right
      Edit: I found the timestamp of it just about. It's 19:02 , the line of code is
      1>D
      If G=26 and D≠4
      2>D
      This specific 26 should stay as such. Other than that, every other 26 and 10 can be changed

    • @therealslimshady8034
      @therealslimshady8034 Před 11 měsíci

      @@speedyshadman3270i had the same probelm as the other guy and did this and it still dosnt work it just prints “snake” onto the screen

  • @blackgoldgolden
    @blackgoldgolden Před 2 lety +4

    bro this was actually amazing! now i wont be bored in geometry and algebra anymore

  • @spektator5418
    @spektator5418 Před 2 lety +7

    perfect! and also exactly what I needed
    I had no idea how to program direction keys

  • @_aturd
    @_aturd Před 4 měsíci

    Thank you so much! It's so cool how you know what all this stuff means-you must really know your stuff!-and it also probably took you forever to type all the code into pastebin, so props for that!

  • @yvonneschons2054
    @yvonneschons2054 Před rokem +3

    I am currently working on putting this program into my calculator, I should be done with it today. Math boutta be lit 🔥🔥

  • @austintuttle
    @austintuttle Před rokem

    Who's here 10/27/2022? Great video man keep up the good work!

  • @Rqket
    @Rqket Před rokem +1

    Thank you for making this video!

  • @BentleyKingToebeansOwenRhett

    Math teacher: "No games in my classroom"
    The kids in the back:

  • @ryanj.4653
    @ryanj.4653 Před 2 lety +2

    Hi! I will be playing during class :)

  • @Glocklinator
    @Glocklinator Před 5 měsíci

    This took me a long time to do but finally i got it.

  • @quickster2772
    @quickster2772 Před rokem +2

    The up arrows are not working, but everything else is fine. What do? I'm on a TI-84 Plus

  • @skibbl_dev
    @skibbl_dev Před 9 měsíci +1

    This was awesome! works perfectly. Can you explain what a matrix/dimension is and how it works? it's very important but i don't quite understand.
    Is it like a 2D array?

  • @promtlukmanv2878
    @promtlukmanv2878 Před 2 lety +5

    When I collect a star it ends the game and says syntax error, when I hit goto it takes me to line 16. line 16 says 5 -> [A] O,P Am I missing something?
    Edit: If anyone else has this same problem it was just our mistake typing it in, It should look like this 5 -> [A] (O,P Make sure there's a (!!!!

  • @reginahoyt1442
    @reginahoyt1442 Před rokem

    Hi so I'm having a problem and possibly 2 so first off when I collect the things instead of grabbing it and increasing the score the game ends and the snake can move through itself but I'm not sure if there is anything in the code to stop that help is appreciated. When I hit a I'll call them apples it puts up sintax error and it puts me at line 33. Output(o,p,*

  • @CalculatorGuy2001
    @CalculatorGuy2001  Před 2 lety +7

    Everyone say hi or post your feedback!

    • @BigStackBlunder
      @BigStackBlunder Před rokem

      I loved this program, however my ti84 was recently cleared by accident and I tried to re-program the game. I changed all of the 10s to 8s and 26s to 16s to fit my screen size, but now it is still saying that there is a domain error, but this time in line 49 “output (V,U,” //one space. Have triple checked my code and still cannot find the bug. Can you please help me? Thanks!

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem

      I will look into it tonight!

    • @cahew1116
      @cahew1116 Před 2 měsíci

      This program is awesome but for some reason, my left arrow makes the snake go down, and my down and right key do nothing. Can you please help me? Thank you.

    • @cahew1116
      @cahew1116 Před 2 měsíci

      I'm sorry, I forgot to add. I use a Ti-84 Plus.

  • @im4nc00l5
    @im4nc00l5 Před rokem +1

    whenever i ate the food as the snake i died in the game. why does it do this?

  • @user-qk9ey5wf2k
    @user-qk9ey5wf2k Před rokem +3

    I got a error that says ''invalid dim'' i've checked all coding and everythings right but it still shows me invalid dim, i used a Ti-84 plus, could that be the problem? please help me i wanna play this in my math lessons.

  • @someone8537
    @someone8537 Před 2 lety +3

    Tried both pong and snake program, did it exactly as said in the video's, but both just syntax error, almost always going to a output line. :/ any idea what the issue is? I use a "TI-84 Plus CE-T python edition", maybe that its different on that? Would love to be able to play it

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety +2

      I posted a download in the description for the snake game, if you are able to, download it and see if it works!

    • @ball0onfish956
      @ball0onfish956 Před 2 lety +1

      I also have a Ti-84 Plus CE-T and both programs work.

  • @ishaansingh7591
    @ishaansingh7591 Před rokem

    I have a ti 84 plus ce and when I run the game it says “value entered is not allowed in the function or command” and it shows me line 48 output(V,U,”
    This is my first time coding so I have no clue what to do

  • @svanteforsberg5212
    @svanteforsberg5212 Před 7 měsíci

    When I try to run it I instantly get a “invalid dimension” error. What have I’ve done wrong and how can I fix it? When I press go to it takes me to the line the says: 5➡️[A](0,P

  • @NSLRACER
    @NSLRACER Před 7 měsíci +1

    Does this work on a TI-83 plus?

  • @E-dart
    @E-dart Před rokem

    Where would I put a wait to make the snakes movement be slower

  • @nightblade2210
    @nightblade2210 Před rokem

    The TI-84 Plus CE Python edition must be different bc I can't do a lot of the things u do. I can't click prgm to get to the menu and the sto button gives me an equal sign instead of an arrow...

  • @smilagalonso2143
    @smilagalonso2143 Před rokem +5

    Thanks for the video. Sadly when I execute it the food appears and then it says Error. When I press Go to it brings me to the line "Output(Y, X, 0"
    I check the source code and still don't know what's wrong.

    • @angelaticknor3453
      @angelaticknor3453 Před rokem

      Me too

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem +1

      I would check the source code revolving around X and Y. Also make sure you have the color edition calculator.

    • @smilagalonso2143
      @smilagalonso2143 Před rokem

      @@CalculatorGuy2001 It might be the type of calculator, yeah. Thank you

  • @felicitylockwood2993
    @felicitylockwood2993 Před 2 lety +2

    I was following along on my TI-84 Plus Silver edition, and at the 10 minute, 12 second mark (where you mentioned this part of the code is the food generation) I tried to run it, but got a domain error on my screen. Any idea why this could have happened? Or how to fix it?
    (This is also my 1st time coding literally anything)

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety +1

      Yeah you need to turn all of the 26s to 16s and all of the 10s to 8s. The screen sizes are different in your case.

    • @felicitylockwood2993
      @felicitylockwood2993 Před 2 lety

      @@CalculatorGuy2001 ah thank you so much. I’ll try that. Thank you :)

  • @angelahalpin9444
    @angelahalpin9444 Před rokem

    mine starts and ends and just says score 2 everytime and the goto brings me to the While[A](O,P)=0 and i have everything right, im also using the same calculator

  • @TheWorstDoorsPlayer
    @TheWorstDoorsPlayer Před 10 měsíci

    How do i fix when it sneds me to output(o,p,"x it stas syntax

  • @suhaibkhan4686
    @suhaibkhan4686 Před 7 měsíci

    for some reason for me when i open it it says "Done" on the top right and nothing else works

  • @efrengalicia6205
    @efrengalicia6205 Před rokem

    I need help if works but my right key won’t work and I have TI-84 plus and how do I slow it down

  • @vpplants4467
    @vpplants4467 Před rokem

    Any help? I followed exact instructions and whenever I execute the code it makes me die immediately

  • @fakefluxx
    @fakefluxx Před rokem +2

    my snake wont go right

  • @zetuss9185
    @zetuss9185 Před rokem +2

    When my snake moves, it just leaves its body behind and doesn’t bring it along with it, and on top of that it moves faster when going up/down than left/right.

    • @quickster2772
      @quickster2772 Před rokem

      Make sure you have a space entered inside the parenthesis in line 48

  • @spamemail3256
    @spamemail3256 Před rokem +1

    Hi! thank you for this video! i have a question, When I let the program run it automatically says like game over and score :1, Do I need to redo everything or is there a simple fix?

    • @ZClutch2
      @ZClutch2 Před rokem

      I have the same problem

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem

      I would say just double check all of your lines using pastebin link

  • @privatenumber9641
    @privatenumber9641 Před 2 lety +3

    Are you able to adjust this for a Ti - 84 plus? I believe the screen size is different and I tried adjusting some numbers but it's always a domain issue

    • @gremilinKirby9094
      @gremilinKirby9094 Před 2 lety

      You can! i also have a TI-84 plus and i changed the numbers so that it could work i will put this symbol:**** around the ones i changed
      ClrHome
      0→G
      1→C
      1→S
      3→X
      3→Y
      3→V
      3→U
      2→D
      0→T
      DelVar [A]
      ****{08,16→dim([A]****
      For(F,1,5
      ****randInt(1,08→O****
      ****randInt(1,16→P****
      5→[A](O,P
      Output(O,P,"*
      End
      While C and G≠45
      Output(Y,X,0
      If [A](Y,X)[greater than]1
      Then
      S+1→S
      0→T
      While [A](O,P)≠0
      ****randInt(1,08→O****
      ****randInt(1,16→P****
      If [A](Y,X)≠5 or S≥200
      0→C
      End
      5→[A](O,P
      Output(O,P,"*
      End
      getKey→G
      If G=24 and D≠2
      4→D
      If G=25 and D≠3
      1→D
      If G=26 and D≠4
      2→D
      If G=34 and D≠1
      3→D
      D→[A](Y,X
      X+(D=2)-(D=4→X
      Y+(D=3)-(D=1→Y
      If Y[greater than]08 or Y[less than]1 or X[greater than]16 or X[less than]1
      0→C
      Output(V,U," //one space
      If T=1
      Then
      [A](V,U→K
      0→[A](V,U
      U+(K=2)-(K=4→U
      V+(K=3)-(K=1→V
      End
      1→T
      End
      ClrHome
      Output(4,5,"GAME OVER
      If S≥200
      Output(4,5,"YOU WIN!!
      Output(5,5,"SCORE:
      Output(5,12,S
      "

    • @danielmelendez5959
      @danielmelendez5959 Před 2 lety

      I have the same model, your error says "ERR:DOMAIN" in the 17th line too?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety +1

      Yup it only works for the CE sadly

    • @FuzzyDragooooon
      @FuzzyDragooooon Před 2 lety

      You can actually change the location randomizers where it does rand(1,26) and rand(1,10) to rand(1,8) and rand(1,16). Hope that helps!

    • @egyptianarab5918
      @egyptianarab5918 Před rokem

      @@gremilinKirby9094 tysm for this i finally got it to work

  • @jellypug7413
    @jellypug7413 Před 9 měsíci

    Hii!! This was absolutely amazing and my first time programming anything on the calculator. When I started the game it was incredibly faster than yours, is there a way to slow it down?

    • @awhahoo
      @awhahoo Před 7 měsíci

      Pinned comment has a method on how to do it!

  • @-.._Anonymous_..-
    @-.._Anonymous_..- Před 6 měsíci +1

    Hey Dylan! I tried this on my TI-84 plus, and it says error, when I go to it it brings me to I think line 17 and it’s the one that says Output(O,P”* and idk what I did wrong or how to fix it, help?

    • @vroomvroomagoom
      @vroomvroomagoom Před 6 měsíci

      make sure there is a comma between the P and the quotation mark!

  • @jayakoneswaran
    @jayakoneswaran Před rokem

    when i run the program, it works, but if i try to move up or down, the snake apparently runs into an invisible wall and the game over screen shows up. basically it won't let me move up or down without instantly killing me. any fix?

  • @banana_man864
    @banana_man864 Před 2 lety +1

    I did this on a ti84 plus c silver edition and when i try it it says ERROR: DOMAIN
    Value entered is not allowed in the funtion or command.
    Ex:RADIAN MODE tan( /2

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      Domain error means the program is trying to draw the snake outside the screen. Double check to make sure you have no typos especially the lines with “sto” (the arrow). If you still need help send me an email with a video or images of your source code. Calculatorguy2001@gmail.com

  • @jonniedoeseverything4064

    Hi, even using source code, I get an error message saying 'invalid dimension, and I don't know why it says that. since the dimensions should be 10x26. Thanks!

  • @yeetoryeetor8872
    @yeetoryeetor8872 Před rokem +2

    I’m having an issue where the [A] matrix won’t store 10,26
    This is how the line is written:{10.26->dim([A]
    The -> represents store as I cannot find a button for store on my phone key board
    The Error screen says
    Check 1

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem +1

      Wow that’s really weird! Tbh it could be anything. Rewatch the video for any typos? Clearing the ram will help with the stat plot thing but it will also delete your programs.

    • @ComedicChaos
      @ComedicChaos Před 4 měsíci +1

      Did you ever fix it

    • @QuesoBuilder
      @QuesoBuilder Před 3 měsíci

      Hey if you are still having issues with this, I fixed mine by putting a comma instead of a period in "{10.26->dim([A]"

  • @lillysim1512
    @lillysim1512 Před 7 měsíci

    For some reason my snake never goes, it shows the 5 apples at once and once i collect all the apple nothing happens

  • @moonhart13
    @moonhart13 Před 2 lety +1

    All of my arrows work besides my “up” arrow when controlling my snake. What am I doing wrong? I looked through my code and I don’t think I made a mistake anywhere.

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      There seems to be typo somewhere around your GETKEY command

    • @quickster2772
      @quickster2772 Před rokem

      I'm having the same problem. Did you ever solve it?

  • @songman5538
    @songman5538 Před 8 měsíci

    Doing this instead of my actual calculus work 😂

  • @daboikreexz
    @daboikreexz Před 10 měsíci

    When I press execute the snake character dies and it displays the game over and score

  • @Gigglingdisabled6969
    @Gigglingdisabled6969 Před 2 lety +1

    I shall now be bypassing my schools legal laws and permits now

  • @astroaudrey
    @astroaudrey Před rokem +1

    Can you help? My snake's length doesn't decrease. I double-checked the code (I was following the pastebin) and it was correct, line for line. EDIT: using a TI-84 Plus CE.

  • @Mikezak7
    @Mikezak7 Před rokem +1

    Okay so my game works but when I try to move down the game stops and if I move up everything stops

  • @zachogdahl9685
    @zachogdahl9685 Před 10 měsíci +1

    I am not able to turn right, does anyone know a fix?

  • @Contrope
    @Contrope Před rokem

    I use the same model as you used in your video, yet when I start the program, I can see the board for a split second, then it takes me to the GAME OVER screen. Is there any way to fix this?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem

      Make sure all of your lines exist, maybe an :End command is missing?

    • @Contrope
      @Contrope Před rokem

      @@CalculatorGuy2001 Yep! I found the issue. Thanks!

    • @diamond_ninja6632
      @diamond_ninja6632 Před rokem

      What was the issue

    • @Contrope
      @Contrope Před rokem

      @@diamond_ninja6632 The game board would flash between starting and game over, but I got it fixed!

    • @kaylamalone8125
      @kaylamalone8125 Před rokem

      @@Contrope this is happening to me, where was the end command missing?

  • @wojtekpollok5782
    @wojtekpollok5782 Před 2 lety +1

    Could somebody help me?
    I wrote the program and triple checked if everything is right but everytime I try to run the program it is saying: Syntax Error.
    If I press Goto it sends me to the line 17: Output(O, P"0
    Can somebody tell me how to fix that?
    Edit: I have a Ti-84 Plus CE-T, could this be the problem?
    Second Edit: The Pong Program worked.

    • @ball0onfish956
      @ball0onfish956 Před 2 lety +1

      I think you forgot the comma between P and ". It should be Output(O, P,"0

    • @wojtekpollok5782
      @wojtekpollok5782 Před 2 lety

      Thank you, now it works!

  • @BentleyKingToebeansOwenRhett

    It says there's an error on line 17 with the Output(O,P,"*

  • @wyattf.6320
    @wyattf.6320 Před rokem

    Im having this problem where im pretty sure i did everything correctly, ( this is my third freaking time doing this), and when i execute program, i can see the snake head and the food for a second, then it says "syntax error, check all arguments entered," and i cant find the problem. I have the Ti-84 Plus Ce

    • @wyattf.6320
      @wyattf.6320 Před rokem

      nevermind i found the issue, had a few extra parantheses, great video!

  • @tayzebrandt3488
    @tayzebrandt3488 Před rokem

    i keep getting a syntax error on my ti-84 plus CE it also says check all arguments entered. what can i do to fix this

  • @M4Xdestroyer
    @M4Xdestroyer Před 2 lety +1

    Um I did this but, I deleted it when I cleared ram. It worked for 30 seconds. Now it’s gone. Is there a way to save to the actual memory besides the ram?

    • @M4Xdestroyer
      @M4Xdestroyer Před 2 lety +1

      Please help. I have a STAAR exam in math coming up, and when I finish my test I would like to play this. I don’t want to be sitting in a classroom for 5 hours not doing anything, lol. Also, this video was really great. Good job.

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety +1

      Yes, go to the memory menu, [2nd][+], go to all or prgm, and press enter next to the program you want to archive. The star next to the program means that it is saved in the Hard Memory instead of the ram. You may have to un-archive it to play the program though.

    • @M4Xdestroyer
      @M4Xdestroyer Před 2 lety +1

      Thanks so much, now imma go do both pong and snake. Have blessed day

  • @legocreatortwins6142
    @legocreatortwins6142 Před 2 lety

    For some reason can't go up whenever I am travelling left, any fixes?

  • @realchad8355
    @realchad8355 Před 2 lety +1

    I'm having a problem where it ends the game immediately after I run the program.

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      Sorry if you still need help, make you’re your code has no typos, especially the END command

  • @Mikezak7
    @Mikezak7 Před 2 měsíci +1

    When I press exec snake, I instantly get error: Domain then I press goto and its line 48 that is giving me trouble but I only have one space.

    • @Tzar87
      @Tzar87 Před 10 dny

      the goto sometimes go to the wrong line.
      i would check the source code or go through the video to make sure the codes exaclty match

    • @Tzar87
      @Tzar87 Před 10 dny

      usally is because you typed a plus instead of a equal sign or smt

  • @Green_Asuj
    @Green_Asuj Před 8 měsíci +1

    I don’t know why but when I press execute it takes me to domain error and to line 5->[a](O,P

  • @fredjake6673
    @fredjake6673 Před 2 lety

    Hey so I’m having the problem of the snake just getting infinity long, like it will just stop the end of the snake and keep stretching, is there any simple fix?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem

      Double check your output() lines

    • @fredjake6673
      @fredjake6673 Před rokem

      @@CalculatorGuy2001 I’ve gone through the code and it looks to be the same as the one in your description, could it be a different issue?

    • @NikhilPatel-xx4pf
      @NikhilPatel-xx4pf Před rokem

      @@CalculatorGuy2001 Im having the same problem as him. All my code is correct but my snake doesn't have an end to it

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem

      Fred it could be. I would suggest you look at the source code again, and I’m going to double check it on my side too.

  • @Snaftt
    @Snaftt Před rokem

    I have a dim problem?

  • @roaringfire6102
    @roaringfire6102 Před 2 lety +1

    Is this supposed to be in basic or python? I coded it but my snake is so fast that its hard to control. Is there a way to fix that?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      Basic, and wow! I thought snake was slow enough to control! You can put a for loop underneath the “while” line.
      For(Q,1,100
      End
      You can experiment with the 100 and change it to meet your speed. Lower is faster.

    • @roaringfire6102
      @roaringfire6102 Před 2 lety +1

      @@CalculatorGuy2001 thank you so much! I coded it exactly how you did and mine was way faster than yours. I will use this information to fix it!

    • @roaringfire6102
      @roaringfire6102 Před 2 lety

      Also which while line

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      @@roaringfire6102 11:09

    • @roaringfire6102
      @roaringfire6102 Před 2 lety

      @@CalculatorGuy2001 thanks

  • @kaylamalone8125
    @kaylamalone8125 Před rokem

    when i run the game it shows the screen for a second or two and then brings me to a screen that says “error: domain value entered is not allowed in the function or command. ex: radian mode tan (pie/2) degree mode e^(pie/2*i)” and when i go to the command problem it goes to the line :output (v, u, “ ‘space’ but i triple checked there. whats wrong???
    edit: when it plays for a few second i can move down but the snake is huge! the tail doesnt move with the head

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem

      It seems like the variable v or u is not changing the way they need to

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem

      It seems like the variable v or u is not changing the way they need to

  • @babyshark5489
    @babyshark5489 Před rokem

    Will this work on ti nspire cx ii cas

  • @WilliamDoesStuffChat
    @WilliamDoesStuffChat Před 5 měsíci

    I did this on a TI-38 plus and I changed every 10 with a 8 and every 26 with a 16 but the zeros don’t despawn. And when I touch food the program crashes.

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 5 měsíci

      There's probably more you need to change. I can make a ti-83 plus video for this if you want me to.

  • @kub8675
    @kub8675 Před rokem +2

    will this work for a TI-82?
    Edit: Yes it does! But my snake can't turn right for some reason lol, I probably just missed something in the code.
    The problem was that i changed all the 10:s to 8:s and all the 26:s with 16:s whitch does make it run on a 82 in the first place but there was one 26 that didn't need to be changed

  • @DarkPrizm
    @DarkPrizm Před 9 měsíci

    Everything works just fine, but I cannot turn right. I’m on a TI-83 plus btw

  • @emmanuelcounce5809
    @emmanuelcounce5809 Před rokem

    Whenever i eat the food i get an error

  • @zhenyezhu7725
    @zhenyezhu7725 Před rokem +2

    How do u change the speed of the snake, it's going too fast for me

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem

      There is a solution in the description

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem

      I just posted a video on this solution if you need it! CZcams is having technical difficulties... little did I know that my description does not update when I add stuff to it right now!

    • @zhenyezhu7725
      @zhenyezhu7725 Před rokem

      @@CalculatorGuy2001 thanks

  • @asacredpotato4755
    @asacredpotato4755 Před 10 měsíci

    It does not work for me (TI-84 Plus CE-T). The error is INVALID DIMENSION
    The program sends me to this line to fix the issue:
    5->[A](0,P

  • @derivoid
    @derivoid Před 2 lety

    Does this work on TI-83 Plus? Also, I get a domain error at the asterisk in the line Output(O,P,"×

  • @Bot_God414
    @Bot_God414 Před 3 měsíci +1

    Does this work on the TI-30XS multi view

  • @squirrelsarecool4446
    @squirrelsarecool4446 Před 2 lety +1

    you should do how to program minecraft ;)

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      You read my mind! I thought of that plenty of times before but I am still trying to come up with something!

  • @elijahbrown2811
    @elijahbrown2811 Před 2 lety

    Hi, um theirs no comma button on the TI-84 Plus so can i just put a period or no?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      Did you find it? It’s above 7

    • @elijahbrown2811
      @elijahbrown2811 Před 2 lety

      @@CalculatorGuy2001 the only thing i see above the 7 is and (u and O)? im using the Ti84 Plus

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      @@elijahbrown2811 Send me a picture of your calculator to calculatorguy2001@gmail.com

  • @johngolick2027
    @johngolick2027 Před rokem

    Does this work on TI-83 Plus, i tried it but i keeps saying “ERR : DOMAIN
    1: Quit
    2: Goto

    • @johngolick2027
      @johngolick2027 Před rokem

      The error is on step 17 so is there any possible reason

  • @aldairtorres-navarro6846
    @aldairtorres-navarro6846 Před 2 lety +1

    What are the values in matrix a?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      The matrix is an array filled with 0's when it's created, and the body of the snake makes each 0 turn to 1. The tail makes the 1's turn back to 0's.

  • @dariusbindelle2492
    @dariusbindelle2492 Před 2 měsíci

    Hello i have a small problem, my snake goes really fast and i don't know how to fix it :/

    • @Tzar87
      @Tzar87 Před 12 dny

      read the pinned comment

  • @noahdelannoy2793
    @noahdelannoy2793 Před rokem

    for some reason it says error but i cant find any mistake, when i goto it say like the end after 1 store T helpp!!

  • @squirrelsarecool4446
    @squirrelsarecool4446 Před 2 lety +1

    hi!

  • @nadiarekatihw788
    @nadiarekatihw788 Před 2 lety

    question, My snake is going really fast, how would I fix this?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      I just posted a solution in the description for you and for all! Enjoy!

  • @vibesss2925
    @vibesss2925 Před 7 měsíci

    Anyone know how to fix not being able to move?

  • @Scabbers915
    @Scabbers915 Před rokem

    Hey so I did the code but when I start the program it gives me a invalid dimension error, how can I fix this?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem

      It seems like an issue with the matrix

    • @Scabbers915
      @Scabbers915 Před rokem

      @@CalculatorGuy2001 I am kinda clueless do you have any inkling as to what may be wrong with the matrix

  • @anoop2008
    @anoop2008 Před rokem

    will this work with an Ti-nspire cx II ?

  • @BigStackBlunder
    @BigStackBlunder Před 2 lety +1

    Thanks! My program won’t work though. I am on a regular TI-84 plus and there is a domain error. Can you please teach me how to fix this. Great video though

    • @BigStackBlunder
      @BigStackBlunder Před 2 lety

      Ok, so I fixed the original problem but now it shows me the play screen for a second then immediately says “game over”

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      You might be missing a line. The source code is in the description!

    • @BigStackBlunder
      @BigStackBlunder Před 2 lety

      @@CalculatorGuy2001 thanks

    • @BigStackBlunder
      @BigStackBlunder Před 2 lety

      @@CalculatorGuy2001 I checked my code and I fixed it! If My snake hits the bottom or the right side, there is a domain error

  • @morganclouser6870
    @morganclouser6870 Před 2 lety +2

    This is really cool. I managed to do this and I don‘t know the first thing about programing. I think I have something wrong in my calculator settings though because when I try to run it I get a domain error and it says there is a value not allowed and takes me to line 47. Do you have any idea how to fix this?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      I personally don’t know because I would need to know the steps you did to get there. If in doubt, I posted the download and the source code in the description. Domain errors happen with the output command or matrices ex [A](V,U). If you are still stuck, send me a video to my email, calculatorguy2001@gmail.com

    • @morganclouser6870
      @morganclouser6870 Před 2 lety

      @@CalculatorGuy2001 thanks so much! I managed to figure it out, I just missed one of the first lines

    • @pantheraustin9088
      @pantheraustin9088 Před rokem

      @@CalculatorGuy2001 hi how do I slow down the speed of the snake

  • @OverDitch26
    @OverDitch26 Před 11 měsíci

    Run for about a sec then shows sentax error on line 48 "Output(V,U" " and solution?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 11 měsíci

      You need a comma after the U

    • @OverDitch26
      @OverDitch26 Před 11 měsíci

      @@CalculatorGuy2001 ok i did an its still saying syntax error

  • @swatdog2820
    @swatdog2820 Před rokem +1

    So you know how to make the snake move slower? For some reason my snake is going 2 times faster than yours.

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem

      If not already in the description, I will post a solution in the description to make the snake go slower!

  • @jochananalberts6321
    @jochananalberts6321 Před rokem

    is there a way to use programs with test mode on?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem

      Big oof! I don’t think so! Test mode used to let you still write programs, but I don’t know if TI took even that out!

  • @ginagetscool
    @ginagetscool Před 2 lety +1

    Does this work on the TI-30

  • @_nerd_-
    @_nerd_- Před měsícem

    Hi!

  • @bestopesto
    @bestopesto Před měsícem

    what if i wantone food

  • @waluigi3000
    @waluigi3000 Před rokem +1

    Dylan, every thing was perfect except the speed. Could you tell me how to slow the snake down? Thanks!!

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem +1

      There should be source code for speed in the description!

    • @waluigi3000
      @waluigi3000 Před rokem

      @@CalculatorGuy2001 I see the source code, but I dont know where the speed part is.

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem +1

      You insert it into the code. It doesn’t exist in your code yet

    • @waluigi3000
      @waluigi3000 Před rokem

      @@CalculatorGuy2001 What do I insert lol I know nothing about coding

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem +1

      I’ll actually make a video about this snake speed thing, it’s a very common issue among everyone. Look for something perhaps later today or tomorrow

  • @logankelly6207
    @logankelly6207 Před rokem

    Q: can you add a line in the middle of code with a ti-84 plus calculator

  • @possumqueenlol
    @possumqueenlol Před rokem

    It's not working for me for some reason, when I go to where it says the error is, it says is line 17
    Output(O,P,-*
    Can you help me with this?

  • @glitcher8784
    @glitcher8784 Před 4 měsíci

    my thing doesnt turn left on the bottom half of screen but does work on top half. I am on TI 84 plus

    • @Tzar87
      @Tzar87 Před 12 dny

      change every 10 to a 8 and every 26 into a 16

    • @Tzar87
      @Tzar87 Před 12 dny

      exept the one on line 39

  • @AsuraWrath-vp2dk
    @AsuraWrath-vp2dk Před 11 měsíci

    I need help it says error on my ti 84 ce python any suggestions 😊

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 11 měsíci

      Press goto when you get the error and double check for typos

  • @TiffanyVaughn18
    @TiffanyVaughn18 Před 10 měsíci

    It didn't work. When I click GoTo it brings me to line 16 which says 5 ->[A](0,P

  • @RandomGuy-uu8id
    @RandomGuy-uu8id Před 2 lety

    Hey, my snake is going too fast and I wanted to ask how to change it.
    Everything else works perfectly.Thanks!

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety +1

      I’m going to add something in the description for that. Do you have a python CE?

    • @lifeoftrain5419
      @lifeoftrain5419 Před 2 lety

      I had this same issue with Snake as well as Pong(The ball moved insanely fast at speed ten). I think it’s because of Python requiring a higher framerate or something, so the Python edition just runs way too fast for these games. In theory if there were a way to waste enough processing power, you could slow the framerate enough to make the games run normally. The only issue being I have no idea how to do this and would appreciate some words of advice from Master Dylan himself.

    • @RandomGuy-uu8id
      @RandomGuy-uu8id Před 2 lety

      @@CalculatorGuy2001 yeah, i´ve got the TI-84 Plus CE-T.

  • @Doominatorboy
    @Doominatorboy Před 11 měsíci

    what happens if my thing says error:syntax

    • @Doominatorboy
      @Doominatorboy Před 11 měsíci

      nvm i found out why but tysm for the tutorial bc now i can show my friends

  • @Num3whoknocks
    @Num3whoknocks Před 2 lety

    what do i do to slow down the snake?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      I think I posted a solution in the description, let me know if you still need help!