Home » Archive

Articles in the C++ Category

C++, Programming, Stuff »

[12 Jun 2010 | Author: 0xC0FF33 | No Comment | ]
Benny the game (more or less) alive again!

Maybe it’s the worst code I have ever written, but it was also my very first project in C++ and lost for years, because of my stupidity. Now, about four years later, rasco found an old copy of the source on some backup DVD and made the code and game alive again…

C++, Open Source, Programming, Stuff »

[3 Feb 2010 | Author: 0xC0FF33 | No Comment | ]
3T Update: Version 1.0

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 »

[29 Jan 2010 | Author: 0xC0FF33 | No Comment | ]
3T: Text based Tic Tac Toe

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 »

[5 Nov 2008 | Author: Rasco | 4 Comments | ]

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 …