How to program snake on Ti-84 Plus CE

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ก.ย. 2024
  • Program snake on your favorite Calculator!
    Source Code: pastebin.com/S...
    Source Code for color snake: pastebin.com/y...
    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/A...
    Button Guide: mega.nz/file/p...
    Program Pong: • Program pong on the ti...
    Ti-connect CE for downloading stuff to your calculator:
    education.ti.c...
    Cemetech: www.cemetech.net/
    Cemetech programs/games: www.cemetech.n...
    Cemetech Snake games: www.cemetech.n...

ความคิดเห็น • 326

  • @CalculatorGuy2001
    @CalculatorGuy2001  2 ปีที่แล้ว +23

    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 2 ปีที่แล้ว

      What is For mean?

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว +2

      @@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 2 ปีที่แล้ว +1

      How can I put a new one in between 2 lines

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว +3

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

    • @eliesrodewijk
      @eliesrodewijk 2 ปีที่แล้ว

      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 2 ปีที่แล้ว +101

    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 2 ปีที่แล้ว +4

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

    • @shadowpanther298
      @shadowpanther298 2 ปีที่แล้ว

      Oh shit thanks!!

    • @the_player_2
      @the_player_2 ปีที่แล้ว

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

    • @speedyshadman3270
      @speedyshadman3270 ปีที่แล้ว +7

      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 ปีที่แล้ว

      @@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 2 ปีที่แล้ว +10

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

  • @yvonneschons2054
    @yvonneschons2054 2 ปีที่แล้ว +4

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

  • @CalculatorGuy2001
    @CalculatorGuy2001  2 ปีที่แล้ว +7

    Everyone say hi or post your feedback!

    • @BigStackBlunder
      @BigStackBlunder 2 ปีที่แล้ว +1

      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  2 ปีที่แล้ว

      I will look into it tonight!

    • @cahew1116
      @cahew1116 4 หลายเดือนก่อน

      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 4 หลายเดือนก่อน

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

  • @spektator5418
    @spektator5418 2 ปีที่แล้ว +7

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

  • @IsakFajkovic
    @IsakFajkovic ปีที่แล้ว +4

    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.

    • @svanteforsberg5212
      @svanteforsberg5212 10 หลายเดือนก่อน

      I have the same problem

    • @pikathundr
      @pikathundr 12 วันที่ผ่านมา

      I have the same issue and no clue what to do

  • @ReinkePostsRandomCrap
    @ReinkePostsRandomCrap 19 วันที่ผ่านมา +1

    If you download the code from the link, make sure to debug this code at 22:56

  • @BentleyKingToebeansOwenRhett
    @BentleyKingToebeansOwenRhett 2 หลายเดือนก่อน

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

  • @promtlukmanv2878
    @promtlukmanv2878 2 ปีที่แล้ว +7

    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 (!!!!

  • @_aturd
    @_aturd 7 หลายเดือนก่อน

    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!

  • @austintuttle
    @austintuttle ปีที่แล้ว

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

  • @zetuss9185
    @zetuss9185 2 ปีที่แล้ว +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 ปีที่แล้ว

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

  • @BentleyKingToebeansOwenRhett
    @BentleyKingToebeansOwenRhett หลายเดือนก่อน

    "Alright so the first thing you guys need os obviously your calculator and you need something called your *brain*.
    Me:
    AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH

  • @quickster2772
    @quickster2772 ปีที่แล้ว +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 11 หลายเดือนก่อน +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?

  • @yeetoryeetor8872
    @yeetoryeetor8872 ปีที่แล้ว +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  ปีที่แล้ว +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 6 หลายเดือนก่อน +1

      Did you ever fix it

    • @QuesoBuilder
      @QuesoBuilder 5 หลายเดือนก่อน

      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]"

  • @Glocklinator
    @Glocklinator 7 หลายเดือนก่อน

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

  • @ryanj.4653
    @ryanj.4653 2 ปีที่แล้ว +2

    Hi! I will be playing during class :)

  • @Rqket
    @Rqket 2 ปีที่แล้ว +1

    Thank you for making this video!

  • @Gigglingdisabled6969
    @Gigglingdisabled6969 2 ปีที่แล้ว +1

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

  • @someone8537
    @someone8537 2 ปีที่แล้ว +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  2 ปีที่แล้ว +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 2 ปีที่แล้ว +1

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

  • @FluxxyWuxxyGamer
    @FluxxyWuxxyGamer ปีที่แล้ว +2

    my snake wont go right

  • @im4nc00l5
    @im4nc00l5 ปีที่แล้ว +1

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

  • @Mikezak7
    @Mikezak7 2 ปีที่แล้ว +1

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

  • @jonniedoeseverything4064
    @jonniedoeseverything4064 ปีที่แล้ว +2

    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!

    • @jonniedoeseverything4064
      @jonniedoeseverything4064 ปีที่แล้ว +1

      looks like the computer says the error is where it says "randint(1,26->p
      5->(O,P

    • @daisycat5549
      @daisycat5549 ปีที่แล้ว

      I'm having the same issue

  • @Mikezak7
    @Mikezak7 4 หลายเดือนก่อน +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 2 หลายเดือนก่อน

      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 2 หลายเดือนก่อน

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

  • @privatenumber9641
    @privatenumber9641 2 ปีที่แล้ว +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 2 ปีที่แล้ว

      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 2 ปีที่แล้ว

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

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว +1

      Yup it only works for the CE sadly

    • @FuzzyDragooooon
      @FuzzyDragooooon 2 ปีที่แล้ว

      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 ปีที่แล้ว

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

  • @felicitylockwood2993
    @felicitylockwood2993 2 ปีที่แล้ว +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  2 ปีที่แล้ว +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 2 ปีที่แล้ว

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

  • @-.._Anonymous_..-
    @-.._Anonymous_..- 9 หลายเดือนก่อน +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 8 หลายเดือนก่อน

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

  • @smilagalonso2143
    @smilagalonso2143 ปีที่แล้ว +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 ปีที่แล้ว

      Me too

    • @CalculatorGuy2001
      @CalculatorGuy2001  ปีที่แล้ว +1

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

    • @smilagalonso2143
      @smilagalonso2143 ปีที่แล้ว

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

  • @Green_Asuj
    @Green_Asuj 10 หลายเดือนก่อน +1

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

  • @NSLRACER
    @NSLRACER 9 หลายเดือนก่อน +1

    Does this work on a TI-83 plus?

  • @spamemail3256
    @spamemail3256 2 ปีที่แล้ว +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 2 ปีที่แล้ว

      I have the same problem

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว

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

  • @zhenyezhu7725
    @zhenyezhu7725 2 ปีที่แล้ว +2

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

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว

      There is a solution in the description

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว

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

    • @zhenyezhu7725
      @zhenyezhu7725 2 ปีที่แล้ว

      @@CalculatorGuy2001 thanks

  • @jellypug7413
    @jellypug7413 11 หลายเดือนก่อน

    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 9 หลายเดือนก่อน

      Pinned comment has a method on how to do it!

  • @astroaudrey
    @astroaudrey 2 ปีที่แล้ว +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.

    • @heheheha6283
      @heheheha6283 2 ปีที่แล้ว

      Same problem with me

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว

      I edited line 48 in pastebin. Let me know if it fixes the problem!

  • @Bot_God414
    @Bot_God414 5 หลายเดือนก่อน +1

    Does this work on the TI-30XS multi view

    • @CalculatorGuy2001
      @CalculatorGuy2001  5 หลายเดือนก่อน

      I don't think so.

    • @Bot_God414
      @Bot_God414 5 หลายเดือนก่อน

      @@CalculatorGuy2001 ok

  • @realchad8355
    @realchad8355 2 ปีที่แล้ว +1

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

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว

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

  • @swatdog2820
    @swatdog2820 2 ปีที่แล้ว +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  2 ปีที่แล้ว

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

  • @banana_man864
    @banana_man864 2 ปีที่แล้ว +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  2 ปีที่แล้ว

      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

  • @wojtekpollok5782
    @wojtekpollok5782 2 ปีที่แล้ว +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 2 ปีที่แล้ว +1

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

    • @wojtekpollok5782
      @wojtekpollok5782 2 ปีที่แล้ว

      Thank you, now it works!

  • @moonhart13
    @moonhart13 2 ปีที่แล้ว +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  2 ปีที่แล้ว

      There seems to be typo somewhere around your GETKEY command

    • @quickster2772
      @quickster2772 ปีที่แล้ว

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

  • @WillLiamDoStuff
    @WillLiamDoStuff 7 หลายเดือนก่อน

    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  7 หลายเดือนก่อน

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

  • @songman5538
    @songman5538 11 หลายเดือนก่อน

    Doing this instead of my actual calculus work 😂

  • @svanteforsberg5212
    @svanteforsberg5212 10 หลายเดือนก่อน

    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

  • @zachogdahl9685
    @zachogdahl9685 ปีที่แล้ว +1

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

  • @M4Xdestroyer
    @M4Xdestroyer 2 ปีที่แล้ว +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 2 ปีที่แล้ว +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  2 ปีที่แล้ว +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 2 ปีที่แล้ว +1

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

  • @reginahoyt1442
    @reginahoyt1442 ปีที่แล้ว

    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,*

  • @lillysim1512
    @lillysim1512 9 หลายเดือนก่อน

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

  • @E-dart
    @E-dart ปีที่แล้ว

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

  • @suhaibkhan4686
    @suhaibkhan4686 9 หลายเดือนก่อน

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

  • @dariusbindelle2492
    @dariusbindelle2492 4 หลายเดือนก่อน

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

    • @Tzar87
      @Tzar87 2 หลายเดือนก่อน

      read the pinned comment

  • @TheWorstDoorsPlayer
    @TheWorstDoorsPlayer ปีที่แล้ว

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

  • @ishaansingh7591
    @ishaansingh7591 2 ปีที่แล้ว

    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

  • @angelahalpin9444
    @angelahalpin9444 ปีที่แล้ว

    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

  • @nightblade2210
    @nightblade2210 ปีที่แล้ว

    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...

  • @waluigi3000
    @waluigi3000 2 ปีที่แล้ว +1

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

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว +1

      There should be source code for speed in the description!

    • @waluigi3000
      @waluigi3000 2 ปีที่แล้ว

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

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว +1

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

    • @waluigi3000
      @waluigi3000 2 ปีที่แล้ว

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

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว +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

  • @efrengalicia6205
    @efrengalicia6205 ปีที่แล้ว

    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

  • @jayakoneswaran
    @jayakoneswaran ปีที่แล้ว

    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?

    • @GooseIsReal-lw8wu
      @GooseIsReal-lw8wu 11 หลายเดือนก่อน

      Have you figured it out? Having same problem

  • @asacredpotato4755
    @asacredpotato4755 ปีที่แล้ว

    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

    • @CalculatorGuy2001
      @CalculatorGuy2001  ปีที่แล้ว

      It has to be an O like “oh” not a 0 “zero”

  • @roaringfire6102
    @roaringfire6102 2 ปีที่แล้ว +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  2 ปีที่แล้ว

      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 2 ปีที่แล้ว +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 2 ปีที่แล้ว

      Also which while line

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว

      @@roaringfire6102 11:09

    • @roaringfire6102
      @roaringfire6102 2 ปีที่แล้ว

      @@CalculatorGuy2001 thanks

  • @OverDitch26
    @OverDitch26 ปีที่แล้ว

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

    • @CalculatorGuy2001
      @CalculatorGuy2001  ปีที่แล้ว

      You need a comma after the U

    • @OverDitch26
      @OverDitch26 ปีที่แล้ว

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

  • @TiffanyVaughn18
    @TiffanyVaughn18 ปีที่แล้ว

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

  • @Contrope
    @Contrope 2 ปีที่แล้ว

    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  2 ปีที่แล้ว

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

    • @Contrope
      @Contrope 2 ปีที่แล้ว

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

    • @diamond_ninja6632
      @diamond_ninja6632 2 ปีที่แล้ว

      What was the issue

    • @Contrope
      @Contrope 2 ปีที่แล้ว

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

    • @kaylamalone8125
      @kaylamalone8125 2 ปีที่แล้ว

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

  • @vpplants4467
    @vpplants4467 ปีที่แล้ว

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

  • @glitcher8784
    @glitcher8784 6 หลายเดือนก่อน

    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 2 หลายเดือนก่อน

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

    • @Tzar87
      @Tzar87 2 หลายเดือนก่อน

      exept the one on line 39

  • @BigStackBlunder
    @BigStackBlunder 2 ปีที่แล้ว +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 2 ปีที่แล้ว

      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  2 ปีที่แล้ว

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

    • @BigStackBlunder
      @BigStackBlunder 2 ปีที่แล้ว

      @@CalculatorGuy2001 thanks

    • @BigStackBlunder
      @BigStackBlunder 2 ปีที่แล้ว

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

  • @Chubis08
    @Chubis08 ปีที่แล้ว

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

  • @wyattf.6320
    @wyattf.6320 2 ปีที่แล้ว

    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 2 ปีที่แล้ว

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

  • @tayzebrandt3488
    @tayzebrandt3488 2 ปีที่แล้ว

    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

  • @daboikreexz
    @daboikreexz ปีที่แล้ว

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

  • @kaylamalone8125
    @kaylamalone8125 2 ปีที่แล้ว

    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  2 ปีที่แล้ว

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

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว

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

  • @aldairtorres-navarro6846
    @aldairtorres-navarro6846 2 ปีที่แล้ว +1

    What are the values in matrix a?

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว

      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.

  • @Snaftt
    @Snaftt ปีที่แล้ว

    I have a dim problem?

  • @vibesss2925
    @vibesss2925 9 หลายเดือนก่อน

    Anyone know how to fix not being able to move?

  • @minties51
    @minties51 ปีที่แล้ว

    i set my game to say “you suck” when i lose

    • @CalculatorGuy2001
      @CalculatorGuy2001  ปีที่แล้ว

      Well that’s a dramatic ending!

    • @minties51
      @minties51 ปีที่แล้ว

      @@CalculatorGuy2001 after that, i actually made four more lines to make more endings, with a score of 20 or more saying “you tried, i guess” and a score of 50 or more saying “good enough”

  • @kub8675
    @kub8675 2 ปีที่แล้ว +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

  • @al-awashhussein8231
    @al-awashhussein8231 11 หลายเดือนก่อน

    WHY does my snake die when I eat the food please I need help!!!!

    • @al-awashhussein8231
      @al-awashhussein8231 11 หลายเดือนก่อน

      Solved it If [A](Y,X)≠5 or S≥200 the equal sign must be ≠

  • @noahdelannoy2793
    @noahdelannoy2793 ปีที่แล้ว

    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!!

  • @fredjake6673
    @fredjake6673 2 ปีที่แล้ว

    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  2 ปีที่แล้ว

      Double check your output() lines

    • @fredjake6673
      @fredjake6673 2 ปีที่แล้ว

      @@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 2 ปีที่แล้ว

      @@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  2 ปีที่แล้ว

      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.

  • @squirrelsarecool4446
    @squirrelsarecool4446 2 ปีที่แล้ว +1

    you should do how to program minecraft ;)

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว

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

  • @legocreatortwins6142
    @legocreatortwins6142 2 ปีที่แล้ว

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

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว

      Double check your code under the getkey command

  • @ginagetscool
    @ginagetscool 2 ปีที่แล้ว +1

    Does this work on the TI-30

  • @elijahbrown2811
    @elijahbrown2811 2 ปีที่แล้ว

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

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว

      Did you find it? It’s above 7

    • @elijahbrown2811
      @elijahbrown2811 2 ปีที่แล้ว

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

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว

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

  • @johngolick2027
    @johngolick2027 ปีที่แล้ว

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

    • @johngolick2027
      @johngolick2027 ปีที่แล้ว

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

  • @esauayala6987
    @esauayala6987 11 วันที่ผ่านมา

    Doesn’t work anymore

  • @Doominatorboy
    @Doominatorboy ปีที่แล้ว

    what happens if my thing says error:syntax

    • @Doominatorboy
      @Doominatorboy ปีที่แล้ว

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

  • @WilleStorhugg
    @WilleStorhugg 6 หลายเดือนก่อน

    It doesnt work, it says ERR: INVALID DIM

    • @Tzar87
      @Tzar87 2 หลายเดือนก่อน

      press go to, whoch line does it lead to?

  • @morganclouser6870
    @morganclouser6870 2 ปีที่แล้ว +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  2 ปีที่แล้ว

      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 2 ปีที่แล้ว

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

    • @pantheraustin9088
      @pantheraustin9088 2 ปีที่แล้ว

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

  • @Scabbers915
    @Scabbers915 ปีที่แล้ว

    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  ปีที่แล้ว

      It seems like an issue with the matrix

    • @Scabbers915
      @Scabbers915 ปีที่แล้ว

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

  • @Emancounce
    @Emancounce ปีที่แล้ว

    Whenever i eat the food i get an error

  • @nadiarekatihw788
    @nadiarekatihw788 2 ปีที่แล้ว

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

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว

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

  • @AsuraWrath-vp2dk
    @AsuraWrath-vp2dk ปีที่แล้ว

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

    • @CalculatorGuy2001
      @CalculatorGuy2001  ปีที่แล้ว

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

  • @bestopesto
    @bestopesto 3 หลายเดือนก่อน

    what if i wantone food

  • @derivoid
    @derivoid 2 ปีที่แล้ว

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

    • @elijahbrown2811
      @elijahbrown2811 2 ปีที่แล้ว

      did it work?

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว

      Sorry about your issue! I would double check your code for any typos!

  • @anoop2008
    @anoop2008 2 ปีที่แล้ว

    will this work with an Ti-nspire cx II ?

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว +1

      No sadly the programming language is different

  • @dogofnclan3898
    @dogofnclan3898 2 ปีที่แล้ว

    For some reason when I press the up button, the snake goes faster…

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว

      It's an illusion! I thought the same thing, but in reality, it seems like it because of the shape of the 0, and the dimension of the calculator screen.

  • @possumqueenlol
    @possumqueenlol 2 ปีที่แล้ว

    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?

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว

      That line should be Output(O,P, “*

    • @possumqueenlol
      @possumqueenlol 2 ปีที่แล้ว

      @@CalculatorGuy2001 how do you get that symbol?

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 ปีที่แล้ว

      [alpha][+]

    • @possumqueenlol
      @possumqueenlol 2 ปีที่แล้ว

      @@CalculatorGuy2001 Thank you! 😊

    • @johngolick2027
      @johngolick2027 ปีที่แล้ว

      @@CalculatorGuy2001i have that exactly the same but it still wont work, i am on the ti 83

  • @craigsv_822
    @craigsv_822 ปีที่แล้ว

    great program, but my snake starting growing as soon as I started the program