Sunday, August 29, 2010

"Hello blog world"

#include <iostream>
#include <shad> //just a little blogger
using namespace std;

void main()
{
cout<<"Hello blog world"<<endl;
}

-----

I have read in PCMech.com that if you have a project and want to remember the steps you have done, you should create a blog. So I create a blog. This is planned to be where I recorded whatever I have done in term of my programming projects. Currently I have a small group project of game programming in applying 2D and multiple array.

It will be shared soon enough. :)

The game still in design process, including the storyline, but basically a short adventure game based on snake&ladder game with questions to be answered, a portal to warp you back and forth, and (still arguing about it with my partner) the battle part. I think he named the game as Mytho. He will be writing the story that seems will be about space adventure.

Don't know what Greek have to do with that. >.>

Current Project: Mytho: A Simple Adventure Game
Status: Development of Storyline and Moving around 'Board'. Questions will be looked up by my partner and I will be thinking hard about the battle coding. Hehe... :)

C ya.