I Tried Making Games on a Calculator...

Поделиться
HTML-код
  • Опубликовано: 3 фев 2025
  • 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/The...
    Support me on Patreon: / devbanana
    Discord: / discord
    I make my games using Unity.
    #calculator #GameDev #graphingcalculator

Комментарии • 201

  • @DevBanana
    @DevBanana  Год назад +79

    What games have you tried playing on a graphing calculator if you have one?

    • @Esyaliu
      @Esyaliu Год назад +7

      Minecraft 😂

    • @DavidandRocket
      @DavidandRocket Год назад +8

      DOOM, Pac-Man, Pokemon Red, and a heavily simplified form of minecraft
      they all worked

    • @BatRaptor3
      @BatRaptor3 Год назад +1

      No games

    • @mythicpulse-i9o
      @mythicpulse-i9o Год назад +2

      Hey how are you doing buddy?

    • @rgc-exists
      @rgc-exists Год назад +3

      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!

  • @autumnblueberry
    @autumnblueberry Год назад +77

    It is INSANE that people can make games on calculators

    • @qomz8791
      @qomz8791 Год назад +5

      Can I be the X to your Y?

    • @cursed_cats5710
      @cursed_cats5710 Год назад +3

      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.

    • @zyriu1
      @zyriu1 7 месяцев назад

      its insane how he doesnt know:
      set v to 0
      forever {
      change v by -1
      change y by v}

    • @googoogaagaayt
      @googoogaagaayt 5 месяцев назад

      No it isn't. It isn't

  • @iob321
    @iob321 Год назад +98

    give the person who made geometry dash on a fucking calculator an oscar

    • @lauralionel6760
      @lauralionel6760 Год назад +1

      Oops Antiswear

    • @gamerdom7712
      @gamerdom7712 Год назад +3

      @@lauralionel6760 no one cares

    • @Mysza404
      @Mysza404 Год назад +2

      nah, nobel prize would fit better

    • @iob321
      @iob321 Год назад

      wdym antiswear, i can still see my word@@lauralionel6760

    • @B4NANA_cool
      @B4NANA_cool Год назад +3

      HOW DID ANTI-SWEAR NOT DETECT THIS?!?

  • @katyakuzmina7298
    @katyakuzmina7298 Год назад +21

    when devbanana uploads, you know its a rare day

    • @katyakuzmina7298
      @katyakuzmina7298 6 месяцев назад

      @Jetblue178 devbanana never uploads :( i talked to him and he says he might make a vid soon

  • @oreon_
    @oreon_ Год назад +15

    Bro's calculator is better than my gaming setup

  • @dylangourlay392
    @dylangourlay392 Год назад +18

    Best video so far
    So excited for more!!

  • @ebbewertz3417
    @ebbewertz3417 Год назад +6

    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)

  • @JujuProdGames
    @JujuProdGames Год назад +6

    Ayyyy love this vid! Actually had this idea a while back, awesome you were able to follow through with it :D

  • @ego-lay_atman-bay
    @ego-lay_atman-bay Год назад +5

    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.

  • @NathanOnline
    @NathanOnline Год назад +4

    Finally, I can do something useful in school! (Great video btw haha)

  • @thedouble1269
    @thedouble1269 Год назад +6

    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 8 месяцев назад +1

      It’s impossible to use the invisible screen on TiBASIC to make your game run seamlessly without buffering.

  • @chipobject
    @chipobject Год назад +2

    this is why i love graphing calculators; they have a bright screen

  • @SirAU
    @SirAU Год назад +211

    I was not expecting an entire community making games for an effing calculator.

    • @lamppost101
      @lamppost101 Год назад

      the history of calculator gaming has lots of history, search it up! It’s amazing! You can even play mario on it.

    • @NaraSherko
      @NaraSherko Год назад +3

      Woah

    • @floschy_1
      @floschy_1 Год назад +18

      Its an device which can run custom programs, of course this will be abused xd

    • @sgt_castor
      @sgt_castor Год назад +13

      I mean, how much fun is it to play videogames in class ?

    • @Elitaria
      @Elitaria Год назад +9

      Wait till you hear about the doom community

  • @100onyt
    @100onyt Год назад +2

    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❤

  • @LessThanPro
    @LessThanPro Год назад +11

    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)

  • @bozochoccy
    @bozochoccy Год назад +1

    I love this dudes content lol been here since day one

  • @ItzPeechYT
    @ItzPeechYT Год назад +7

    I think you could just do short and long lines to fill shapes. Great Video!

    • @imaMONKE725
      @imaMONKE725 Год назад

      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 Год назад

      oh yeah nvm @@imaMONKE725

  • @Noober666
    @Noober666 6 месяцев назад +2

    To polish score addition, instead of giving the player a point when they exit a pipe give them a point when they reach the center so like if player.x = pipe.x then add point

  • @blindmanflamingfishdafeesh
    @blindmanflamingfishdafeesh 6 месяцев назад +1

    I made a Flappy Bird game on my calculator using the TI_Draw module in Python, but was disappointed by the extreme slowness of the graphic rendering. I clicked on this video based on the thumbnail to see what you did, and now I realize I'm not alone in the pain of slow TI graphics.

  • @gazehound
    @gazehound Год назад +1

    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.

    • @AlT-s2s
      @AlT-s2s Год назад

      Yeah it uses a z80 which is basicly an intel 8080 but with some added things.

  • @DiabloGregWindcharmerReal
    @DiabloGregWindcharmerReal Год назад +2

    Bro now I’m going to get a graphing calculator and learn this programming language I’m making my game on this

  • @anawan
    @anawan Год назад +1

    TI... such nostalgia!

  • @Pixel_Paradise8478
    @Pixel_Paradise8478 5 месяцев назад +2

    This was how you would play games if you couldn’t afford a game boy back in the day

  • @BlueOctopusDev
    @BlueOctopusDev Год назад +3

    i have a game boy advance emulator on my ti nspire, casually playing pokemon firered and doom in math class

  • @FlowwerrMusic
    @FlowwerrMusic Год назад +1

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

  • @savvyfn350
    @savvyfn350 3 месяца назад +2

    I am a channel og from before 13 subs. I wish he would upload again. 2024

  • @KingOfMadnesss
    @KingOfMadnesss Год назад

    Graphic calculators are basically just classic devices which are still being made today

  • @tinnguyenanimations522
    @tinnguyenanimations522 Год назад +1

    I wonder how many parents made the mistake of getting their kids a calculator

  • @1gamingvideos856
    @1gamingvideos856 Год назад

    devbana youre dani before hes gone

  • @lamppost101
    @lamppost101 Год назад +3

    amazing video, but please add a song editor to your rhythm game bro PLEASE. I cannot wait to play this tho

    • @DevBanana
      @DevBanana  Год назад +2

      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

  • @wsammane
    @wsammane Год назад +1

    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

  • @gmdtidy
    @gmdtidy Год назад

    100k here we go!

  • @Sa1tCh1ps
    @Sa1tCh1ps 6 месяцев назад +1

    This man should watch h1t1 on the calculator

  • @Liljinks
    @Liljinks Год назад

    Gotta do this in school now, thxs

  • @who-mperg4683
    @who-mperg4683 Год назад +1

    top tier video 🔥🔥🔥🔥🔥

  • @Qwerty-uiop
    @Qwerty-uiop Год назад

    niccce. I really want a graphing calc to do stuff with, oh well.

  • @SargentRail
    @SargentRail Год назад

    Me in the test when I’m done:

  • @sulfire
    @sulfire Год назад

    bro math will no longer be boring

  • @eshananimationworld2086
    @eshananimationworld2086 Год назад

    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

  • @OriginPlayss
    @OriginPlayss Год назад

    OH MY GOD A GEOMETRY DASH REFERENCE IN A DEVBANANA VIDEO???????

  • @TheOneHong
    @TheOneHong Год назад +1

    the number guessing game can be coded on a casio fx 50fh

  • @IveBeenDarkified
    @IveBeenDarkified Год назад

    Nah this ain't a calculator anymore
    Thats a goddamn 2023 Gameboy

  • @cholsreammos
    @cholsreammos Год назад

    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

  • @WahajPlayz20
    @WahajPlayz20 Месяц назад +1

    When are you coming back?

  • @9xbt
    @9xbt Год назад

    Very nice, though I think you can also code for it in C++ which is way less limited than TI basic

  • @monkeman4998
    @monkeman4998 Год назад

    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

  • @deslmao.
    @deslmao. Год назад

    ericvanwilderman needs to play geometry dash on a calculator

  • @Razor-gx2dq
    @Razor-gx2dq Год назад +1

    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

  • @Jackybizzle27
    @Jackybizzle27 5 месяцев назад

    I’m learning how to code on any calculator so I can take my friends calculators so I can make them rlly surprised 💀

  • @forget_about_it5693
    @forget_about_it5693 4 месяца назад +2

    If you do this can you still use the calculator for math

    • @DevBanana
      @DevBanana  4 месяца назад +2

      Yes

    • @RafaelGames-xe4nv
      @RafaelGames-xe4nv 4 месяца назад

      @@edizguneyuk4338 probably the next 4375975937522374023852308402380428308403804 years

  • @DhaiaDx
    @DhaiaDx Год назад +3

    LESGOOOOO HES BACK WOHOOO ❤️ 🇩🇿

    • @BumpDev
      @BumpDev Год назад

      Hello from Syria 🇸🇾

    • @alterD-1
      @alterD-1 Год назад

      He most upload video about 0-5 month per video bro wdym he's back he's still alive bro

  • @BatRaptor3
    @BatRaptor3 Год назад +1

    LETS GOO DEVBANANA UPLOAD

  • @taphel
    @taphel Год назад

    The kid in the back of the class:

  • @ninjacodertech
    @ninjacodertech Год назад +1

    woah cool!

  • @ali_gondal1
    @ali_gondal1 Год назад +1

    Bro I literally forgot about you

  • @Cyberraptor14
    @Cyberraptor14 Год назад

    I can make a calculator snowman

  • @unanonymousyt
    @unanonymousyt Год назад

    Man needs to jailbreak that calculator and write programs for it in C or asm fr

    • @unanonymousyt
      @unanonymousyt Год назад

      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 :)

  • @Marco_The_Person
    @Marco_The_Person Год назад

    That is why math is useful

  • @jansenmakalawa4941
    @jansenmakalawa4941 Год назад

    Been a long time since I didn't watch you last time i watched it was like 1K subs💀(been here since 700 subs)

  • @kristinaroque2504
    @kristinaroque2504 Год назад +5

    Wait… I have that calculator🤔

    • @Cyberraptor14
      @Cyberraptor14 Год назад +1

      Now you can use it to its best purpose

  • @whyis2plus2
    @whyis2plus2 Год назад

    someone made a game boy color emulator for a god damn calculator

  • @phippes32
    @phippes32 Год назад +1

    Hello, could you make a cooperative mode the same or similar to Resistance 2, please?

  • @McdonaldarioOfficial
    @McdonaldarioOfficial Год назад

    now do pizza tower on calculator

  • @MilkBarPlatinum
    @MilkBarPlatinum Год назад

    Can you make the chrome dino game in first person? Please 🙏

  • @jtsgaming4192
    @jtsgaming4192 Год назад

    My school has those but they blocked the program feature

  • @NathanThatKing
    @NathanThatKing Год назад

    your new subscriber

  • @ukrainetutel
    @ukrainetutel 6 месяцев назад

    the github doesnt work no more, i cant do the random number guesser :(

  • @JannesJustus
    @JannesJustus Год назад

    Nice!

  • @yeaglaceshorts546
    @yeaglaceshorts546 Год назад

    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 Год назад

      insane

    • @ZedDevStuff
      @ZedDevStuff Год назад

      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 Год назад

      @@ZedDevStuff yeah lol

  • @ArranKT-oi6cg
    @ArranKT-oi6cg 9 месяцев назад

    bro what's next is he gonna play flappy bird on a pregnancy test? (based off a real story)

  • @HeitorMD
    @HeitorMD Год назад +1

    IT CAN RUN DOOM!!!!!

  • @wihangaperis247
    @wihangaperis247 Год назад

    Why does my lud sound like budget LIMC?? 😭😭

  • @slam_a_bash
    @slam_a_bash Год назад

    Soooo cooool!!

  • @unpopularplays3707
    @unpopularplays3707 10 месяцев назад

    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  10 месяцев назад

      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 10 месяцев назад

      @@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 9 месяцев назад

      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 9 месяцев назад

      @@II_Faither Thats great however I just wanted to know if I could potentially use in school (:

  • @idoblenderstuffs
    @idoblenderstuffs Год назад +1

    i dont get why every youtube guy uses this graphing calculator when the casio fx cg50 is way better

    • @DevBanana
      @DevBanana  Год назад +1

      I had to get this one for school lol

    • @AlT-s2s
      @AlT-s2s Год назад +1

      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

  • @bobboi1350
    @bobboi1350 Год назад

    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

  • @GMBOX-NTIVE
    @GMBOX-NTIVE Год назад

    can it run doom

  • @ishqbel
    @ishqbel 9 месяцев назад

    how do you dobthat

  • @maxniftynine
    @maxniftynine 4 месяца назад

    Please make a new video like this one but with c++ instead

  • @thesmileboy
    @thesmileboy Год назад +3

    Love from 🇧🇩🇧🇩 bangladeshh

  • @lil-gabbu
    @lil-gabbu Год назад

    nice

  • @SupportPalestine985
    @SupportPalestine985 Год назад

    Cool

  • @thepoiedit7246
    @thepoiedit7246 Год назад

    how

  • @sabrinanevitt9166
    @sabrinanevitt9166 Год назад

    HOW DO YOU RECREATE GEOMETRY DASH ON A CALCULATOR

  • @speedchickenboi
    @speedchickenboi Год назад

    How is This even possible?

  • @Dami3000
    @Dami3000 Год назад

    Does anyone know if theres cookie clicker available for these calculators? would be fun..

  • @Sports-Grill
    @Sports-Grill Год назад

    Lol You should Try to make a Game With Scratch

  • @MasonBason-l7d
    @MasonBason-l7d Год назад

    MUSIC IS LOUD

  • @thatsenough391
    @thatsenough391 Год назад

    Make a random math quiz game, and make it on a calculator.

  • @BludIsAnGrape
    @BludIsAnGrape 3 месяца назад +1

    he and his comment section don't know...

  • @ИванЛуценко-ж5л
    @ИванЛуценко-ж5л Год назад

    OMG😊

  • @timobtimob
    @timobtimob Год назад

    Wassup

  • @Fish_From_Da_Ocean
    @Fish_From_Da_Ocean Год назад

    3:58 😐

  • @jpsenak
    @jpsenak 10 месяцев назад

    #devbananacomeback

  • @CrystallizVr
    @CrystallizVr Год назад

    It looks like You made it in scratch

  • @patrickcardiff3472
    @patrickcardiff3472 7 месяцев назад

    Bro are you alive 😢

  • @Nbrother1607
    @Nbrother1607 9 месяцев назад

    This is the TI-84 Plus CE *Python*
    Maybe you should have used Python instead

  • @SolarDuplosWorld
    @SolarDuplosWorld Год назад

    make doom on it

  • @hathadhaq
    @hathadhaq Год назад

    Hello

  • @McGoomba
    @McGoomba Год назад

    4:20