
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
The TicTacToe game with animated graphics simulating hand drawing and many game variants.
You can play with your friends locally or with Internet.
Obviously there is also a 4 levels AI.
10 years ago
3.3.0 - Network Match allowing players to easily play with everyone in the world(online players, personal match's stats, online personal match, match's chat...)
3.3.0 - Automatic internationalization support (By now supporting English, Italian and Czech languages)
3.3.0 - Project web page with statistics, best players, etc...
3.3.0 - New text font in hand drawing simulator
3.3.0 - Graphical optimizations
3.3.0 - Several GUI changes
3.3.0 - Qt about dialog in help menu
10 years ago
3.3.0 - Network Match allowing players to easily play with everyone in the world(online players, personal match's stats, online personal match, match's chat...)
3.3.0 - Automatic internationalization support (By now supporting English, Italian and Czech languages)
3.3.0 - Project web page with statistics, best players, etc...
3.3.0 - New text font in hand drawing simulator
3.3.0 - Graphical optimizations
3.3.0 - Several GUI changes
3.3.0 - Qt about dialog in help menu
lordanas
8 years ago
Report
gohanz
10 years ago
EBKIT_LIB -DQT_SCRIPT_LIB -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt/mkspecs/linux-g++ -I. -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtSvg -I/usr/lib/qt/include/QtScript -I/usr/lib/qt/include/QtWebKit -I/usr/lib/qt/include -I. -I. -o qrc_Icons.o qrc_Icons.cpp
/usr/lib/qt/bin/rcc -name Langs Langs.qrc -o qrc_Langs.cpp
RCC: Error in 'Langs.qrc': Cannot find file 'tttfh_it.qm'
make: *** [qrc_Langs.cpp] Error 1
root@argo:~/tttfh/tttfh-3.3.0-sources# mc
Report
simone6192
10 years ago
lrelease *.ts
then as always:
qmake
make
Let me know if it works... Bye!
Report
gohanz
10 years ago
Report