Code edit (6 edits merged)
Please save this source code
Code edit (1 edits merged)
Please save this source code
User prompt
Tic-Tac-Toe Master
Initial prompt
AI does X or O randomly and Player does X or O randomly. Player goes first and Ai goes second. Has A difficulty level of hardness of MEDIUM HARD EASY BEGINNER buttons on the home screen. BEGINNER Mode will show you how to play game show how to win and what does three X's or O's in a row and what Ai does to.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});