# super-tic-tac-toe **Repository Path**: Sachs/super-tic-tac-toe ## Basic Information - **Project Name**: super-tic-tac-toe - **Description**: 终极版井子游戏,使用C和OpenGL实现。 - **Primary Language**: C - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2013-08-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Super Tic Tac Toe ================= Super Tic Tac Toe is a variant of the classic game of tic tac toe. This is a implementation using C with OpenGL. Screenshots ----------- ![1](./screenshots/1.png) ![2](./screenshots/2.png) ![3](./screenshots/3.png) ![4](./screenshots/4.png) ![5](./screenshots/5.png) ![6](./screenshots/6.png) Game Rules ---------- See [Here] Dependence --------- * [GLFW] * [DevIL] Build ----- ```sh cd super-tic-tac-toe mkdir build cd build cmake .. make ``` [Here]: http://www.scheinerman.net/jonah/supertictactoe.html [GLFW]: http://www.glfw.org/ [DevIL]: http://sourceforge.net/projects/openil/