3D Tic-Tac-Toe

Screenshot Screenshot

About

This project is a 3D version of the classic tic-tac-toe game. Players play on a 3x3x3 grid, trying to get three in a row in any direction or axis.

Features

  • Custom voxel based rendering using C++ and OpenGL
  • Websocket Networking for client and server to play over the internet against an ai or player
  • Option for web based build to play in the browser

Built with C++ and OpenGL

This project was built using C++, OpenGL for both windows and linux. Emscription used for the web build.

Screenshot
Back to Projects