This project is a simple implementation of the classic Tic Tac Toe game in Java.
git clone https://github.com/sebastian-sonne/ticTacToe.git
cd /path/to/this/project/bin
java Frame
Note: Java needs to be installed on your computer
Contributions are appreciated! If you have ideas for improvements or new features, feel free to open an issue or submit a pull request. You can find a list of all open issues here.
To start contributing, fork this Repo using
git clone https://github.com/sebastian-sonne/ticTacToe.git
The java files are located in the src folder. When you have completed your contribution, compile both the Frame.java, and the Panel.java file like so:
Navigate to the project folder using your terminal. Replace "/path/to/this/project" with your actual path
cd /path/to/this/project
Run the following command to compile the files
javac src/*.java
Move the generate .class files into the /bin filder
robocopy src bin *.class /MOV
Commit you changes in a new branch onto git and open a pull request. Don't forget to add a clear description.
This project is licensed under the MIT License - see the LICENSE file for details.
Enjoy playing Tic Tac Toe! 🎮