Skip to content

Files

Latest commit

 

History

History

Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

https://github.com/pritamzope/OS/tree/master/GUI/box
https://github.com/pritamzope/OS/tree/master/Kernel/Keyboard

How to Play :

Use arrow keys(UP,DOWN,LEFT,RIGHT) to move white box between cells and press SPACEBAR to select that cell.

RED color for player 1 Box and BLUE color for player 2 box.

See Turn for which player has a turn to select cell.

[ If you are running this on actual hardware then increase the value of sleep() function in launch_game() in tic_tac_toe.c and in kernel_entry() in kernel.c So that will work normally and not too fast. I used 0x2FFFFFFF. ]



Tic-Tac-Toe Game