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
[ Read More → ]
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
[ Read More → ]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 More → ]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 More → ]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 More → ]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 More → ]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 More → ]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 More → ]Okay to start download python (If your running Linux, you will allready have it installed. And don’t goto python.com) Once you have python installed look for the python interpreator or shell. Once you have located that you simply type: print “Hello World!” That will print “Hello World!” to the screen. If you want that to [...]
[ Read More → ]Right to start writing Java programs you need to download the Java Software Development Kit (SDK) from here at the sun.com site. Once you have that done you may what to use an IDE, one good one for Java is JCreator, you can use it for free. Now open up the IDE/Text Editor and enter [...]
[ Read More → ]