Welcome to the XOX Game! This project is a modern take on the classic tic-tac-toe game developed in Unreal Engine 5. This game is a collaborative effort between Kerem-Yavuz and Akeremyavuz
The XOX Game is a 3D version of the classic tic-tac-toe game, providing both single-player and multiplayer modes. In single-player mode, you can challenge an AI opponent, while in multiplayer mode, you can compete with your friends. The game features an intuitive and engaging interface, making it fun and easy to play.
- 3D Graphics: Experience tic-tac-toe in a visually appealing 3D environment.
- Single-Player Mode: Play against an AI opponent with varying difficulty levels.
- Multiplayer Mode: Challenge your friends in a local multiplayer setup.
- User-Friendly Interface: Simple controls and clear visual feedback.
- Cross-Platform: Play on both PC and mobile devices.
- Unreal Engine 5
- Clone the repository:
git clone https://github.com/Kerem-Yavuz/XOX3D
- Open the project in Unreal Engine 5.
- Build the project by selecting File > Package Project > Your Platform.
- Follow the on-screen instructions to complete the build process.
- Run the executable file from the build directory to start the game.
- Mouse: Click to place your mark (X or O) on the desired cell. Drag Mouse for flipping the cube
- The game is played on a 3x3 grid. on each face of cube
- Players take turns to place their mark (X or O) in an empty cell.
- The first player to align three of their marks vertically, horizontally, or diagonally wins.
- If all cells are filled and no player has aligned three marks, the game ends in a draw.
- Cube Game Board so its like 6 boards at a time
- Unique special abilities
- Extra points for corners of the cube
We welcome contributions from the community! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -m 'Add a new feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
- Unreal Engine 5 - The powerful game engine used to develop this game.
- OpenAI ChatGPT - For providing assistance in writing this README file.
Thank you for playing our XOX Game! We hope you enjoy it as much as we enjoyed creating it.