Articles
- Control MK

ControlMK – Allows using a game controller for Mouse/Keyboard emulation This is very good if you cant get your gamepad/USB controller to work with your games

No comments

- Welcome to The MMORPG Development

In this part of the site I/we will post and write about developments that are/will be going on in our game. All that I can write now is some usefull links that can help to get started with MMORPG dev. http://fivedots.coe.psu.ac.th/~ad/jg/ http://thinkhole.org/wp/2006/03/22/pyogre-demo/ http://www.ogre3d.org/wiki/index.php/PyOgre http://worldforge.org/ http://www.ogre3d.org/ http://www.blender.org/ http://www.gamedev.net/ http://www.gamedev.org/forum/ Those are just some quick links that Read..

2 comments

- Okay I’m back

Right sorry I havent updated for a while (well okay i’m not) but I have had a really cool idea it is to create a MMORPG! So I have been useing up all my resources to find out infos on game creation (again) http://gpwiki.org/ they where good help. First it was going to by C++ Read..

1 comment so far

- PHP #1

To start with PHP you need to have a web server that supports PHP. You can either use a free web host, or run your own server. If you want to run your own web server on windows just download XAMPP. Once you have that downloaded and installed, all you do is save your PHP Read..

No comments

- HTML #1

Okay lets start of with some simple HTML. Today we will earn how to use the heading tags (H1, H2, H3 etc) and the bold (B) tag. And we will also learn how to setup your (possible) first page. Start with open up your best text editor, I will be using gedit, feel free to Read..

No comments

- Progamming Comments

It is good practice to include lots of comments in your code so that when you or someone else comes back and looks at the code you/they will understand what it is meant to do. A comment will be ignored by the compiler, this means that anything in between the comment tags will not become Read..

No comments

- Programming Task #1

I have a small task for anyone who wants to learn a programming language be it Python, Java or C++. I would like you to write a program that can: Output your name and your age on two different lines Output your address on multiple lines And if you know how add some comments if Read..

1 comment so far