Тёмный
No video :(

Program pong on the ti-84 plus CE 

Chief Dylan Programming
Подписаться 2,1 тыс.
Просмотров 45 тыс.
50% 1

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/U...
Sourcecode with slower ball/no wait command: pastebin.com/K...

Опубликовано:

 

25 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 327   
@mromatic17
@mromatic17 3 года назад
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!
@slartibartfastBB
@slartibartfastBB Год назад
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 Год назад
What do you mean by change references 10 to 8 and 26 to 16?
@skibbl_dev
@skibbl_dev 10 месяцев назад
@@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
@airocety4391
@airocety4391 4 года назад
Thank you!! This is by far the best version of pong you can make using ti basic!
@evanvalentine1823
@evanvalentine1823 3 года назад
It took a couple of tweaks but this was so awesome! I subbed too!
@ethanofamerica6518
@ethanofamerica6518 2 года назад
This is awesome, it feels so much better to have typed in the code myself rather than downloading games online
@dawsonalderman1082
@dawsonalderman1082 3 года назад
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.
@DetectiveDar
@DetectiveDar 2 года назад
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
@silascox862
@silascox862 Год назад
Thank you so much! It’s the best way to learn how to use my new calculator, it’s no so scary anymore!
@RyanCmr07
@RyanCmr07 Год назад
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 2 года назад
Ty for all these amazing tutorials and additional help in the comments!
@abdulsalamfatuga9814
@abdulsalamfatuga9814 2 года назад
Totally worked so cool thanks a lot It was hard and time consuming but we pulled through 💯
@BenjaminMartinyt
@BenjaminMartinyt 4 года назад
i screwed up somewhere
@cameronvonahlefeld2246
@cameronvonahlefeld2246 4 года назад
Same
@jacobtartabini2679
@jacobtartabini2679 4 года назад
Same
@brooklynnyoung5850
@brooklynnyoung5850 3 года назад
Same
@osquitis
@osquitis 3 года назад
same
@utubegurl4076
@utubegurl4076 3 года назад
if there’s an syntax error message, select goto. It will show you the line with the mistake
@JaysCoolThings
@JaysCoolThings 2 года назад
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.
@itzjohnnyboi9122
@itzjohnnyboi9122 2 года назад
Ok
@gavintransformer5
@gavintransformer5 9 месяцев назад
I don't have that cable and can't get one rn
@thomasjohnson8121
@thomasjohnson8121 3 года назад
I did this on my brother's calculator and it worked perfectly it is awesome
@rohankhetan3700
@rohankhetan3700 3 года назад
5:30 I didn't have a "wait" command, what could I do instead?
@frostfire9434
@frostfire9434 3 года назад
Same I’m on a TI-84 plus not the ce
@hassanal-idani2792
@hassanal-idani2792 2 года назад
Same I have the ti 84 plus C silver edition
@justadqck
@justadqck 2 года назад
@@hassanal-idani2792 Same with me. Can we use stop
@hassanal-idani2792
@hassanal-idani2792 2 года назад
@@justadqck bro I was literally wondering the same thing. I think you need a calculator TI-84 plus CE.
@gremilinKirby9094
@gremilinKirby9094 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 "
@perseverance8
@perseverance8 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 2 года назад
Yes, sad. Cemetech.net, which you may have heard of, has come up with plenty of strategies to go around this obstacle.
@overfoxed
@overfoxed 4 года назад
Awesome! This is so much better than the other version.
@CalculatorGuy2001
@CalculatorGuy2001 4 года назад
I'm glad you like it!
@ReinkePostsRandomCrap
@ReinkePostsRandomCrap 3 месяца назад
I have a TI-84 Plus CE and the Wait command doesn’t exist. Can someone please help me?
@cranklinXO
@cranklinXO 4 года назад
Great video was wondering if you could do one on snake
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
Sorry for coming back so late! If you are still online, then yes, I will post a snake tutorial very soon!
@Chanclaceleste
@Chanclaceleste 3 месяца назад
when im select speed there automaticaly say me game over score 0
@andrewexists4517
@andrewexists4517 3 года назад
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?
@1starexpert
@1starexpert 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 2 года назад
@@1starexpert no. Probably just gonna check Reddit at some point and see if anybody knows.
@yayeetmoss3426
@yayeetmoss3426 2 года назад
@@1starexpert same....
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
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 2 года назад
@@CalculatorGuy2001 I FOUND YOUR MISTAKE
@fernandofalomir412
@fernandofalomir412 Год назад
New to programing. it worked first try, it was awesome thank you!
@CalculatorGuy2001
@CalculatorGuy2001 Год назад
You’re welcome!
@wyatt.lau.
@wyatt.lau. День назад
Whenever i play the 0's just stay on screen after the ball moves
@richardsatchel6965
@richardsatchel6965 Год назад
My zero keep trailing each other as is it were a chaos theory test
@sherriwaaraniemi1681
@sherriwaaraniemi1681 3 дня назад
How would I add a high score function into the code.i would like to have an easy way to remember the score
@MarcBossYT
@MarcBossYT 2 года назад
We need more vids bro these are so cool 😎!!!
@sina11.06
@sina11.06 3 года назад
Works great on the TI-84 Plus CE-T too
@Christina-mb3qt
@Christina-mb3qt Год назад
I’m done coding and when I play the ball always goes through the platform. Do u know how to fix that?
@dercoldo2636
@dercoldo2636 2 года назад
thanks for the good video from germany :)
@spllitzfire7366
@spllitzfire7366 Месяц назад
i got a error domain says value entered is not allowed in the function or command. ex: radian mode and degree mode what do i do? when i press goto it takes me to program line 33
@jaysanXD
@jaysanXD 4 года назад
OMG IT WORKS THANK YOU SO MUCH!!! I SUBBED!!!
@SaAnDeEpEo
@SaAnDeEpEo 4 месяца назад
Im unable to move the thing! im trying to move using the arrows but it isnt moving.
@adinkovacevic9826
@adinkovacevic9826 3 года назад
Great tutorial!
@AGAR-ug9lu
@AGAR-ug9lu 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 2 года назад
I would just double check the code in the description, as one small typo can kill your program!
@ddgaming3531
@ddgaming3531 2 года назад
@@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 2 года назад
@@CalculatorGuy2001 cant*
@tarav8571
@tarav8571 10 месяцев назад
why does the ball make a line when it is moving
@basilbarkat195
@basilbarkat195 19 дней назад
if you dont have wait then just dont write any thing before ((10-A)/100 it would work
@user-oo7su7gq5c
@user-oo7su7gq5c Год назад
The ball is only staying at top moving side to side could you please help
@MFcaricature2006
@MFcaricature2006 Год назад
Me too
@julielosordo1189
@julielosordo1189 3 года назад
I’m having trouble on the line with wait (( 10-a)/100 because my calculator shows up is> not wait
@thestopanimator5344
@thestopanimator5344 2 года назад
Me too
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
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 2 года назад
@@CalculatorGuy2001 I think you can use pause instead, not sure tho
@cameronlee888
@cameronlee888 2 года назад
still having the "output(Y, X, 0" issue, used code in description to make :(
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
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!!
@MrGamer7193
@MrGamer7193 7 месяцев назад
How come the wait function isn’t on mine?
@jacobtartabini2679
@jacobtartabini2679 4 года назад
Edit: this was actually my bad, I forgot one space. THIS IS AMAZINGGGGGG, TYSM
@liamkimmerle5882
@liamkimmerle5882 3 года назад
how to do space?
@jacobtartabini2679
@jacobtartabini2679 3 года назад
@@liamkimmerle5882 Alpha then press 0
@liamkimmerle5882
@liamkimmerle5882 3 года назад
@@jacobtartabini2679 ty man
@liamkimmerle5882
@liamkimmerle5882 3 года назад
@@jacobtartabini2679 do u know how to fix infinite balls coming? It’s not just one but many
@jacobtartabini2679
@jacobtartabini2679 3 года назад
@@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 😂
@akitaishi
@akitaishi Год назад
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 ?
@The-Lucas-Show
@The-Lucas-Show 11 месяцев назад
Its collision detecting for the wall
@rylynbrim
@rylynbrim 2 года назад
I programed the whole thing and double checked all the lines twice but my paddle won't move. Do you know why?
@urmomlovesme4017
@urmomlovesme4017 2 года назад
i have the same problem
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
That is unfortunate! I will look into this issue.
@matthewjagos9328
@matthewjagos9328 3 года назад
The ball just goes through the 4 minus signs and when it does it also doesn’t show my scrore
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
Sorry for late reply, let me know if you still need help!
@matthewjagos9328
@matthewjagos9328 2 года назад
@@CalculatorGuy2001 it’s all good, I think I’m good now
@Elrolispolis-xh7hb
@Elrolispolis-xh7hb 4 месяца назад
THANK YOUUUUU
@plateofbacon877
@plateofbacon877 3 года назад
I can only get score of one since it automatically gets game over after the ball hits the bar
@inthebush8833
@inthebush8833 2 года назад
Same. Does anyone know how to fix thatx
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
Double check the source code in the description, let me know how it works!
@plateofbacon877
@plateofbacon877 2 года назад
I did but it now shows an error is one of the numbers suppost to be negative?
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
@@plateofbacon877 I wish I could make it easier but you will have to re-watch the video to pinpoint the bug :(
@GooseIsReal-lw8wu
@GooseIsReal-lw8wu 10 месяцев назад
My ball wont move is there a way to fix that??
@The-Lucas-Show
@The-Lucas-Show 11 месяцев назад
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
@godpotato2670
@godpotato2670 10 месяцев назад
it wont work it just says error syntax
@KashifKhan-kz5sx
@KashifKhan-kz5sx 5 месяцев назад
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
@powerdoomfly
@powerdoomfly 2 года назад
This video is awesome
@wyattf.6320
@wyattf.6320 2 года назад
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.
@wyattf.6320
@wyattf.6320 2 года назад
fixed, i just restarted and i dont know what i did differently
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
Glad you got it fixed!
@RonanBurns2912
@RonanBurns2912 Год назад
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
@jaylie6078
@jaylie6078 2 года назад
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 2 года назад
Double check the code that involved the paddle. You may need to re-check your entire code!
@mattkaniski5473
@mattkaniski5473 3 года назад
the paddle isn't collidable for some reason can pls someone help me
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
Start at 7:00 and watch very carefully! That line should be around the 7-8 minute mark!
@jupopules1295
@jupopules1295 2 года назад
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 2 года назад
I would look at the source code in the first 10 lines and see if there’s any typos
@jupopules1295
@jupopules1295 2 года назад
@@CalculatorGuy2001 I just double checked and its fixed now, thank you so much!
@waterudoing.
@waterudoing. 8 месяцев назад
This is great btw how do i get the paddle to move faster
@ElCucuy2031
@ElCucuy2031 Год назад
I messed up somehow i typed the program how you said but when i run the program it gives me syntax errors
@CalculatorGuy2001
@CalculatorGuy2001 Год назад
Rewatch the video and look at the source code perhaps
@imaginationgaming18
@imaginationgaming18 4 года назад
This is cool
@kevcopo
@kevcopo 8 месяцев назад
You can code games.....on a calculator?
@cursedkirsten
@cursedkirsten 10 месяцев назад
does anyone know how to fix domain error? it popped up and its where :Output(10,P,"---- is
@speedsoul3422
@speedsoul3422 3 года назад
how do I fix it when the ball hits the sides and it says error: domain. Edit: Found it. Forgot the -1[arrow]c and -1[arrow]d Subbed!
@mathiasbauer7837
@mathiasbauer7837 3 года назад
Hey how did you fix the output(y,x,0 error because my ball goes through the paddle
@inthebush8833
@inthebush8833 2 года назад
@@mathiasbauer7837 same here
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
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.
@dabuilda
@dabuilda 3 года назад
Yo we need more of these =
@bananaman8693
@bananaman8693 3 года назад
ok it works now, thanks
@Mikezak7
@Mikezak7 Год назад
how come when the ball hits the paddle i get an error
@CalculatorGuy2001
@CalculatorGuy2001 Год назад
Seems like a typo to me! Double check all your source code!
@Evan-in8gf
@Evan-in8gf Месяц назад
I can't move the paddle to the right!
@CalculatorGuy2001
@CalculatorGuy2001 24 дня назад
Double check your source code regarding the getkey command or a variable dependant on getkey
@Evan-in8gf
@Evan-in8gf 24 дня назад
@@CalculatorGuy2001 I mean, I have the PYTHON edition of the TI 84 PLUS CE CALCULATOR. Did that have anything to do with it? (i chose the TI-BASIC coding language btw)
@dawgperiod6087
@dawgperiod6087 Год назад
When I run it at 10 it makes it super fast like it lags
@dawgperiod6087
@dawgperiod6087 Год назад
Never mind I watched ur fix video!
@TheGuitarCowboy
@TheGuitarCowboy Год назад
How can u stop it from buffering
@maximum-trollage
@maximum-trollage 3 года назад
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 2 года назад
I have the exact same calculator and everything works fine for me, you probably had an error typing it down somewhere 🤷🏻‍♂️
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
^^
@ddgaming3531
@ddgaming3531 2 года назад
The same thing happened to me just delete the program and retype it
@comfycactus2926
@comfycactus2926 3 года назад
I’m using the same calculator but I cant find wait, can someone help?
@coled9560
@coled9560 3 года назад
You can just skip that step and clear it but it will always be max speed
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
Sorry for late reply, let me know if you still need help!
@sauceboss2072
@sauceboss2072 Год назад
he was so fast
@justmaddog3716
@justmaddog3716 2 года назад
the ball duplicates its self while moveing pls help
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
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!
@Kernolio
@Kernolio 2 года назад
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 2 года назад
I don't know what to say man, I would just double check the code and rewatch the video. :(
@kittie4269
@kittie4269 2 года назад
I accidentally deleted a line in the code and I can't add a new one. how do I fix this?
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
[2nd][del][enter]
@weebowabo
@weebowabo 2 года назад
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 2 года назад
Double check your code using the code in the description. If you still need help let me know!
@kevinvarmette2461
@kevinvarmette2461 2 года назад
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 2 года назад
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
@kingzyxc4568
@kingzyxc4568 3 года назад
How do you make the paddle longer
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
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 2 года назад
@@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 2 года назад
Actually it just won't let me go left, not that I get stuck to the wall
@dododoug3001
@dododoug3001 2 года назад
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 2 года назад
Do you mind if you send me a video or pictures to my email if your code? Calculatorguy2001@gmail.com
@dododoug3001
@dododoug3001 2 года назад
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 2 года назад
Got stuck here as well
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
I am working to find a solution
@colbyhodgdon5111
@colbyhodgdon5111 2 года назад
could you tell me what program text sources you are using?
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
The language is called TI-Basic, let me know if you have any more questions
@masonpeden161
@masonpeden161 2 года назад
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 2 года назад
I would just double check your code, as a typo could be the issue
@ittix239
@ittix239 3 года назад
I Double checked all and it still says error syntax:(
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
Check the source code in description?
@ittix239
@ittix239 2 года назад
@@CalculatorGuy2001 THAT WAS ONE YEAR AGO BRO I DONT EVEN HAVE ONE ANYMORE💀💀 thx anyways
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
@@ittix239 Wow. Thanks for your support anyways! I had no idea this vid was gonna be so popular!
@yayeetmoss3426
@yayeetmoss3426 2 года назад
when the ball hits the paddle it sas error and I goes to the output(y,x,0. part. help please?????????
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
Double check the source code! If you still are having issues please let me know!
@cailynn7575
@cailynn7575 3 года назад
that is impressiveb
@Fezblock100
@Fezblock100 3 года назад
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
@puckthief0158
@puckthief0158 2 года назад
I'm on the TI-84 Plus CE and I don't have the Wait option what do I do?
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
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
@LifeInDisarray
@LifeInDisarray 2 года назад
The ball just goes through the paddle for me
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
Wow! Let me know if you still need help
@jamesn7760
@jamesn7760 2 года назад
Whenever the ball hits the side I get error syntax?
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
Check the description for source code and make sure you are typing everything in exact! Rewatch video if you have to :(
@allthingsrandom8784
@allthingsrandom8784 2 года назад
Mine says memory insufficient to preform the calculations check infinite recursions or loops plz help asap
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
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.
@gabeandgame6080
@gabeandgame6080 2 года назад
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 2 года назад
i have this problem too
@laurn.laughter
@laurn.laughter 2 года назад
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 2 года назад
Nice Lauren!
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
Try redownloading MirageOS from a different website/browser, or reset your calculator if you are willing!
@yeetoryeetor8872
@yeetoryeetor8872 2 года назад
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
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
Yeah sadly
@yeetoryeetor8872
@yeetoryeetor8872 2 года назад
@@CalculatorGuy2001 Dangit ok will invest in the better model when I get the chance
@alexandersiverly8285
@alexandersiverly8285 3 года назад
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
@alexandersiverly8285
@alexandersiverly8285 3 года назад
nvm, i forgot to put an if in front of a statement
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
Sorry for late reply, let me know if you still need help!
@crnjakfamily4639
@crnjakfamily4639 Год назад
15:46 My best is 50. I had to wipe my calculator for school, but it worked first try (again)!
@inthebush8833
@inthebush8833 2 года назад
The ball just goes thru my paddle. How do i fix it?
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
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.
@Gamer-br1fk
@Gamer-br1fk 2 года назад
I have to add another enter in the code because of a mistake how do I do this?
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
Press 2nd del enter
@samuellocastro235
@samuellocastro235 2 года назад
how do you put an end on the program at around 8:17?
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
Prgm then 7
@zoukaz
@zoukaz 2 года назад
Everytime it hits the top it give me a error what do i do
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
It seems like a typo in your code
@ashy_boi.
@ashy_boi. 3 года назад
I have a python and it doesn’t work. My calculator is a TI-84 Plus CE. Please help!
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
Reply to this comment if you are still needing help! Sorry for responding so late!
@zombi3001
@zombi3001 3 года назад
when i start the program it already says game over
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
Sorry for late reply, let me know if you still need help!
@manssjodell8619
@manssjodell8619 2 года назад
My ball moves really fast, can you slow it down some way? I have a plus ce-t.
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
If there's not a solution in the description yet, I will put one there!
@CalculatorGuy2001
@CalculatorGuy2001 2 года назад
I will post a video today or tomorrow on this topic, so keep an eye out for it!
@ReptileDude2004
@ReptileDude2004 2 года назад
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 2 года назад
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 2 года назад
That should fix the millions of zeros
@ReptileDude2004
@ReptileDude2004 2 года назад
@@cartooncorner6871 Oh ok, cool!!! Tysm!!
@laurn.laughter
@laurn.laughter 2 года назад
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 2 года назад
Interesting. For some reason I loose the game when the ball hits the paddle, Idk why. Can anyone help me?
Далее
I Wrote Minecraft for a Calculator
14:43
Просмотров 1,4 млн
How to program snake on Ti-84 Plus CE
29:39
Просмотров 47 тыс.
В ЭТОЙ ИГРЕ НУЖНО ВЫЖИТЬ [Что?]
32:38
How to Program Pac-Man-Color on the Ti-84 Plus CE!
45:19
How calculator games took over schools
12:46
Просмотров 315 тыс.
Inside the TI 84 Python Edition Calculator!
41:21
Просмотров 135 тыс.
Calculator Gaming: Grand Theft Auto
8:17
Просмотров 1,6 млн
Pokémon on Ti-84 Plus CE!
13:08
Просмотров 51 тыс.
Water Cooling a TI-84 Graphing Calculator!
12:44
Просмотров 3,7 млн
Snake Program on the TI 83/84+
15:49
Просмотров 263 тыс.