Skip to content

jaeheonshim/TI-Connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TI-Connect4

TI-Connect4 Main Screen

This repository contains the code for TI-Connect4, a Connect 4 game for the TI-84 CE.

Installation

Upload both the files "TIC4.8xp" and "clibs.8xg" to your calculator using a software such as TI Connect. Run the program in the "prgm" menu in order to play the game.

Screenshots

Menu Gameplay Game Over

Gameplay

Search up "How to play Connect 4" on Google.

Use the left and right arrow keys to control where to place your marker. Press enter to place your marker. The last placed marker is indicated by the blue outline.

When a winner is declared, you will have the option to play again or look at the state of the board when one player won.

AI

The AI for this game is implemented using the minimax algorithm with alpha-beta pruning. Optimizations such as bit representation and memoization remain unimplemented.

About

Connect 4 for the TI CE calculator

Resources

Stars

Watchers

Forks

Packages

No packages published