Sunday, July 17, 2011

Tak Tik Tuk Version 3.0 with improved Algorithms

From my last post I introduced the version 2.0 of the game I developed. I further developed  it by adding new algorithms with pattern matching capabilities. 

Now the difficulty level of the game is so high and even I cannot win the game. If you can, please let me know :D
I changed the user interface of the game a little bit to improve the appearance.Same as the previous version, .NET framework 3.5 is required to play the game.

Follow this link to download the game. (144.31 KB)

These are some screen shots of the game. 

Enjoy playing and send me your comments.

-Tharindu Edirisinghe-
-SLIIT 10'-

Monday, July 4, 2011

Tak Tik Tuk Game Version 2.0

Recently I developed a Tak Tik Tuk game (Version 1.0) using Microsoft Visual Studio 2010, WPF and C#. Since it wasn't much capable of matching the winning patterns, I released it among very few of my friends to gather a feed back. Then I developed an algorithm to match the winning patterns and it succeeded. I used the Transparent Effect in WPF which improves the appearance of the game. Besides that I added some voice features also to improve the interactivity. Here are some screen shots.



Click Here to download the game. (110.42 KB)
You need to have .NET Framework 3.5 installed in your PC to play this game.

Enjoy it and send me your comments.

-Tharindu Edirisinghe-
-SLIIT 10'-

Saturday, July 2, 2011

Stacks and Queues GUI applications

These are some GUI applications I developed when I was following the 'Software Technology I' subject when I was in the second semester of the first year at SLIIT. I think this will be useful to learn not only Stacks and Queues but also tasks like exception handling when implementing a C++ GUI application in Visual Studio.

This Stack application demonstrates the fundamental tasks of a Stacks such as Push, Pop and Peek methods.




Click Here to download the application. (19.84 KB)
Click Here to download the Visual Studio project source code. (2.4 MB)


The Queue application demonstrates the tasks related to Queues such as Enqueue, Dequeue and Peek Front.

Click Here to download the application. (20.09 KB)
Click Here to download the Visual Studio project source code. (3.11 MB)

You need to have .NET Framework 3.5 installed in your PC to run these applications.


-Tharindu Edirisinghe-
-SLIIT 10'-