文件名称:tic-tac-toe
介绍说明--下载内容均来自于网络,请自行研究使用
超级井字井字经典游戏的一个变种。
这是一个使用C与OpenGL实现。
要开始一个新的游戏,按“新建”按钮。在任何时候,在游戏过程中,按下“结束”按钮可以中止游戏。-Super Tic Tac Toe Tic Tac Toe classic game is a variant.
This is a use of C and OpenGL.
To start a new game, press the "New" button. At any time during the game, press the "End" button to abort the game.
这是一个使用C与OpenGL实现。
要开始一个新的游戏,按“新建”按钮。在任何时候,在游戏过程中,按下“结束”按钮可以中止游戏。-Super Tic Tac Toe Tic Tac Toe classic game is a variant.
This is a use of C and OpenGL.
To start a new game, press the "New" button. At any time during the game, press the "End" button to abort the game.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
super-tic-tac-toe
.................\.gitignore
.................\CMakeLists.txt
.................\README.md
.................\bin
.................\...\DevIL.dll
.................\...\glew32.dll
.................\...\res
.................\...\...\bigo.png
.................\...\...\bigx.png
.................\...\...\mask.png
.................\...\...\next.png
.................\...\...\o.png
.................\...\...\prev.png
.................\...\...\tie.png
.................\...\...\welcome.png
.................\...\...\win_player1.png
.................\...\...\win_player2.png
.................\...\...\x.png
.................\...\super-tic-tac-toe.exe
.................\screenshots
.................\...........\1.png
.................\...........\2.png
.................\...........\3.png
.................\...........\4.png
.................\...........\5.png
.................\...........\6.png
.................\src
.................\...\CMakeLists.txt
.................\...\chessboard.c
.................\...\chessboard.h
.................\...\game.c
.................\...\game.h
.................\...\sstate.c
.................\...\sstate.h
.................\...\state_begin.c
.................\...\state_main.c
.................\...\states.h
.................\...\super_chessboard.c
.................\...\super_chessboard.h
.................\...\texture.c
.................\...\texture.h
.................\...\window.c