A Tic-Tac-Toe game written in Java! (With Rust and C interop)
You can't directly run this program in the IDE. You MUST follow the instructions provided in the below section.
First and foremost, you MUST have Linux and Java v22+ (version 22 or higher)
To Run the game, open a new terminal, cd into the parent folder (Tic-Tac-Toe) and type the following:
(Note: Ignore warnings regarding Restricted methods)
./run.shIf you have clang, rustc and cargo installed, you can run full.sh instead of run.sh.