This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
setLocal EnableDelayedExpansion | |
:newgame | |
cls | |
echo TIC-TAC-TOE | |
echo Written by Benjamin McLean | |
echo. | |
echo Controls: | |
echo|set /p="7 | 8 | 9" | |
echo. |
NewerOlder