I Tried Making Games on a Calculator...

  Рет қаралды 127,607

DevBanana

DevBanana

10 ай бұрын

I tried making some games on my TI-84 Plus graphing calculator. Here's how it went...
The games (might not work idk): github.com/TheDevBanana/Calcu...
Support me on Patreon: / devbanana
Discord: / discord
I make my games using Unity.
#calculator #GameDev #graphingcalculator

Пікірлер: 174
@DevBanana
@DevBanana 9 ай бұрын
What games have you tried playing on a graphing calculator if you have one?
@Esyaliu
@Esyaliu 9 ай бұрын
Minecraft 😂
@mydavidlovesu
@mydavidlovesu 9 ай бұрын
DOOM, Pac-Man, Pokemon Red, and a heavily simplified form of minecraft they all worked
@BatRaptor3
@BatRaptor3 9 ай бұрын
No games
@user-dj7ic1xs2p
@user-dj7ic1xs2p 9 ай бұрын
Hey how are you doing buddy?
@rgc-exists
@rgc-exists 9 ай бұрын
I have 3 different calculators and for a while I was obsessed with having games on all of them. I played: -A minecraft clone on the TI-Nspire -A Geometry Dash clone -A pacman clone -A 2048 clone -A wordle clone -A donkey kong clone -A color swap clone And a whole bunch of other stuff!
@SirAU
@SirAU 9 ай бұрын
I was not expecting an entire community making games for an effing calculator.
@lamppost101
@lamppost101 9 ай бұрын
the history of calculator gaming has lots of history, search it up! It’s amazing! You can even play mario on it.
@NaraSherko
@NaraSherko 9 ай бұрын
Woah
@floschy_1
@floschy_1 9 ай бұрын
Its an device which can run custom programs, of course this will be abused xd
@sgt_castor
@sgt_castor 9 ай бұрын
I mean, how much fun is it to play videogames in class ?
@Straline.
@Straline. 9 ай бұрын
Wait till you hear about the doom community
@detmaz
@detmaz 9 ай бұрын
give the person who made geometry dash on a fucking calculator an oscar
@lauralionel6760
@lauralionel6760 9 ай бұрын
Oops Antiswear
@gamerdom7712
@gamerdom7712 9 ай бұрын
@@lauralionel6760 no one cares
@Mysza404
@Mysza404 8 ай бұрын
nah, nobel prize would fit better
@detmaz
@detmaz 8 ай бұрын
wdym antiswear, i can still see my word@@lauralionel6760
@Guest_501
@Guest_501 7 ай бұрын
HOW DID ANTI-SWEAR NOT DETECT THIS?!?
@autumnblueberry
@autumnblueberry 9 ай бұрын
It is INSANE that people can make games on calculators
@qomz8791
@qomz8791 9 ай бұрын
Can I be the X to your Y?
@cursed_cats5710
@cursed_cats5710 9 ай бұрын
The more complex games, like the Pac-Man game briefly shown around ~30s in, run on native machine code for the Z80 processor variant the TI-84 uses. The Z80 processor has been in use for almost half a century now, so it's no surprise people know how to squeeze performance out of it.
@oreon_
@oreon_ 9 ай бұрын
Bro's calculator is better than my gaming setup
@katyakuzmina7298
@katyakuzmina7298 9 ай бұрын
when devbanana uploads, you know its a rare day
@dylangourlay392
@dylangourlay392 9 ай бұрын
Best video so far So excited for more!!
@ego-lay_atman-bay
@ego-lay_atman-bay 9 ай бұрын
I actually managed to create a pretty good top down game on my ti 84+ ce python, conplete with dialog boxes, map loading, and collision, all without the graphing screen. It literally just uses text on screen (I even made an editor). It works really fast, because I use some optimizations, like not redrawing the screen every time (it just draws the player's new position and draws the tile the player was under). I have also created an analog clock using the graphing screen. It doesn't use a background image for the clock, it draws that the first time it runs. The hands move by drawing the hand, and then when it updates, it erases the line (draw a white line where it was), then draws the new line.
@chipobject
@chipobject 9 ай бұрын
this is why i love graphing calculators; they have a bright screen
@JujuProdGames
@JujuProdGames 9 ай бұрын
Ayyyy love this vid! Actually had this idea a while back, awesome you were able to follow through with it :D
@lamppost101
@lamppost101 9 ай бұрын
hi juju
@LessThanPro
@LessThanPro 9 ай бұрын
I had no idea you could make programs utilizing actuall graphics! I've been struggling to find creative uses for the text menu the whole time! Also, if you press the mode key and set the draw mode to dot-thin, your render times should speed up significantly. (The other settings i havent tested so much)
@NathanOnline
@NathanOnline 9 ай бұрын
Finally, I can do something useful in school! (Great video btw haha)
@ebbewertz3417
@ebbewertz3417 8 ай бұрын
There is also a thing called the ICE compiler. It lets u write code in amother language then basic, which also has multiple data types like arrays and way better graphics/sprite support. Then u just throw ur ICE program on ur calculator, install the ICE compiler and let it compiler to Assembly code (code that can directly interact with the processor, so it runs extremely fast) and then run ur program by writing in ur calculator "Asm(program name)" (or a TI basic program that executes this one command if u dont wanna write it each time)
@thedouble1269
@thedouble1269 9 ай бұрын
you should learn double buffering. essentially it renders everything in an invisible “screen”, then it copies it over to the visible screen so that it’s not drawing the items over and over again
@suspense_comix3237
@suspense_comix3237 Күн бұрын
It’s impossible to use the invisible screen on TiBASIC to make your game run seamlessly without buffering.
@DiabloWindcharmer
@DiabloWindcharmer 9 ай бұрын
Bro now I’m going to get a graphing calculator and learn this programming language I’m making my game on this
@tinnguyenanimations522
@tinnguyenanimations522 9 ай бұрын
I wonder how many parents made the mistake of getting their kids a calculator
@gazehound
@gazehound 9 ай бұрын
fun fact: the 84+ CE has an ez80 CPU, which is based on the z80. many game consoles and home computers throughout the history of gaming have used the z80, so it's not super surprising that you can make quite polished games on this and other TI calculators.
@user-zh2wl2sl2u
@user-zh2wl2sl2u 9 ай бұрын
Yeah it uses a z80 which is basicly an intel 8080 but with some added things.
@100onyt
@100onyt 9 ай бұрын
Your the best man you inspired me to be a game developer I am currently doing Java script and python rn I hope you make more games like these❤
@BlueOctopusDev
@BlueOctopusDev 9 ай бұрын
i have a game boy advance emulator on my ti nspire, casually playing pokemon firered and doom in math class
@ItzPeechYT
@ItzPeechYT 9 ай бұрын
I think you could just do short and long lines to fill shapes. Great Video!
@imaMONKE725
@imaMONKE725 9 ай бұрын
the problem here is that the calculator takes some time to draw a pixel, so filling all of it at the same time and filling it line by line ends up with the same result
@ItzPeechYT
@ItzPeechYT 9 ай бұрын
oh yeah nvm @@imaMONKE725
@anawan
@anawan 9 ай бұрын
TI... such nostalgia!
@bozochoccy
@bozochoccy 9 ай бұрын
I love this dudes content lol been here since day one
@VIsTheMusic
@VIsTheMusic 9 ай бұрын
HP and Casio and TI have all caught on to this, so they're making these "sumple" machines way more expensive than ever for students. $$$$$$$
@Liljinks
@Liljinks 9 ай бұрын
Gotta do this in school now, thxs
@1gamingvideos856
@1gamingvideos856 9 ай бұрын
devbana youre dani before hes gone
@gmdtidy
@gmdtidy 9 ай бұрын
100k here we go!
@KingOfMadnesss
@KingOfMadnesss 8 ай бұрын
Graphic calculators are basically just classic devices which are still being made today
@lamppost101
@lamppost101 9 ай бұрын
amazing video, but please add a song editor to your rhythm game bro PLEASE. I cannot wait to play this tho
@DevBanana
@DevBanana 9 ай бұрын
don’t worry one day i’ll finish it lol. It’s a lot harder than I thought and I don’t really have time rn
@Qwerty-uiop
@Qwerty-uiop 9 ай бұрын
niccce. I really want a graphing calc to do stuff with, oh well.
@wsammane
@wsammane 7 ай бұрын
The problem we faced with drawing it can be fixed by putting your image on like the back shader like the back z position so like you do like screen 2 you set the image drawing on screen 2 And then switch switch the the actual drawing image into screen two then do the same thing but instead do it with screen one and from there it's a basically a loop I've only seen This work on the T84
@mrdumbrava6755
@mrdumbrava6755 9 ай бұрын
Very nice, though I think you can also code for it in C++ which is way less limited than TI basic
@ninjacodertech
@ninjacodertech 9 ай бұрын
woah cool!
@who-mperg4683
@who-mperg4683 9 ай бұрын
top tier video 🔥🔥🔥🔥🔥
@sulfire
@sulfire 9 ай бұрын
bro math will no longer be boring
@phippes32
@phippes32 9 ай бұрын
Hello, could you make a cooperative mode the same or similar to Resistance 2, please?
@JannesJustus
@JannesJustus 9 ай бұрын
Nice!
@monkeman4998
@monkeman4998 8 ай бұрын
My man, you sound very similar to a youtuber by the name of "Pikasprey Yellow" and I swore you two were the same person for a moment
@cholsreammos
@cholsreammos 8 ай бұрын
I use a TI-83+ and my first actual project (besides a 20 line blackjack program) i just got on the actual calc Full user system and login with a message board and dm system. Plus actual blackjack as a bonus lol But if you wanna keep doing this i suggest getting a rom for 84+CE and user JStified and emulating it, that way it it breaks you dont permanently destroy your $90 calc
@OriginPlayss
@OriginPlayss 9 ай бұрын
OH MY GOD A GEOMETRY DASH REFERENCE IN A DEVBANANA VIDEO???????
@kristinaroque2504
@kristinaroque2504 9 ай бұрын
Wait… I have that calculator🤔
@Cyberraptor14
@Cyberraptor14 9 ай бұрын
Now you can use it to its best purpose
@eshananimationworld2086
@eshananimationworld2086 9 ай бұрын
A Very Insane trick is that if you learn C++, you Can easily understand other programming languages because you'll feel familiar witn the other programming launguages
@slam_a_bash
@slam_a_bash 9 ай бұрын
Soooo cooool!!
@SargentRail
@SargentRail 9 ай бұрын
Me in the test when I’m done:
@TheOneHong
@TheOneHong 9 ай бұрын
the number guessing game can be coded on a casio fx 50fh
@deslmao.
@deslmao. 9 ай бұрын
ericvanwilderman needs to play geometry dash on a calculator
@NathanOfficalYT
@NathanOfficalYT 8 ай бұрын
your new subscriber
@unpopularplays3707
@unpopularplays3707 2 ай бұрын
Do you have to recode it every time / re - put it on the calculator using your computer or can you just upload it to the calculator and have it there?
@DevBanana
@DevBanana 2 ай бұрын
You can keep it on the calculator, but games are stored in the ram, so if you get too many games it'll start to drain the battery faster or run slower. It's not really an issue with just a couple small games
@unpopularplays3707
@unpopularplays3707 2 ай бұрын
@@DevBanana Thanks, I probably won't ever create a game for a graphing calculator since I never need one but I will keep this in mind if I get one!
@II_Faither
@II_Faither Ай бұрын
Pro tip: JUST DOWNLOAD A GRAPHING CALCULATOR ON YOUR PHONE- Saves time inf memory Very cool And offline so if you get bored with no games you can play.
@unpopularplays3707
@unpopularplays3707 Ай бұрын
@@II_Faither Thats great however I just wanted to know if I could potentially use in school (:
@ImDarkified
@ImDarkified 9 ай бұрын
Nah this ain't a calculator anymore Thats a goddamn 2023 Gameboy
@lil-gabbu
@lil-gabbu 9 ай бұрын
nice
@Cyberraptor14
@Cyberraptor14 9 ай бұрын
I can make a calculator snowman
@unanonymousyt
@unanonymousyt 9 ай бұрын
Man needs to jailbreak that calculator and write programs for it in C or asm fr
@unanonymousyt
@unanonymousyt 9 ай бұрын
That’s the only way fast rendering and whatnot works - I have a ti-84 plus ce that I use to code in my free time. Also have Pokémon Red installed on it :)
@currently_dead
@currently_dead 8 ай бұрын
The kid in the back of the class:
@ArranKT-oi6cg
@ArranKT-oi6cg Ай бұрын
bro what's next is he gonna play flappy bird on a pregnancy test? (based off a real story)
@subturisus
@subturisus 9 ай бұрын
Bro I literally forgot about you
@BatRaptor3
@BatRaptor3 9 ай бұрын
LETS GOO DEVBANANA UPLOAD
@SupportPalestine985
@SupportPalestine985 9 ай бұрын
Cool
@JeremiahHino10
@JeremiahHino10 9 ай бұрын
Can you make the chrome dino game in first person? Please 🙏
@whyis2plus2
@whyis2plus2 9 ай бұрын
someone made a game boy color emulator for a god damn calculator
@Marco_The_Person
@Marco_The_Person 9 ай бұрын
That is why math is useful
@Razor-gx2dq
@Razor-gx2dq 8 ай бұрын
If you want a bit of history on the subject. "This does not compute" has a video on the topic. Id link it but my comment might be shadow banned
@Mcdonaldario
@Mcdonaldario 9 ай бұрын
now do pizza tower on calculator
@bobboi1350
@bobboi1350 9 ай бұрын
could you please i beg you to try make a field hockey game there is an estimated two billion fans of field hockey and their isn't on good game for it please make one
@NarjaraSMagalhaes
@NarjaraSMagalhaes 9 ай бұрын
IT CAN RUN DOOM!!!!!
@jackswensontech
@jackswensontech 9 ай бұрын
My school has those but they blocked the program feature
@Dami3000
@Dami3000 6 ай бұрын
Does anyone know if theres cookie clicker available for these calculators? would be fun..
@wihangaperis247
@wihangaperis247 9 ай бұрын
Why does my lud sound like budget LIMC?? 😭😭
@PersonalInformation-wz5ko
@PersonalInformation-wz5ko 9 ай бұрын
Lol You should Try to make a Game With Scratch
@yeaglaceshorts546
@yeaglaceshorts546 9 ай бұрын
Bro someone at my school had 2d Minecraft on his calculator, lets just say he’s never really that focused in math class
@Qwerty-uiop
@Qwerty-uiop 9 ай бұрын
insane
@ZedDevStuff
@ZedDevStuff 9 ай бұрын
I had chess and Mario on mine. The thing didn't even have a mb of storage, idk how both fit on it
@yeaglaceshorts546
@yeaglaceshorts546 9 ай бұрын
@@ZedDevStuff yeah lol
@ishqbel
@ishqbel Ай бұрын
how do you dobthat
@DhaiaDx
@DhaiaDx 9 ай бұрын
LESGOOOOO HES BACK WOHOOO ❤️ 🇩🇿
@BumpDev
@BumpDev 9 ай бұрын
Hello from Syria 🇸🇾
@p4rd0nk3ngh
@p4rd0nk3ngh 9 ай бұрын
He most upload video about 0-5 month per video bro wdym he's back he's still alive bro
@jansenmakalawa4941
@jansenmakalawa4941 5 ай бұрын
Been a long time since I didn't watch you last time i watched it was like 1K subs💀(been here since 700 subs)
@HalfL60
@HalfL60 9 ай бұрын
can it run doom
@Nbrother1607
@Nbrother1607 Ай бұрын
This is the TI-84 Plus CE *Python* Maybe you should have used Python instead
@idoblenderstuffs
@idoblenderstuffs 9 ай бұрын
i dont get why every youtube guy uses this graphing calculator when the casio fx cg50 is way better
@DevBanana
@DevBanana 9 ай бұрын
I had to get this one for school lol
@user-zh2wl2sl2u
@user-zh2wl2sl2u 9 ай бұрын
It is better but the ti calculators basically have taken over the market. And i like the z80 more then the Hitachi or unknown renesas black blob chip in the casio. Irs a kind of calculator monopoly
@mrbruh2460
@mrbruh2460 9 ай бұрын
Wassup
@thesmileboy
@thesmileboy 9 ай бұрын
Love from 🇧🇩🇧🇩 bangladeshh
@jpsenak
@jpsenak 2 ай бұрын
#devbananacomeback
@Jumboarentjosh
@Jumboarentjosh 9 ай бұрын
3:58 😐
@user-mo3ng7qk7y
@user-mo3ng7qk7y 9 ай бұрын
OMG😊
@sabrinanevitt9166
@sabrinanevitt9166 9 ай бұрын
HOW DO YOU RECREATE GEOMETRY DASH ON A CALCULATOR
@Bob_games100
@Bob_games100 9 ай бұрын
make doom on it
@CrystalCrystaliz
@CrystalCrystaliz 8 ай бұрын
It looks like You made it in scratch
@thepoiedit7246
@thepoiedit7246 9 ай бұрын
how
@hathadhaq
@hathadhaq 9 ай бұрын
Hello
@user-cb1go2om9o
@user-cb1go2om9o 9 ай бұрын
How is This even possible?
@thatsenough391
@thatsenough391 9 ай бұрын
Make a random math quiz game, and make it on a calculator.
@user-om4pf3kd6x
@user-om4pf3kd6x 6 ай бұрын
MUSIC IS LOUD
@romanmcgolrick117
@romanmcgolrick117 9 ай бұрын
4:20
@Gamedev779
@Gamedev779 9 ай бұрын
MAKE DOOM PLSS
@mcintoshprod4126
@mcintoshprod4126 9 ай бұрын
10:00
@kanevance1986
@kanevance1986 6 ай бұрын
20
@SushilaChaudhary-zr2ii
@SushilaChaudhary-zr2ii 9 ай бұрын
tw
@VrIndieGamesShorts
@VrIndieGamesShorts 3 ай бұрын
Yo is this dude dead or smn?
@MishelSeeraj
@MishelSeeraj 9 ай бұрын
I make the like to 666 sorry
@pilottim136
@pilottim136 9 ай бұрын
First! Love your content!
@michaels76
@michaels76 9 ай бұрын
Uno dos tres
@IamHIM6_9
@IamHIM6_9 9 ай бұрын
FIRST
@Esyaliu
@Esyaliu 9 ай бұрын
1
I Wrote Minecraft for a Calculator
14:43
The Science Elf
Рет қаралды 1,3 МЛН
The History of TI Graphing Calculator Gaming
11:07
This Does Not Compute
Рет қаралды 5 МЛН
Cute Barbie Gadget 🥰 #gadgets
01:00
FLIP FLOP Hacks
Рет қаралды 35 МЛН
КАХА и Джин 2
00:36
К-Media
Рет қаралды 4,2 МЛН
She’s Giving Birth in Class…?
00:21
Alan Chikin Chow
Рет қаралды 13 МЛН
FOOTBALL WITH PLAY BUTTONS ▶️ #roadto100m
00:29
Celine Dept
Рет қаралды 77 МЛН
324179
0:21
Iron Bound Auctions Seminole Tx
Рет қаралды 523
Learning to Hack as a Kid
5:03
TimTom
Рет қаралды 10 МЛН
This HACKED calculator plays PS5 games... 😯
12:08
Jacob R
Рет қаралды 561 М.
I Combined Two Games Into One!
3:26
Peat
Рет қаралды 3,8 М.
Water Cooling a TI-84 Graphing Calculator!
12:44
Linus Tech Tips
Рет қаралды 3,7 МЛН
Is 8-Bit Minecraft Possible?
13:56
Inkbox
Рет қаралды 1,1 МЛН
Fun things you can do on a Ti-84 Graphing Calculator (ft. Floof)
15:44
TheOdd2sOut
Рет қаралды 4,3 МЛН
I Turned Minions into an FPS Game...
6:54
DevBanana
Рет қаралды 87 М.
This Working Minecraft Computer, CAN RUN DISCORD
16:48
Kiddy Kene
Рет қаралды 1,3 МЛН
Calculator Gaming: Minecraft
11:53
James Channel
Рет қаралды 521 М.
A comical and humorous family
0:43
昕昕一家人
Рет қаралды 21 МЛН
Что если #тест #обзор
1:00
Orion
Рет қаралды 4,5 МЛН
Old man prank 🤫 #workout
0:44
Alisher Style
Рет қаралды 4,9 МЛН
BRUSH ONE’S TEETH WITH A CARDBOARD TOOTHBRUSH!#asmr
0:35
HAYATAKU はやたく
Рет қаралды 81 МЛН
Өзгерген өмір!
1:16:09
QosLike / ҚосЛайк / Косылайық
Рет қаралды 236 М.