Command-Line Tic Tac Toe Game
A downloadable game for Windows
The code I made is from Brocode, this a simple terminal game that you can play and its command lined so there's nothing to do with the mouse at all. This is a solo game so a computer plays as a 2nd player and this game is probably way too easy anyways btw. Remember to never open the file in file explorer, for some reason it just doesn't do the ending part at all.
The tiles are labeled like this:
1 2 3
4 5 6
7 8 9
Status | Released |
Platforms | Windows |
Release date | Jul 05, 2024 |
Author | Kevin1e2e |
Tags | code, command-line, terminal |
Average session | A few seconds |
Languages | English |
Inputs | Keyboard |
Install instructions
Install
To install the game install the .exe file(never the .cpp file as that's the code and not the game.)
Launch
To launch go to search and type run(or use the shortcut of Win + R) and you should see this(windows 11 users might see something different as I still use windows 10.)
Type cmd into it and hit enter, after this you should see cmd open
(I set my text to be green but it doesn't matter.)
To open the game I recommend you install it inside your downloads folder, you need to type cd [A Folder Name] example is cd downloads. If you put in lets say a folder in your downloads you type "cd downloads" and after that you type "cd your folder name" (Dont type cd downloads cd your folder name you type cd downloads then hit enter and finally write cd your folder name.)
Run The Game
To run it you type the .exe name so in this case you write tictactoe.exe(You cant go tic tac toe.exe only tictactoe.exe as that's the exe name.) Now it finally launches and you can play!
Windows Defender Being Weird
So Windows Defender thinks this .exe is a virus because I'm not verified by Microsoft as I'm just an indie dev so just ignore it and run it anyways. This program isn't a virus by the way.
Development log
- simple updateJul 13, 2024
Leave a comment
Log in with itch.io to leave a comment.