Тёмный

Calculator Programming - Episode 1: Zelda Begins! 

Timothy Swan
Подписаться 4 тыс.
Просмотров 99 тыс.
50% 1

Tim from year 2019: I have a patreon page, now! Please support me, thanks! / parsetreemaster
I begin to program a Zelda game with a ti-84 calculator. (Should also work on ti-83 and ti-82)
To insert lines, press [2ND] then [DEL] (for insert mode) then [ENTER].
Code for Zelda posted on May 7th 2014 after Episode 17 upon RU-vid comment request.
ZELDA: pastebin.com/rx...
ZELDAO: pastebin.com/8v...
ZELDAP: pastebin.com/zW...
Episode 2:
• Calculator Programming...
List of all pastebin programs:
pastebin.com/He...
The way that I present my episodes is inspired by Ethoslab.
If you have a Ti 84+ C Silver Edition:
The English manual mentions two modes for the output command, Horizontal and Graph-Table. The (row, column) are (4, 26) and (10, 26) respectively. The indices are inclusive to those sizes and 1. So, in interval notation, ([1, 10], [1, 26]) is your maximum character playroom. Use x to represent column index and y to represent row index, making sure that your mode is set to Graph-Table. Edit your program accordingly to work with these numbers. So as you watch this video, remember that your screen is 10 x 26 rather than 8 x 16.

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

 

12 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 306   
@maxbenkard3455
@maxbenkard3455 5 лет назад
I’ve been programming calculators instead of paying attention every day in math class 😂😂
@maxbenkard3455
@maxbenkard3455 5 лет назад
bro i made frogger, this is sick
@TimJSwan
@TimJSwan 4 года назад
@@maxbenkard3455 Nice!!
@icantth1nkofanam40
@icantth1nkofanam40 4 года назад
i do this in every class
@aziaanimates9885
@aziaanimates9885 4 года назад
This is not good you should pay attention to your classes also im in the middle of making snake
@duck_pajamas4796
@duck_pajamas4796 2 года назад
@@aziaanimates9885 children this is what we call a hypocrite
@Marcsine
@Marcsine 6 лет назад
Hi Tim. I just wanted to thank you for making these videos. I found your channel about a year ago, and I bought a TI84 a few months after that. I'm still programming games on it because it's oddly enjoyable. So thanks.
@LUXURYLOUNGE44
@LUXURYLOUNGE44 10 месяцев назад
Can I we see your games
@heretichazel
@heretichazel 5 лет назад
If you're on the TI-84 Plus CE, the max coordinates are 26 and 10 instead of 16 and 8
@BossZnakemaster
@BossZnakemaster 9 лет назад
This was incredibly fun to follow along to. I have a TI-83 which i bought for when i was back in college many years. Thought i had lost it, but finally found it last winter. This type of programming is exactly what i wanted to accomplish to make some simple games, but i was clueless when i came to things such as matrix and string.
@TimJSwan
@TimJSwan 9 лет назад
Thing is this video gets so many views compared to all my other calculator programming videos that I hope it's not scaring people away from seeing more of the series. I mean, it gets three times as many views even than episode 2. I hope numbering them is not detrimental.
@corley2065
@corley2065 8 лет назад
+Tim-J.Swan What I've noticed about series such as these, is that people don't want to know how it works, they just want to download it and play on a test or something, any they usually skip to either the first or last video of a series to find the link. If you'd like to have more people know how it works, reply to some comments saying the link because those were the people who actually took the time to see what this is. As for me, I'm watching the entire series with or without the link, because I'm making another game of my own that has these same mechanics. Thanks!
@TimJSwan
@TimJSwan 11 лет назад
Thank you! I plan to post many more episodes.
@jakemonson1977
@jakemonson1977 8 лет назад
Hey Tim! You should continue Zelda. I think this game is super awesome. Randomly spawned items and enemies and terrain generation would be awesome. Plus being able to use items in your inventory would be cool. Just some suggestions! Stay awesome!!!
@titansoundsmusic
@titansoundsmusic 10 лет назад
WHOA WHOA WHOA. You've got me completely lost lol I have a question tho, can you get the whole code typed up or something? You can send notepad documents into your calculator pretty easy, and they'll just go straight to your programs folder inside your calculator. But If I could get that, then maybe I wont get lost as easily lol you move really fast :P
@ProbablyJake1
@ProbablyJake1 4 года назад
Brah if you need it downlouded just get a zelda file
@mr.fopdoodle7943
@mr.fopdoodle7943 4 года назад
I'm trying to port Undertale to the ti 84 plus and I used this for the menus, just altering the code a little, so it spawns at 2,3 and making it so it only moves along y. It worked, but when I tried to make the screen wrap, it won't start. It'll show the icon, but the text box thingy is still there. I've tried this multiple times, switching out my code, fixing little mistakes, but no dice. I've spent a whole day trying and the Internet isn't helping so can I have some help?
@jac9708
@jac9708 4 года назад
if you want to add multiple levels, near the beginning at the variables, add C➜1 (or whatever you want C to be). Instead of While 1, do "While C". At the end of your level, do "C➜0." that will end that level. If you do it right (I havent done it in a while,) then you can add multiple levels.
@alanb.6658
@alanb.6658 8 лет назад
After I try and program the part including it being able to go off the screen, Zelda doesn't let me move it.
@jedigaming1990
@jedigaming1990 7 лет назад
Alan B. I think I know cuz I had the same problem but maybe it has something to do with the end command
@jackwellman2560
@jackwellman2560 7 лет назад
Alan B. I HAVE A FIX! All you have to do is add an extra "end" to the end of the entire program.
@kellangaming1108
@kellangaming1108 7 лет назад
JackPlaysGames [Jack Wellman] Thank you!
@hto560
@hto560 7 лет назад
JackPlaysGames [Jack Wellman] do you know why that works? It worked for me and I kinda want to know why/ how it fixed the issue
@kelseyhines1140
@kelseyhines1140 7 лет назад
Thank you so much!
@inm8543
@inm8543 7 лет назад
Tim-J.Swan I've been loving your work on the Zelda series so plz make a new Zelda episode like if u agree
@budgillett
@budgillett 11 лет назад
This is amazing! I love this series, can't wait for more
@TimJSwan
@TimJSwan 9 лет назад
If you have a Ti 84+ C Silver Edition, the English manual mentions two modes for the output command, Horizontal and Graph-Table. The (row, column) are (4, 26) and (10, 26) respectively. The indices are inclusive to those sizes and 1. So, in interval notation, ([1, 10], [1, 26]) is your maximum character playroom. Use x to represent column index and y to represent row index, making sure that your mode is set to Graph-Table. Edit your program accordingly to work with these numbers.
@deepkatara447
@deepkatara447 9 лет назад
I'm sorry that I am asking this, I'm quite terrible at programming calculators, but how do these numbers correspond to the if-then statements. Which number do I have to replace with the ones you put on the video? Also, this is the first and only video I saw in this Zelda series.
@TimJSwan
@TimJSwan 9 лет назад
Deep Katara I use (8, 16) for the rows and columns. Sometimes, I will use local numbers like 7 and 15. Instead of that pair being the size of you screen, (10, 26) is. So, where I am specifically working based off the screen in the video, on your calculator use 9, 10, 25, and 26 in place of where I use 7, 8, 15, and 16 in the video, respectively.
@eddieaxberg6501
@eddieaxberg6501 8 лет назад
Thank you for teaching what things do in going to try to make my own stuff now
@rachelrpl
@rachelrpl 5 лет назад
Made a program that displays a number, and every time you hit 2nd, that number increases by 1!
@TimJSwan
@TimJSwan 5 лет назад
Great!
@psychic_digit
@psychic_digit 4 года назад
Nice, what did you make it for?
@TimJSwan
@TimJSwan 5 лет назад
Wow, thanks for all the views through the years, guys! It's 2019 writing this comment and I started a patreon page! www.patreon.com/ParseTreeMaster Let's get to my goal $50 per published video! We only have 1 patron who joined in May: "Владимир Василев"
@completedGrimoire
@completedGrimoire 7 лет назад
I was following along but changed it so that when you move into a wall, it puts you back, changing the line to something like Y-1 stored as Y. This works perfectly for all but the final one for some reason. When I test the final one, the program finishes before I can move.
@TimJSwan
@TimJSwan 7 лет назад
See description for the code. See my latest video 'tutorial' for doing some follow-along. By 'the final one' do you mean room? If the wall is in the matrix, you can simply restore coordinates.
@SuperGamer-bp9oj
@SuperGamer-bp9oj 5 лет назад
The best way to play video games in school. The calculator!
@prodkbeatz
@prodkbeatz 5 лет назад
Haha
@prodkbeatz
@prodkbeatz 5 лет назад
25 minute long tutorial. Me:Spends whole hour trying to find the arrow button.
@ashleyayala7605
@ashleyayala7605 5 лет назад
where is it
@prodkbeatz
@prodkbeatz 5 лет назад
@@ashleyayala7605 its the storage button The one that's under the button with the LN on it
@gangstasteve5753
@gangstasteve5753 5 лет назад
Right before you do X+1->X and all the coordinate changes just type Output(Y,X,” “) and it’s very smooth
@Oshimimers
@Oshimimers 6 лет назад
this is funny. My middle school teacher actually has like 20 of the same calculator so we can use them as you would use a regular calculator. This programming function is like the best part of the calculator but we dont even use it!
@brianotsuki3217
@brianotsuki3217 8 лет назад
Thanks for this step-by-step guide on programming basics. I really enjoyed trying it out. Is there a resource/reference for TI BASIC that you would recommend? Looking forward to seeing what you do with this program in the future. Possibly, adding color on your new TI84+CE?
@jackat4
@jackat4 5 лет назад
He made this six days in the future, 6 years in the past
@TimJSwan
@TimJSwan 5 лет назад
This 'the' Aiden? :D
@jackat4
@jackat4 5 лет назад
I don't think so, what did this "Aiden" do?
@spartacuspro88
@spartacuspro88 9 лет назад
Great tutorial! Thanks a lot
@ConstantStone12
@ConstantStone12 4 года назад
When I try to go up it gives me a syntax error does anyone know why
@shashi_gal
@shashi_gal 7 лет назад
Can this work on to-83plus
@reinvanacker4193
@reinvanacker4193 8 лет назад
Nice, another ethofan, I didn't notice that you were doing stuff like etho, but... I don't think anyone can do stuff like etho. But it's equally awesome the way you do it !
@jamesdahne1593
@jamesdahne1593 6 лет назад
So I’ve been following the video very closely and using the exact same model calculator but for whatever i can only get it to work if I omit the “then” and “end commands between lines of code
@commongaming_7521
@commongaming_7521 8 лет назад
At 18:50 when I run the program it leaves a trail of string1 where I moved
@TimJSwan
@TimJSwan 11 лет назад
Where did I get the calculator? I purchased it from at an exchange.
@carsoncassidy20
@carsoncassidy20 4 года назад
I know this video was posted a long time ago so you probably won't see this but after I typed in all your code until 10:28, the theta sign won't move and for some reason, it just acts like there's no program running and it lets you do normal calculations. I don't know if you would know what's going on, but I just figured I should ask.
@TimJSwan
@TimJSwan 4 года назад
Do you know if you actually ran the program? Maybe it ended, somehow. Missing an 'End' at the end? Try adding a 'Disp "HELLO"' at the end of the program so you know when it reached that last line. Also, disp your X and Y around the line you output so you can see which coordinates it attempts to draw it at.
@applejames852
@applejames852 9 лет назад
how do i make an empty line between two existing lines? it wold be a lot easier to follow if you showed what buttons you where pressing
@TimJSwan
@TimJSwan 9 лет назад
[2ND] [DEL] [ENTER]
@jamesfletcher4099
@jamesfletcher4099 6 лет назад
go to the end of the line and pride 2nd+del+enter and an extra line will appear bellow it move once up or down to stop asking more lines
@destruxandexploze2552
@destruxandexploze2552 7 лет назад
Can you do this on a casio fx-9750GII?
@user-gx5pt8uz6l
@user-gx5pt8uz6l 10 лет назад
And I got a plus silver edition
@Detectivejazz
@Detectivejazz 6 лет назад
To all those questions press 2nd then ins then enter
@phrogy_1992
@phrogy_1992 7 лет назад
how do I add a command line in between two existing command lines?
@TimJSwan
@TimJSwan 7 лет назад
[2ND], [DEL] buttons. Which is semantically the same as [INS] Then [ENTER] on the line n will shift down all the lines greater or equal to n, including the selected character and after, but not before.
@phrogy_1992
@phrogy_1992 7 лет назад
Tim-J.Swan Thanks so much!
@Fumblr_
@Fumblr_ 6 лет назад
IDK
@RyluRocky
@RyluRocky 6 лет назад
How do you program this on a Ti-84 + C SE? I'VE looked at your extra feed back on next to the view counter. Do I replace all 8's and 16's with 10's and 26's? (Because may calculator says the label isn't receiving instruction.)
@moreguy4864
@moreguy4864 6 лет назад
I am using a TI-84 Plus CE, and it flickers quite annoyingly. How may I fix this?
@stormshift4628
@stormshift4628 3 года назад
Could you perhaps make a Zelda series on the TI 84 ce and use the draw screen?
@maxter123ify
@maxter123ify 9 лет назад
Does someone know how to program a calculator to make it show all the work?
@treysmith3858
@treysmith3858 6 лет назад
I'm using a ti-86 and I can not find some commands
@nico9901
@nico9901 10 лет назад
You know there's a better code for moving. But when I started programming I did the same thing as you.
@gfgnickname_not_chosen2598
@gfgnickname_not_chosen2598 10 лет назад
what code is it?
@deepkatara447
@deepkatara447 9 лет назад
HELP! I have a Ti 84+ C Silver Edition. The coordinates doesn't work for me. Can someone please tell me the x and y coordinates.
@billkaizer6812
@billkaizer6812 8 лет назад
If stops working for me when I do the strings
@laytonpratt
@laytonpratt 7 лет назад
I found the link description and did what it said, but I couldn't get it to work. I have a TI-84 Plus CE.
@lukejohnson997
@lukejohnson997 6 лет назад
I have a ce and it works
@inuyasha9948
@inuyasha9948 8 лет назад
Can you create external programs on a pc?
@calculatorramen1509
@calculatorramen1509 5 лет назад
use Ti-connect CE or just Ti-connect
@michaelhicks8655
@michaelhicks8655 8 лет назад
are the button numbers(like the arrow keys being 25, 26,27, and 34) on the ti 84 the same as the ti 83?
@MrMegaPokemasta
@MrMegaPokemasta 9 лет назад
Hello i know you did this video 3 years ago but i would love a little help with this particularly the screen as i am using a ti 84+ ce the screen is bigger but i dont know where to input the new screen size variables. i followed the tutorial thoroughly yet my "link" still leaves a trail unless i go back to the spawn in point but it only removes the last trail left, also with the wall my link goes around it so if i come from the north and hit the wall it bounces me to the west side?? help!
@TimJSwan
@TimJSwan 9 лет назад
+MrMegaPokemasta Sure! One thing you could try is putting a Disp command after the Output to track what the variable values are. I'm not sure how it's possible that you jump to the west side by going up. Did you set the x value to be low or high if your y value got too low? Also, you should be able to check your code against mine in the pastebin link in the description. Finally, I thought I'd let you know, I made the video 2 years ago, not 3. :)
@kriszenn1125
@kriszenn1125 3 года назад
26 characters X 10 characters Y on TI-84 Plus CE
@pacomatic9833
@pacomatic9833 4 года назад
Is there a way to upload a file to the calculator?
@clayballard6400
@clayballard6400 9 лет назад
Is there a way you could use another program to make walls and stuff? Like ZELDAW and just plug in the coordinates? Seems like it could work...
@brandonneal2147
@brandonneal2147 9 лет назад
can I do this on just a ti84 plus or does it have to be a silver edition? because I made sure I followed each step but the program just said done after I entered the code to reset the x and y values for the directions.
@3hornthrasher815
@3hornthrasher815 8 лет назад
How to you make a new line between other lines, for example, if I had 4>X 4>Y getKey>A and I want to add Output(X,Y,"." between 4>Y and getKey>A then how would I do that?
@3hornthrasher815
@3hornthrasher815 8 лет назад
+3hornthrasher Never mind, I figured it out, it's 2nd, and then you press INS, which is DEL, then ENTER, when you move, you will get out of the INS mode.
@jamiemungra5798
@jamiemungra5798 4 года назад
Whats the difference between zelda, zeldao and zeldap?
@goofyahhahhproductions3266
@goofyahhahhproductions3266 3 года назад
when i walk over the w it deletes please help
@robertgermann3978
@robertgermann3978 9 лет назад
so i have a ti 86 1996 edition with the domain x 1-8 and y 1-21 i used greater than and less than for my extended domain but when i try the ED on the high of the domain it has an error. what do i do
@robertgermann3978
@robertgermann3978 9 лет назад
never mind i tried and it took five second to finish
@isaacguzman9680
@isaacguzman9680 9 лет назад
Im having problems please help. When ever i try to move off screen it gives a error saying DOMAIN. Ive put the code down exactly and i still cant get it to work
@TimJSwan
@TimJSwan 9 лет назад
Select Goto to view which line has the domain error. Then look at the arguments to the function in question. Make sure they are within bounds. For instance, Output() takes 1 thru 8 for its first parameter, 1 thru 16 for its second, and a string for the third. For example, if you passed Y as the first parameter, check its value. Perhaps it is something not allowed like 0. I designed my code with the intention of preventing domain errors from occurring.
@bitterlemonboy
@bitterlemonboy 7 лет назад
that calculator is so fucking expensive
@potatotree6634
@potatotree6634 5 лет назад
Where are the commas?!?!
@prodkbeatz
@prodkbeatz 5 лет назад
The comma button
@granttjeerdsma5235
@granttjeerdsma5235 8 лет назад
HUY HYAH HAYAAAHH (thanks, this is awesome)
@not_h2234
@not_h2234 5 лет назад
???????????
@tisajokt7676
@tisajokt7676 7 лет назад
You share my first name, you sound like me, and you program in TI-BASIC. ...are you my clone?
@kellangaming1108
@kellangaming1108 7 лет назад
James Tisajokt That says James. :P
@danieljennings3528
@danieljennings3528 7 лет назад
Tim, Jim, close enough...
@TimJSwan
@TimJSwan 7 лет назад
I've seen clones online before. There was a guy with my name with a website with all sorts of visual programming projects.
@wage6681
@wage6681 6 лет назад
'Nother problem. Everything works beutifully. I can move through the left side of the screen and the top and the right, but every time i try to go through the bottom it says "INVALID DIM" and i use goto and comes to line If [A] (Y,X) = 9 And it highlights the parenthesis after X. Any clues?
@charles-alexlavoie7106
@charles-alexlavoie7106 6 лет назад
How do you make a coma?
@bagel2000
@bagel2000 5 лет назад
Ooohhh Silver edition.
@minsunyu648
@minsunyu648 7 лет назад
Sorry I'm a beginner at this how do you put the arrow next to 4?
@toadstar1004
@toadstar1004 7 лет назад
Min Sun Yu It's a key called store, or sto on the calculator. It's right above the on button.
@joshuaplatzman9102
@joshuaplatzman9102 7 лет назад
Every thing is the same but the F is not appearing until I go over it
@c.s.larsen8580
@c.s.larsen8580 9 лет назад
Where is the = button?
@TimJSwan
@TimJSwan 8 лет назад
There isn't one. It's the first symbol under the TEST menu.
@c.s.larsen8580
@c.s.larsen8580 8 лет назад
Tim-J.Swan thank you! I love your calculator series! :-)
@otesunki
@otesunki 7 лет назад
2nd, test
@aidenbrown4288
@aidenbrown4288 7 лет назад
After I did the steps at around 20:00 my calculator would come up as syntax when loading up the theta, any idea what happened?
@moz9359
@moz9359 8 лет назад
When i play the program it just says done and puts the one symbol down
@CorporalPig22
@CorporalPig22 8 лет назад
HOW DO YOU GET THE FREAKING STRINGS ON A TI-82?!
@CorporalPig22
@CorporalPig22 8 лет назад
Wait, hang on, I can check the user manual.
@trumpacannabis
@trumpacannabis 7 лет назад
To access the string variables, press VARS and then scroll down to Strings (or press 7). You then scroll down to whichever string variable you want to use and press ENTER.
@unnamedtoaster4683
@unnamedtoaster4683 7 лет назад
for some reason, i cant do the command for output(T,S," the space isn't working
@unnamedtoaster4683
@unnamedtoaster4683 7 лет назад
it says ERROR: DOMAIN
@unnamedtoaster4683
@unnamedtoaster4683 7 лет назад
wait, nvm, i figured it out. great vid btw
@BRNO99
@BRNO99 7 лет назад
Where are those arrow buttons you use in 4'arrow'X
@ryuguy032197
@ryuguy032197 7 лет назад
Daan van de Wiel it is called the "store" key the the button has "sto" on it (for store) and it basically makes a variable equal what you put before it........ the other equal sign he uses only tests if the two numbers/variables are equal and outputs true or false in the form of 1 and 0
@hogarthmcmallian7369
@hogarthmcmallian7369 8 лет назад
my character clears itself once but then doesn't erase again. where could I go to see where I messed up
@hogarthmcmallian7369
@hogarthmcmallian7369 8 лет назад
never mind I forgot to store x in s and y in T after the getkey
@stephenrobinson1944
@stephenrobinson1944 7 лет назад
you go a little fast, write the ending code first instead of putting in numbers that you change later. Which confuses me as well as a few of my friends who have watched it.
@willemgrant735
@willemgrant735 3 года назад
Does this work on the TI-86?
@mattstrasser1616
@mattstrasser1616 8 лет назад
I can get the picture to move to move, but once I program the boundaries the game won't load. What do I do?
@mattstrasser1616
@mattstrasser1616 8 лет назад
it doesn't say "errsyntax:" it just even show the processing bar in the top right corner. It only has the blinking black square and the Theta at 4>y and 4>x. I can't move it. Does any one know what to do.
@WggGamer
@WggGamer 8 лет назад
try going to the pastebin in the disc and look at your code from there. it may be a bit time consuming, but then again so is this. so my thoughts would be that maybe you put somewhere 'OUTPUT(X,Y,Z)' where z may be an if statment to determin weather or not 4 is greater than or less than X, and Y
@ethanvu7786
@ethanvu7786 8 лет назад
same here
@ruffergaming5283
@ruffergaming5283 5 лет назад
SCIENCE BABY
@qazwerty123451
@qazwerty123451 8 лет назад
Hey, I did everything you said, but when I execute the program, it automatically resets. In other words, I can't get the theta to move.
@jimkuivenhoven1052
@jimkuivenhoven1052 8 лет назад
how can i make a space between two lines otherwise i need to make it all again if i want a line between. 10:49
@jimkuivenhoven1052
@jimkuivenhoven1052 8 лет назад
i got the TI-84 Plus CE-T
@klaasgoethals619
@klaasgoethals619 8 лет назад
Press [2ND], [DEL] and then [ENTER] while standing on the first letter of the following line.
@decordi2708
@decordi2708 6 лет назад
I did everything but after 17:09 I can't move how do I fix it
@elModo7
@elModo7 8 лет назад
The relation likes/dislikes shows us that dislike was not an opinion but a hater for the sake of hating -.- Nice vid bro.
@srit2062
@srit2062 6 лет назад
Are you able to do this on a Ti- nspire CX CAS? That is the calculator I own and I really want to try it.
@dihydrogen
@dihydrogen 4 года назад
if you still have not figured it out, i think it might work, for those calculators support TI-Basic, though of a different kind
@reginaldrichardson2920
@reginaldrichardson2920 7 лет назад
he was not prepared for this video
@CheezyDonut5
@CheezyDonut5 6 лет назад
How do I add a command line in between 2 existing command lines? I'm using a TI-83 Plus and the [2nd] and [Del] buttons(insert) don't do it.
@isaacprentiss6328
@isaacprentiss6328 5 лет назад
You have to press enter after you do [2nd] [Del]
@sagarsamrat6679
@sagarsamrat6679 8 лет назад
i did it in ti 84p but when i put A 26 and x+1= x it moves down instead to right
@WggGamer
@WggGamer 8 лет назад
maybe somewher in your code you swapped around x and y. try saying x+1=y, and see if that helps
@3hornthrasher815
@3hornthrasher815 8 лет назад
How do you go back on a TI-83, I pressed CLEAR, and it deleted the code on that line, how do I get it back?
@brittonlemere5486
@brittonlemere5486 8 лет назад
you will have to retype it all :( this stinks if you got my case where I had a long string of and and or statements to tell whether I was standing on a platform (0 in my case) it would take me around another 10 minutes to redo it bc I had about 5 different kinds of platforms :(
@3hornthrasher815
@3hornthrasher815 8 лет назад
+Unfinity HD +Unfinity HD oh, that haves to hurt, sorry about that, I think the new TI-84 PLUS CE can go redo mistakes(prices!!!), but thankyou for responding back, I was clueless, and nice videos by the way :)
@sakethvempali5354
@sakethvempali5354 8 лет назад
ho do i add the 0 with the cross i see it on the (XT0n) button but how do i put it in the program?
@TimJSwan
@TimJSwan 8 лет назад
You press [ALPHA] then [3]. That button only will give you a theta if you go into [MODE] then change [FUNC] to [POL].
@sakethvempali5354
@sakethvempali5354 8 лет назад
ok thx bro
@notluke2410
@notluke2410 5 лет назад
Wait... so your telling me... you can code... any... RPG style game... that you want!? I’m genuinely surprised at this because 1) it’s a calculator, and 2) it’s a calculator!
@slap_my_hand
@slap_my_hand 9 лет назад
Damn, i want to get a graphical calculator, but my scool doesn't allow them.
@TimJSwan
@TimJSwan 8 лет назад
Ask your school principal what he/she (we will assume he) thinks of the four color problem. If he doesn't know what it is, just Google it and show it to him. If he finds it anywhere fascinating, tell him that it was proven by a computer. If he doesn't get your point and stares blankly, tell him it was proven at the same university your online RU-vid tutor went to study graph theory. Let him know that you feel limited to grow in mathematical fields like graph theory, computation models, formal languages, and induction which are simpler and more easily fundamentally applied to nature than calculus and trigonometry and you feel the need to be exposed to mathematical topics related to computer science to give you a properly well rounded education. If he is still staring blankly in awe, ask him this question: "Suppose that a basketball player can make a free throw 70% of the time. Furthermore, assume that a sequence of free-throw shooting can be thought of as independent Bernoulli trials. Let X equal the minimum number of free throws that this player must attempt to make a total of 8 shots. What is the probability that X=16?" Remind him that he is not allowed to use a calculator. When he takes longer than 5 minutes, tell him quiz time is over and the answer is .0243. Let him know that your tutor is planning to release another episode on RU-vid that shows you his thought process while coding the cumulative binomial function which will provide that answer instantly and that he is free to view it as well. Thanks for watching. I wish you the best. :)
@thiccest
@thiccest 7 лет назад
holy. fucking. shit.
@blakehatcher6004
@blakehatcher6004 6 лет назад
If I move to far up, it still says ‘err domain’
@BENthePEN04
@BENthePEN04 7 лет назад
I don't know if you'll get this, but when ever I code the part that allows Zelda to go to the edge without the error coming up it doesn't work. The program runs for half a second and then stops, do you have a fix?
@wage6681
@wage6681 6 лет назад
Ben Cox try adding an extra End
@wage6681
@wage6681 6 лет назад
I followed everything youve done and still doesnt work. No error codes. Just says done in the top right. Around 10:27
@wage6681
@wage6681 6 лет назад
Nvm all u need is an extra end which WASNT SHOWN
@GeckoTVtychovictor
@GeckoTVtychovictor 5 лет назад
How do I insert a string on a TI-84 Plus CE-T
@sakethvempali5354
@sakethvempali5354 8 лет назад
so how do i put in an equal sign after the If A command? i know the line supposed to look like: If A=26
@TimJSwan
@TimJSwan 8 лет назад
[2ND] [MATH] [ENTER]
@timjack129
@timjack129 7 лет назад
Could you write down the code please? I'm stuck. Ive checked my code a few times, but I keep losing track of which is which. By write down I mean like this Clrhome If X etc.
@TimJSwan
@TimJSwan 7 лет назад
Check the pastebin links in the description.
@kinggray3943
@kinggray3943 6 лет назад
how do you do the " on a ti-83 plus?
@anirudhram7723
@anirudhram7723 8 лет назад
how do you create the enimies?
@decordi2708
@decordi2708 6 лет назад
The dim isn't working it's not saying [A] 8X16
@SpontaneousJunk
@SpontaneousJunk 10 лет назад
could you possibly post the code in a text file so that if we need to check back we can just look at that instead of having to watch the entire video over?
@TimJSwan
@TimJSwan 10 лет назад
Sure thing. Does pastebin work for you? Here is the link for program 'ZELDA' pastebin.com/rxKbWnY0 I'll post it in the video description as well.
@SpontaneousJunk
@SpontaneousJunk 10 лет назад
thanks so much!
@andersonhoward6856
@andersonhoward6856 3 года назад
I am on a TI-82 and this wont work
@zephsprime
@zephsprime 3 года назад
Hi Tim
Далее
Calculator Gaming: Super Smash Bros.
13:46
Просмотров 299 тыс.
А на каком языке ты ДУМАЕШЬ?
00:57
A small kitten was dumped #cat #kitten #cutecat
00:41
I Made A Water Computer And It Actually Works
16:30
I Hacked a $10 Calculator to Run Doom Eternal
10:36
Просмотров 3,1 млн
How calculator games took over schools
12:46
Просмотров 317 тыс.
Why Do Calculators have a Headphone Jack?
9:06
Просмотров 1,8 млн
How do non-euclidean games work? | Bitwise
14:19
Просмотров 2,4 млн
А на каком языке ты ДУМАЕШЬ?
00:57