Articles in the C++ Category
C++, Programming, Stuff »
C++, Open Source, Programming, Stuff »
Yay! Now, the the first step is done and a computer opponent is added to the game. Next and last step will be the network code.
Stay tuned…
Download & Project page
Windows package: http://threet.googlecode.com/files/3t_winXP_1.0.zip
Source package: http://threet.googlecode.com/files/3t_sources_1.0.zip
Project page: http://code.google.com/p/threet/
Have fun with the game…
C++, Open Source, Programming, Stuff »
I don’t know why, but the idea of programming a text based version of Tic Tac Toe was bothering me for days and after coding hours in PHP for another project, I needed some “refreshment” and started to code this game.
Because it’s a game with a simple structure, the first implementation was not so much work to do, but lacks of a computer opponent, so you only can play it on one PC with two human players, but implementing an “AI” will be the next step for me.
Screenshot
[ad#Image Header Top]
Why text …
C++, Internet, News, Programming, Stuff »
OpenTTD is an open source clone of the Microprose game “Transport Tycoon Deluxe” by Chris Sawyer. It adds new features and even a multiplayer mode but stays very true to the original.
This was a really cool game back then and today it’s even better.
Shortly after I had found OpenTTD I started to play online and opened my own server.
However, after a while I found that the multiplayer mode lacked of an important feature: there was no goal, and the game just kept on going. Usually for more than 10 hours.
This …

