TI TI84 Calculator Editorial Team

How to Download Games on TI-84 Calculator — Complete Guide (2026)

Getting games onto a TI-84 calculator requires three things: a free game file from a trusted source, TI Connect CE software installed on your computer, and a USB cable to transfer the file. The process takes about five minutes once everything is set up. This guide walks through each step clearly — including where to find safe, free games, how to send them to your calculator, how to run them after transfer, and how to archive them so they survive a RAM clear before exams.

⚡ Quick Answer

Download a game (.8xp file) from a trusted site like ticalc.org. Install TI Connect CE (free, from ti.com). Connect your TI-84 Plus CE via USB. Open TI Connect CE → Calculator Explorer → drag the .8xp file to the calculator. On the calculator, press PRGM, select the game, press ENTER to run it. Archive the game afterward to protect it from RAM clears.

✅ Key Takeaways
  • Games for TI-84 are free — ticalc.org, Cemetech, and GitHub are the main trusted sources.
  • You need TI Connect CE (free software) and a USB cable (mini-USB or USB-C depending on your model).
  • Game files for TI-Basic have the extension .8xp. Some games require ASM shell apps like Cesium.
  • After transfer, run a game via PRGM → select → ENTER.
  • Archive programs to protect them from exam RAM clears — archived files survive RAM wipes but not full memory resets.
  • The TI-84 Plus CE runs games significantly faster than older TI-84 Plus or TI-83 Plus models.

What You Need Before Starting

The transfer process is straightforward, but it does require a few specific things. Check the list below before proceeding.

🖩
TI-84 Plus CE
Or TI-84 Plus / TI-83 Plus (different cable)
💻
Windows or Mac computer
TI Connect CE runs on both
🔌
USB cable
Mini-USB (TI-84 Plus CE) or USB-C (newer CE models)
📦
TI Connect CE software
Free download from education.ti.com
🎮
Game file (.8xp)
Downloaded from a trusted source
📌 Which USB cable does my TI-84 Plus CE use? Most TI-84 Plus CE models sold before 2023 use a mini-USB to USB-A cable. Newer models may use USB-C. Check the port on the top edge of your calculator — it's clearly labeled. If you bought the calculator new, the original box includes the cable.

Where to Find Free TI-84 Games

TI-84 games have been developed by the calculator community for decades. There are thousands of free programs available — from simple TI-Basic games to complex ASM and C games with impressive graphics for a graphing calculator screen.

Trusted Sources Only

Only download calculator programs from established community sites. Random file-sharing sites occasionally distribute modified files with corrupted code that can destabilize the calculator OS. Stick to these:

SiteContentBest For
ticalc.org Largest archive of TI programs — games, apps, utilities TI-Basic and ASM games, all models
cemetech.net Active community with downloads and forums Newer TI-84 Plus CE games, C/ASM
GitHub Open-source TI-84 projects Advanced games, source code available
education.ti.com Official Texas Instruments resource Educational apps and approved programs

What File Extensions Mean

⚠️ Avoid unknown .8xp files from random sites A malformed .8xp file can freeze your calculator or cause unexpected behavior. If a program causes issues, a RAM clear will remove it. Stick to ticalc.org and Cemetech for reliable files.

Step 1 — Install TI Connect CE

TI Connect CE is Texas Instruments' free desktop software for managing calculator files. It replaces older TI Connect software and works specifically with the TI-84 Plus CE and related models.

💡 TI Connect CE vs TI Connect If you find older tutorials that mention "TI Connect" (without "CE"), they're referring to the legacy version that works with older TI-84 Plus and TI-83 Plus models. For the TI-84 Plus CE, use TI Connect CE exclusively. The older software does not recognize the CE model correctly.

Step 2 — Connect Your Calculator

⚠️ Calculator not showing in TI Connect CE? Try a different USB port. Make sure the calculator is on and not in low battery mode. On Windows, open Device Manager and check if the TI-84 appears under "TI USB Device." If it shows with an error, uninstall and reinstall TI Connect CE to refresh the drivers.

Step 3 — Transfer the Game File

With your calculator connected and visible in TI Connect CE, sending a game is a drag-and-drop operation.

💡 Sending multiple files at once You can select multiple .8xp files (hold Ctrl or Cmd while clicking) and drag them all into Calculator Explorer simultaneously. TI Connect CE sends them sequentially without needing separate steps.

Step 4 — Run the Game on Your TI-84

Once the transfer is complete, disconnect the USB cable. The game is now stored in RAM under the PRGM menu.

📌 Program names in all caps TI-Basic program names appear in all capitals in the PRGM menu. A game downloaded as "Snake.8xp" will appear as SNAKE. If you see AASNAKE or similar, the developer added "AA" to make the program sort to the top of the list.

ASM Games and Shell Apps

Not all TI-84 games are TI-Basic programs. Some of the most graphically impressive games for the TI-84 Plus CE are written in C or Z80/eZ80 assembly language. These run faster and can do things TI-Basic cannot — smooth scrolling, complex animations, sound effects via the speaker jack on some models.

What Makes ASM and C Games Different

ASM and C games still come as .8xp files but contain compiled machine code instead of TI-Basic instructions. Running them directly from the PRGM menu can cause a crash or freeze. They require a shell application that provides a safe execution environment.

Cesium — The Standard Shell for TI-84 Plus CE

Cesium is the most widely used shell app for the TI-84 Plus CE. It provides a launcher interface for running C and ASM programs safely, organizing your games into a menu, and managing files directly on the calculator.

⚠️ Do not run unknown ASM programs without a shell Running a poorly coded ASM program directly from the PRGM menu on a TI-84 Plus CE can freeze the calculator and require a battery reset. Always use Cesium or another trusted shell for ASM and C programs. TI-Basic programs (.8xp with TI-Basic code) run safely from PRGM without a shell.

Archiving Programs for Exam Safety

This is the most important practical step for students who want games on their calculator without risking them before exams. When you clear RAM (which exams often require), all programs stored in RAM are deleted. But programs stored in Archive (Flash memory) survive RAM clears.

How to Archive a Game

💡 Archived programs can't run directly When a program is archived (marked with *), you cannot run it directly from PRGM. To play the game, you first need to unarchive it (same steps — pressing ENTER on the * program removes the asterisk and moves it back to RAM). Alternatively, Cesium can launch archived programs without unarchiving them.
📌 RAM clear vs All Memory reset A RAM clear removes programs in RAM but leaves archived programs intact. An All Memory reset deletes everything — RAM and Archive. Before exams, a RAM clear is sufficient to remove personal programs as required by most exam policies. See the full TI-84 reset guide for the exact steps and what each reset type deletes.

Best TI-84 Plus CE Games in 2026

These games represent a cross-section of what's available — ranging from simple TI-Basic programs that run on any model to polished C games that showcase what the TI-84 Plus CE can do.

C Game · Action
Doom (port)

A simplified Doom port for TI-84 Plus CE. Requires Cesium. Demonstrates the power of the eZ80 processor for real-time 3D rendering.

TI-Basic · RPG
Zedd RPG

A text-based RPG with exploration, combat, and inventory. Runs from PRGM with no additional apps. Works on TI-83 Plus and all TI-84 models.

C Game · Puzzle
2048

A clean TI-84 CE port of the popular number puzzle. Smooth tile animations using the color screen. Small file size, easy to transfer.

TI-Basic · Strategy
Minesweeper

Classic Minesweeper with adjustable grid size. TI-Basic version runs on all models. No installation beyond the PRGM transfer.

C Game · Arcade
Pac-Man CE

A faithful Pac-Man recreation with color graphics, sound, and multiple levels. Requires Cesium. Built for the TI-84 Plus CE color screen.

Common Problems and Fixes

ProblemCauseFix
Calculator not recognized by TI Connect CE Driver not installed, wrong USB port, or calculator off Try a different USB port. Make sure calculator is on. Reinstall TI Connect CE to refresh drivers. On Windows, check Device Manager.
File appears in PRGM but won't run (ERR: SYNTAX) ASM/C program run without a shell Install Cesium and launch the program from there. Do not run ASM programs directly from PRGM.
Calculator freezes after running a program Corrupted program or ASM program run without shell Remove one battery for 10 seconds (or unplug USB-C battery cable on CE models) to force power cycle. Then perform a RAM clear to remove the problematic program.
ERR: MEMORY when trying to transfer Not enough RAM on the calculator Archive existing programs to free RAM. Delete unused variables or lists. Programs stored in Archive don't count against RAM.
Program transferred but doesn't appear in PRGM File transferred as an app (.8xk) not a program Check the APPS menu instead of PRGM. App files appear there, not in the program list.
Game was deleted after a RAM clear before exam Game stored in RAM, not archived Archive games before any RAM clear. Archived programs (marked with *) survive RAM clears. See the reset guide for exact steps.
Can't find mini-USB cable Non-standard cable required Standard mini-USB cables (the type used in older cameras and GPS devices) work. USB-C cables work for newer CE models. Most electronics retailers stock both.

No TI-84 Nearby? Use the Free Online Simulator

Practice every math function — or just explore the calculator — in your browser. No download, no USB cable, no cost.

Open Free TI-84 Online →

Frequently Asked Questions

How do I download games onto a TI-84 calculator?

Download a game file (.8xp format) from a trusted source like ticalc.org or Cemetech. Install TI Connect CE (free from education.ti.com). Connect your TI-84 Plus CE via USB cable. In TI Connect CE, open Calculator Explorer and drag the .8xp file into the panel. The program transfers in seconds. Run it by pressing PRGM on the calculator, selecting the game, and pressing ENTER twice.

Can I get games on TI-84 without a computer?

Not officially. The standard transfer method requires TI Connect CE on a computer and a USB cable. However, if another student already has a game on their TI-84, you can transfer programs directly between two calculators using a TI Connectivity Cable (a link cable that connects the I/O ports on the sides of older calculators). The TI-84 Plus CE does not have a side I/O port, so direct calculator-to-calculator transfer requires older models or the TI-84 Plus (non-CE). Computer transfer is the only reliable method for most students with the CE.

Where can I find free TI-84 games?

The main sources are: ticalc.org (the largest archive, thousands of programs), cemetech.net (active community, newer C games for TI-84 Plus CE), and GitHub (open-source projects). All three are free. Download only .8xp or .8xk files from these sites — avoid random file-sharing pages. Always read the program description to check if a shell app like Cesium is required before transferring.

Will games on my TI-84 be deleted at an exam?

Programs stored in RAM will be deleted if you perform a RAM clear (required by most exam policies). Programs stored in Archive (Flash memory) survive a RAM clear but are deleted by an All Memory reset. To protect your games, archive them after transfer: go to 2nd → MEM → 2: Mem Mgmt/Delete → Prgm → highlight the game → press ENTER to add an asterisk (*), meaning it's archived. For exam situations, a RAM clear removes everything a proctor would ask you to clear while leaving archived games safe. Full details in the reset guide.

Why does my TI-84 freeze when I try to run a game?

This almost always means you ran an ASM or C game directly from the PRGM menu without a shell. ASM and C programs need a safe execution environment — the most common one is Cesium, a free app available from Cemetech. Install Cesium via TI Connect CE (it's an .8xk file that goes to APPS), then launch all ASM/C games from within Cesium. TI-Basic games (.8xp files with TI-Basic code) run safely from PRGM without any shell.

Do TI-84 Plus CE games work on TI-83 Plus?

TI-Basic games (.8xp) that don't use CE-specific color commands generally work on the TI-83 Plus and original TI-84 Plus. C games and ASM games compiled for the TI-84 Plus CE's eZ80 processor do not run on the TI-83 Plus, which uses the older Z80 processor. Always check the download page for compatibility notes — reputable sites like ticalc.org clearly list which calculator models each program supports. For the full speed and game library advantage, the TI-84 Plus CE is the better platform. See the TI-84 vs TI-83 comparison for context.

What is the best game for TI-84 Plus CE?

For TI-Basic games that require no shell, Tetris and Snake are reliable classics that work on any model. For the best showcase of what the TI-84 Plus CE can do, Oiram (Mario platformer) and Pac-Man CE are standouts — both use the color screen effectively and run smoothly on the CE's processor. Both require Cesium to launch. Find these on ticalc.org or Cemetech.

How do I uninstall or delete a game from TI-84?

To delete a program from RAM: press 2nd → MEM → 2: Mem Mgmt/Delete → Prgm → use arrow keys to highlight the program → press DEL. The program is immediately removed. To delete an archived program (marked with *): first unarchive it by pressing ENTER on it (removes the asterisk), then press DEL to delete it from RAM. You can also delete programs in bulk via TI Connect CE: right-click a file in Calculator Explorer and select Delete.

Getting Started — The Short Version

The entire process for putting games on a TI-84 Plus CE takes about ten minutes the first time: install TI Connect CE, download a .8xp game file from ticalc.org, plug in your USB cable, drag the file to Calculator Explorer, and run it from the PRGM menu. For ASM or C games, add Cesium to the process and launch everything from there.

The one habit worth building from the start is archiving games immediately after transfer. It costs 30 seconds and means you never have to worry about losing your programs before exam RAM clears. Archived files survive every reset except a full All Memory wipe — which most exams don't require.

For the full range of what a TI-84 Plus CE can do beyond games — from graphing functions to matrix operations — explore the complete Guides & Tutorials library. And if you don't have your calculator on hand, the free online TI-84 simulator covers every math function in your browser.