Program pong on the ti-84 plus CE

Sdílet
Vložit
  • čas přidán 2. 02. 2020
  • How to program pong on the ti-84 plus CE!
    If you have any questions about any commands or anything, read the comments! There are lots of answers! Sorry I won't be able to answer all of them. There's so many!
    Thank you for watching! Please like and subscribe!
    If the wait command is unavailable to you, or you need the ball to move slower, then use this:
    • [PART 1] FIXED!!! Pong...
    Sourcecode: pastebin.com/UsB23V1V
    Sourcecode with slower ball/no wait command: pastebin.com/KKRDUMrg

Komentáře • 320

  • @mromatic17
    @mromatic17 Před 3 lety +24

    Thank you so much! I’m 35 and I’m interested in teaching myself how to code and learning basics like this help out a lot to understand the basics if I press X does Y in coding through graphing characteristics!

  • @airocety4391
    @airocety4391 Před 4 lety +16

    Thank you!! This is by far the best version of pong you can make using ti basic!

  • @dawsonalderman1082
    @dawsonalderman1082 Před 3 lety +7

    This is great! I had a bit of trouble early on but I got it fixed and it works perfectly! Thank you for the excellent tutorial, and you just got another subscriber.

  • @evanvalentine1823
    @evanvalentine1823 Před 3 lety +19

    It took a couple of tweaks but this was so awesome! I subbed too!

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

    This is awesome, it feels so much better to have typed in the code myself rather than downloading games online

  • @slartibartfastBB
    @slartibartfastBB Před rokem +16

    To FIX the Game crashing when the ball hits the Paddle, make the following changes:
    Under the line "IF X=26", change 1→C to -1→C (negate not minus)
    Under the line "1→L", change 1→D to -1→D
    The X,Y direction is to be negated when it hits the higher boundaries. The Pastbin code doesn't have the negatives, but the video does
    And for it to work on TI-84 Plus, change references 10 to 8 and 26 to 16, also P

    • @isabelleschneidau1362
      @isabelleschneidau1362 Před rokem +2

      What do you mean by change references 10 to 8 and 26 to 16?

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

      @@isabelleschneidau1362basically every time he uses a ten for how many columns there are, replace it with 8. and same for 26>16
      the only exception is for using the right arrow, it's get key is 26, don't change that one

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

    This is so cool! I had a lot of errors but retyping the code and finding comments really helped!
    If it isn’t working I recommend just completely restarting as it’s faster than finding the bug normally

  • @RyanCmr07
    @RyanCmr07 Před rokem +1

    I had a lot of fun with this. It’s pretty impressive and I learned from this. I hope to be able to come up with more games on my own

  • @flubbybubbygaming3656
    @flubbybubbygaming3656 Před rokem +1

    Ty for all these amazing tutorials and additional help in the comments!

  • @silascox862
    @silascox862 Před rokem +4

    Thank you so much! It’s the best way to learn how to use my new calculator, it’s no so scary anymore!

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

    Totally worked so cool thanks a lot
    It was hard and time consuming but we pulled through 💯

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

    I did this on my brother's calculator and it worked perfectly it is awesome

  • @sina11.06
    @sina11.06 Před 3 lety

    Works great on the TI-84 Plus CE-T too

  • @BenjaminMartinyt
    @BenjaminMartinyt Před 4 lety +39

    i screwed up somewhere

  • @jaysanXD
    @jaysanXD Před 3 lety +1

    OMG IT WORKS THANK YOU SO MUCH!!! I SUBBED!!!

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

    We need more vids bro these are so cool 😎!!!

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

    Great tutorial!

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

    thanks for the good video from germany :)

  • @fernandofalomir412
    @fernandofalomir412 Před rokem

    New to programing. it worked first try, it was awesome thank you!

  • @overfoxed
    @overfoxed Před 4 lety +4

    Awesome! This is so much better than the other version.

  • @waterudoing.
    @waterudoing. Před 7 měsíci

    This is great btw how do i get the paddle to move faster

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

    I learned to program on TI85, TI86 & TI89 over 20 years ago when in middle~high school, they were & are GREAT! platforms to learn how to program, I first learned with TI Basic them learned Z80 then MC68k asm. It was an unfortunate decision for TI to disable the TI84 plus CE asm capability.

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

      Yes, sad. Cemetech.net, which you may have heard of, has come up with plenty of strategies to go around this obstacle.

  • @akitaishi
    @akitaishi Před rokem +1

    Could you explain what line 31 and line 32 was doing ? Also, I am not familiar with the syntax how what P-2(G=24 and P>1-->P was doing.
    It looked quite convoluted there.
    I am thinking if it could mean :
    If G = 24 and P>1 , then P -2 -> P ?

  • @cranklinXO
    @cranklinXO Před 3 lety +4

    Great video was wondering if you could do one on snake

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

      Sorry for coming back so late! If you are still online, then yes, I will post a snake tutorial very soon!

  • @powerdoomfly
    @powerdoomfly Před 2 lety

    This video is awesome

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

    hey i just tried this and it works great!! my only issue is that whenever my paddle hits the right side of the screen and i starts to move it to the left side it leaves a trail. i made sure to go back and add the 4 spaces but that didn’t fix it, do you have any suggestions?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem

      Double check the code that involved the paddle. You may need to re-check your entire code!

  • @JaysCoolThings
    @JaysCoolThings Před 2 lety +9

    If you don't have the "Wait" function, then the problem is that you are running an old version of the OS.
    To fix this, make sure that you have TIConnect installed on your computer and that you have the link cable / charging cable for your calculator in order to connect it to the computer. You want to go online and find a newer OS. To find what OS is currently installed on your calculator, press: 2nd, +, 1
    The second line should be your OS version.
    When choosing a new OS version, I would choose 5.3.0, as that is one of the last versions that has support for running assembly programs on the calculator. This support was removed in later versions of the OS. Once you have the file for the OS on your computer, connect your calculator to the computer while the TIConnect application is open. Make sure to back up anything you want to save on the calculator before proceeding, because installing a new OS will clear your ram. Next you want to drag the os file onto the name of your calculator in the TIConnect application. It will ask if you want to proceed with installation. Click yes. The calculator will take about a minute to install the OS. Afterwards you will have many new features on the calculator, including the Wait function.

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

    When I made this and tested it I realized my paddle tail expands every time I press left or right, and I don't know if the paddle is supposed to lose a part of itself when the ball hits that specific spot. Is there any way of fixing this? I have a TI-84 Plus, and I don't know what lines of code I'm supposed to alter. I'm confuzzled

  • @The-Lucas-Show
    @The-Lucas-Show Před 10 měsíci

    I have a problem were when i lose it says "Variable used is not currently defined", i looked over the code and nothing seems wrong, and the GoTo brings me to the last Output line

  • @bananaman8693
    @bananaman8693 Před 3 lety

    ok it works now, thanks

  • @Christina-mb3qt
    @Christina-mb3qt Před rokem +1

    I’m done coding and when I play the ball always goes through the platform. Do u know how to fix that?

  • @dabuilda
    @dabuilda Před 3 lety

    Yo we need more of these
    =

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

    I have two questions,
    1: For some reason, when the ball hits the right side of the screen, it stops. It says the line [Output(Y,X,0] is the issue. I checked over, and I'm fairly certain I got everything right.
    2: I saw when looking through the program list that you could activate a program. How would I need to change it if I wanted to make a restart button?

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

      Did u ever find the solution to the problem? I'm having that issue where the moment the ball touches the paddle, the game ends.

    • @andrewexists4517
      @andrewexists4517 Před 2 lety

      @@johnny6523 no. Probably just gonna check Reddit at some point and see if anybody knows.

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

      @@johnny6523 same....

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

      The answers to your questions:
      1) A lot of people seem to have this issue, for now just try your best to rewatch the video :(
      2) Look up on google "how to archive a program on the ce" and you will find something!
      Thank you for your support! I will be posting more vids soon!

    • @ddgaming3531
      @ddgaming3531 Před 2 lety

      @@CalculatorGuy2001 I FOUND YOUR MISTAKE

  • @colbyhodgdon5111
    @colbyhodgdon5111 Před 2 lety

    could you tell me what program text sources you are using?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      The language is called TI-Basic, let me know if you have any more questions

  • @imaginationgaming18
    @imaginationgaming18 Před 4 lety +1

    This is cool

  • @Kernolio
    @Kernolio Před 2 lety

    I've checked over many times, but when it hits the paddle I get an error and it puts me to output(y,x,0. please help!!

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      I don't know what to say man, I would just double check the code and rewatch the video. :(

  • @TheGuitarCowboy
    @TheGuitarCowboy Před rokem

    How can u stop it from buffering

  • @Elrolispolis-xh7hb
    @Elrolispolis-xh7hb Před 2 měsíci

    THANK YOUUUUU

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

    Im unable to move the thing! im trying to move using the arrows but it isnt moving.

  • @ReinkePostsRandomCrap
    @ReinkePostsRandomCrap Před měsícem +1

    I have a TI-84 Plus CE and the Wait command doesn’t exist. Can someone please help me?

  • @jacobtartabini2679
    @jacobtartabini2679 Před 3 lety +1

    Edit: this was actually my bad, I forgot one space. THIS IS AMAZINGGGGGG, TYSM

    • @liamkimmerle5882
      @liamkimmerle5882 Před 3 lety

      how to do space?

    • @jacobtartabini2679
      @jacobtartabini2679 Před 3 lety

      @@liamkimmerle5882 Alpha then press 0

    • @liamkimmerle5882
      @liamkimmerle5882 Před 3 lety

      @@jacobtartabini2679 ty man

    • @liamkimmerle5882
      @liamkimmerle5882 Před 3 lety

      @@jacobtartabini2679 do u know how to fix infinite balls coming? It’s not just one but many

    • @jacobtartabini2679
      @jacobtartabini2679 Před 3 lety

      @@liamkimmerle5882 I had the same problem, watch the video carefully again and pause it as a often as needed. You have to go slow and listen because half way through he changes the beginning of code. I have it and it works great
      I’m played it so much in class now my teacher takes my calculator away 😂

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

    does anyone know how to fix domain error? it popped up and its where :Output(10,P,"---- is

  • @rohankhetan3700
    @rohankhetan3700 Před 3 lety +9

    5:30 I didn't have a "wait" command, what could I do instead?

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

      Same I’m on a TI-84 plus not the ce

    • @hassanal-idani2792
      @hassanal-idani2792 Před 2 lety +2

      Same I have the ti 84 plus C silver edition

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

      @@hassanal-idani2792 Same with me. Can we use stop

    • @hassanal-idani2792
      @hassanal-idani2792 Před 2 lety

      @@justadqck bro I was literally wondering the same thing. I think you need a calculator TI-84 plus CE.

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

      there is a way to deal with it without the wait command, and it being formated for the TI-84 plus but the way i did it made it to where you can't select a speed, but you can change it in the program
      Here it is:
      1→X
      1→Y
      5→P
      0→L
      1→C
      1→D
      0→S
      ClrHome
      Repeat G=45 or L=1
      For(A,1,100 *note you can change the speed here the lower the number the faster
      Disp
      End
      getKey→G
      If X=1
      1→C
      If X=16
      ­1→C
      If Y=1
      1→D
      If Y=08
      Then
      If X[less than]P xor X[greater than]P+3
      1→L
      ­1→D
      S+1→S
      End
      If G
      Output(08,P," (there are 4 spaces here)
      P-2(G=24 and P[greater than]1→P
      P+2(G=26 and P[less than]23→P
      Output(08,P,"---- (4 minuses here)
      Output(Y,X," //1 space
      X+C→X
      Y+D→Y
      If L=0
      Output(Y,X,0
      End
      ClrHome
      Output(4,05,"GAME OVER
      Output(5,05,"SCORE:
      Output(6,05,S
      "

  • @alexandersiverly8285
    @alexandersiverly8285 Před 3 lety

    I double checked the code twice- and there is an issue i have. The ball goes the line above the paddle and then goes back onto it. Any fix? @Calculator Guy And im using the ti84 plus ce

  • @kevinvarmette2461
    @kevinvarmette2461 Před rokem

    I am having a problem where the back of my paddle isn't deleting as it moves, any idea what I did wrong?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem

      I would just double check the source code, especially around the “output - - -“ line. Sometimes you need to add a space to the other output line

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

    why does the ball make a line when it is moving

  • @weebowabo
    @weebowabo Před 2 lety

    I have an error, "Value entered is not allowed in the function or command." Goto brings me to Output(Y,X,0 . How do I solve this?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      Double check your code using the code in the description. If you still need help let me know!

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

    I programed the whole thing and double checked all the lines twice but my paddle won't move. Do you know why?

  • @GooseIsReal-lw8wu
    @GooseIsReal-lw8wu Před 9 měsíci

    My ball wont move is there a way to fix that??

  • @masonpeden161
    @masonpeden161 Před 2 lety

    Whenever I run the program only the paddle pops up for a second then it’s an error. It’s saying the error is on the last “End” command, any ideas how to fix it?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      I would just double check your code, as a typo could be the issue

  • @maximum-trollage
    @maximum-trollage Před 2 lety +1

    When I run the program the ball moves at 1 frame per year.
    I have the TI-84 Plus CE Python

    • @henry_evan
      @henry_evan Před 2 lety

      I have the exact same calculator and everything works fine for me, you probably had an error typing it down somewhere 🤷🏻‍♂️

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      ^^

    • @ddgaming3531
      @ddgaming3531 Před 2 lety

      The same thing happened to me just delete the program and retype it

  • @AGAR-ug9lu
    @AGAR-ug9lu Před 2 lety +2

    I have an error where when the ball hits the paddle i get a Domain error and when I select Goto it brings me to the line Output(Y,X,0

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      I would just double check the code in the description, as one small typo can kill your program!

    • @ddgaming3531
      @ddgaming3531 Před 2 lety

      @@CalculatorGuy2001 the same thing happened to me I have checked everything three times I can find what’s wrong when I hit goto it brings me to the “output(X,Y,0” line

    • @ddgaming3531
      @ddgaming3531 Před 2 lety

      @@CalculatorGuy2001 cant*

  • @samuellocastro235
    @samuellocastro235 Před 2 lety

    how do you put an end on the program at around 8:17?

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

    My zero keep trailing each other as is it were a chaos theory test

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

    When I execute program I can hit the ball off the paddle once, but then once the ball hits the top of the screen, it says
    "error: domain, Value entered is not allowed in the function or command.
    Ex: Radian Mode tan (pi/2)
    Degree Mode e^(pi/2*i)"
    I have no experience with coding and looking for a fix. I cant find it when i go over the code.

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

    when im select speed there automaticaly say me game over score 0

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

    still having the "output(Y, X, 0" issue, used code in description to make :(

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      Make the 1→C line under X=26 negative, so -1→C
      Thanks for your feedback! It helps you and will help everyone in future!!

  • @cailynn7575
    @cailynn7575 Před 3 lety

    that is impressiveb

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

    Whenever I enter the speed I get an error code that leads me to line 33( :Output(10,P,"---- ) I have rewatched the video, and read the description twice, but I can't find a problem with any of my code. ( If it helps the error code is: )
    Value entered is not allowed in the function or command.
    Ex: RADIAN MODE tan((pi)/2)
    DEGREE MODE e^((pi)/2*j)

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      Do you mind if you send me a video or pictures to my email if your code? Calculatorguy2001@gmail.com

    • @dododoug3001
      @dododoug3001 Před 2 lety

      I figured out the problem. On the 31st line I put a negative sign instead of a subtraction sign for the (P-2) section. It works great now!

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

      Got stuck here as well

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      I am working to find a solution

  • @ElCucuy2031
    @ElCucuy2031 Před rokem

    I messed up somehow i typed the program how you said but when i run the program it gives me syntax errors

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

    How come the wait function isn’t on mine?

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

    I can only get score of one since it automatically gets game over after the ball hits the bar

    • @inthebush8833
      @inthebush8833 Před 2 lety

      Same. Does anyone know how to fix thatx

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

      Double check the source code in the description, let me know how it works!

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

      I did but it now shows an error is one of the numbers suppost to be negative?

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

      @@plateofbacon877 I wish I could make it easier but you will have to re-watch the video to pinpoint the bug :(

  • @gabeandgame6080
    @gabeandgame6080 Před 2 lety

    The ball has a permanent trail behind its self. How do I fix this? What line would the mistake be on?

    • @laurn.laughter
      @laurn.laughter Před 2 lety

      i have this problem too

    • @laurn.laughter
      @laurn.laughter Před 2 lety

      i figured it out!!!
      at 13:41 he hovers over the line «Output (Y,X,”» make sure you have 4 spaces after the quote

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      Nice Lauren!

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      Try redownloading MirageOS from a different website/browser, or reset your calculator if you are willing!

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

    The ball just goes through the 4 minus signs and when it does it also doesn’t show my scrore

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

      Sorry for late reply, let me know if you still need help!

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

      @@CalculatorGuy2001 it’s all good, I think I’m good now

  • @sebitv4901
    @sebitv4901 Před 2 lety

    Hey how do you fix it buying laggy I don’t know if it’s my calculator or the code

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      Double check your code using the description! Reply if you still need help!

  • @allthingsrandom8784
    @allthingsrandom8784 Před 2 lety

    Mine says memory insufficient to preform the calculations check infinite recursions or loops plz help asap

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      First I would check to see if there are any bugs in your code. One messed up line could be a disaster! If there are no bugs in your code, then let me know and I will dive deeper into this issue.

  • @yeetoryeetor8872
    @yeetoryeetor8872 Před 2 lety

    Hey Im on a TI-84 plus not the CE and my code did not wok, I think its because the "Wait" command in PGRM -> CTL is not a present funtion of the TI-84 plus

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

    the paddle isn't collidable
    for some reason can pls someone help me

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      Start at 7:00 and watch very carefully! That line should be around the 7-8 minute mark!

  • @KashifKhan-kz5sx
    @KashifKhan-kz5sx Před 4 měsíci

    Hi this is kashif when I tried to put in Wait into my ti-84 when I scrolled down it showed me IS>( instead of

  • @ddgaming3531
    @ddgaming3531 Před 2 lety

    I know this is a very late comment but I recently watched this in hopes it would work but my calculator has a very hard time running this and loads for about ten seconds just for it to run a command not sure is this is because I have a python version but I am very confused, could you help?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      I would just make sure your code matches the code in the description; if you run into any more problems feel free to reply! Python calculators are compatible with this program.

    • @ddgaming3531
      @ddgaming3531 Před 2 lety

      @@CalculatorGuy2001 I fixed the original problem it runs amazing except that I get a domain error everytime I play and can’t find the problem it brings me to the “output(x,y,0” line and I’ve checked everything three times, any advice?

    • @ddgaming3531
      @ddgaming3531 Před 2 lety

      @@CalculatorGuy2001 I saw other comments about this problem and was just wondering if people ever figured out how to fix it?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      I just found a typo in my description! It’s the line at 7:56

    • @ddgaming3531
      @ddgaming3531 Před 2 lety

      @@CalculatorGuy2001 thank you so much! I hate to be a pain but have you got any other questions about that same problem but when it hits the right side of the screen?

  • @jamesn7760
    @jamesn7760 Před 2 lety

    Whenever the ball hits the side I get error syntax?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      Check the description for source code and make sure you are typing everything in exact! Rewatch video if you have to :(

  • @puckthief0158
    @puckthief0158 Před 2 lety

    I'm on the TI-84 Plus CE and I don't have the Wait option what do I do?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      I think I posted a solution in the description, let me know if you still need help, or update your OS on your calculator, to do that do a quick google search

  • @jupopules1295
    @jupopules1295 Před rokem +1

    When I enter the speed at the beginning of the game my calculator shows an error, is there any way this can be fixed?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem +1

      I would look at the source code in the first 10 lines and see if there’s any typos

    • @jupopules1295
      @jupopules1295 Před rokem

      @@CalculatorGuy2001 I just double checked and its fixed now, thank you so much!

  • @user-oo7su7gq5c
    @user-oo7su7gq5c Před rokem +1

    The ball is only staying at top moving side to side could you please help

  • @yayeetmoss3426
    @yayeetmoss3426 Před 2 lety

    when the ball hits the paddle it sas error and I goes to the output(y,x,0. part. help please?????????

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      Double check the source code! If you still are having issues please let me know!

  • @Gamer-br1fk
    @Gamer-br1fk Před 2 lety

    I have to add another enter in the code because of a mistake how do I do this?

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

    How do you make the paddle longer

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      Sorry for responding so late but here is the solution:
      10:44 make it 5 - signs
      9:32 make it 5 spaces
      7:50 make the line :If XP+4
      9:47 make the line :P-2(G=23 and P>1→P
      Hope This helps! Let me know if you encounter any bugs!

    • @kingzyxc4568
      @kingzyxc4568 Před 2 lety

      @@CalculatorGuy2001 I might have done something wrong, but when I did the changes, the second it touched the wall, it stuck to the wall and wouldnt move so I'ma recheck the programing and see if I can fix it

    • @kingzyxc4568
      @kingzyxc4568 Před 2 lety

      Actually it just won't let me go left, not that I get stuck to the wall

  • @marcdeschryver5582
    @marcdeschryver5582 Před 2 lety

    Whit wich button do you start?

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

    You can code games.....on a calculator?

  • @jacobcain8203
    @jacobcain8203 Před 2 lety

    this is cool and all, but how do i leave? i want to see my family

  • @inthebush8833
    @inthebush8833 Před 2 lety

    The ball just goes thru my paddle. How do i fix it?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      Double check the source code in the description to make sure everything looks right. You may have to go through the video again to check for any typos you may have done.

  • @chrisdavis6025
    @chrisdavis6025 Před 2 lety

    What do you press to start the game I have the code but how do I start after I press prgm then pong

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      Press enter under the exec menu

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      @@skittlesfnbr123 make sure there’s a prgm before the program name on the typing screen

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      @@skittlesfnbr123 wow! What happens when you press goto? That should take you to the error. Make a vid on that if you can!

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

    I’m having trouble on the line with wait (( 10-a)/100 because my calculator shows up is> not wait

    • @thestopanimator5344
      @thestopanimator5344 Před 2 lety

      Me too

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      I hate to say it, but just rewatch the video. Since you are not the only one with bugs, I will try to come up with a solution for all you guys.

    • @KatieWoehlert
      @KatieWoehlert Před 2 lety

      @@CalculatorGuy2001 I think you can use pause instead, not sure tho

  • @ReptileDude2004
    @ReptileDude2004 Před 2 lety

    I have a bunch of zeros going everywhere and I can't play it without loosing almost immediately. How do I fix it?

    • @cartooncorner6871
      @cartooncorner6871 Před 2 lety

      This happened to me too, go down to the line of code right after where you made the paddle look like “----“. The line of text right after that which looks like : output(Y,X,” needs a space after the quotes

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

      That should fix the millions of zeros

    • @ReptileDude2004
      @ReptileDude2004 Před 2 lety

      @@cartooncorner6871 Oh ok, cool!!! Tysm!!

    • @laurn.laughter
      @laurn.laughter Před 2 lety

      hey i had this problem too and i fixed it but my paddle keeps getting a bunch of extra lines on the right side of it

    • @ReptileDude2004
      @ReptileDude2004 Před 2 lety

      Interesting. For some reason I loose the game when the ball hits the paddle, Idk why. Can anyone help me?

  • @darklord2626
    @darklord2626 Před 2 lety

    Got to ~5:40 and realize i don't have a "wait" function. Am I still able to finish out and run this game?

    • @memsy3327
      @memsy3327 Před 2 lety

      Is it also is>( for u to?

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

      @@memsy3327 yep, got that far and was like.. hmmn thats not right

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

      Yes, wait function just pauses the program for a bit. You can also use a for loop.
      :For(z,1,500
      :End
      Does something similar
      ;)

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      Edit - DO NOT USE THE FOR LOOP! WAIT FUNCTION MUST BE USED FOR CE! (you can use the for loop but more on that later :) )

  • @manssjodell8619
    @manssjodell8619 Před rokem

    My ball moves really fast, can you slow it down some way? I have a plus ce-t.

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem +1

      If there's not a solution in the description yet, I will put one there!

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem

      I will post a video today or tomorrow on this topic, so keep an eye out for it!

  • @rhea6417
    @rhea6417 Před 2 lety

    Does this work with Python? I got an error message.

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      Personally, I don't know since I don't have a python calculator. If you followed every step correctly and are still getting an error, let me know and I will dive deeper into this issue!

  • @fezblock100
    @fezblock100 Před 3 lety

    coolio
    Edit: I just saw that someone hearted a comment there was a notification and I came here and I remembered everything that happened I coded this into my calculator

  • @tr1p1ea
    @tr1p1ea Před 3 lety

    Nice tutorial!

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

    I’m using the same calculator but I cant find wait, can someone help?

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

      You can just skip that step and clear it but it will always be max speed

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      Sorry for late reply, let me know if you still need help!

  • @bananaman8693
    @bananaman8693 Před 3 lety

    How do you backspace

  • @ashy_boi.
    @ashy_boi. Před 2 lety

    I have a python and it doesn’t work. My calculator is a TI-84 Plus CE. Please help!

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      Reply to this comment if you are still needing help! Sorry for responding so late!

  • @MarcBossYT
    @MarcBossYT Před 2 lety

    Yaaay

  • @kittie4269
    @kittie4269 Před rokem

    I accidentally deleted a line in the code and I can't add a new one. how do I fix this?

  • @squirrelsarecool4446
    @squirrelsarecool4446 Před 2 lety

    whenever the ball hits the walls i get an error syntax what. do i do? PLS help me

  • @liamkimmerle5882
    @liamkimmerle5882 Před 3 lety

    how do you fix the paddle not moving?

    • @liamkimmerle5882
      @liamkimmerle5882 Před 3 lety +1

      Mine works fine but the paddle doesn’t move when I hit the arrow keys

    • @calesorg7809
      @calesorg7809 Před 2 lety

      @@liamkimmerle5882 did you figure out y

    • @liamkimmerle5882
      @liamkimmerle5882 Před 2 lety

      @@calesorg7809 yeah but I don’t remember how it was so long ago

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      Sorry for late reply, let me know if you still need help!

  • @Creedswims
    @Creedswims Před 3 lety

    Does this work on the nspire

  • @Mikezak7
    @Mikezak7 Před rokem

    how come when the ball hits the paddle i get an error

  • @deankonkel341
    @deankonkel341 Před 3 lety

    dose it work on a TI 83 pluse

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

    the ball duplicates its self while moveing pls help

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety

      Double check the source code from the description! Usually one missing line or typo can cause a fatal error! Reply if you still need help or need the download!