Skip to content

Tic Tac Toe game implementation in Jack language for the Hack platform (Nand2Tetris)

License

Notifications You must be signed in to change notification settings

jaysonjc/tictactoe-jack

Repository files navigation

Tic Tac Toe game in Jack Language

About

This is a Tic Tac Toe game implementation in Jack language for the Hack platform. Please see Nand2Tetris project for more details.

This game uses Minmax algorithm for finding the computer move. Due to the exhaustive search, initial computer moves can take a while on slower computers. Note that computer cannot be beaten in the game. A good extension of this project will be to add difficulty levels such as easy and medium.

Screenshot

Tic Tac Toe running in VM emulator

Demo

Check out the Youtube video for a demo of this game running in Hack VM emulator.

About

Tic Tac Toe game implementation in Jack language for the Hack platform (Nand2Tetris)

Resources

License

Stars

Watchers

Forks

Packages

No packages published