Loading ...
Global Do...
News & Politics
8
0
Try Now
Log In
Pricing
Create Your Own Sim Games 1 Create Your Own Sim Games Background Sim Games are a huge and popular rage on the internet for girls. A SIM game is a text-based, database driven game that simulates different scenarios from owning a pet to trying to take over the world. What You'll Make This book will take you step by step through the creation of an online game called Pits of Doom. Pits of Doom is a typical dungeon crawling, map based game similar to the well known Doom game. It's been modified to work as an online multi-player game with its own special features and quirks thrown into the mix. The Pits of Doom game design and initial programming is provided by design1online.com [1]. License All of the source code is provided free under the GNU license. Getting Started In order to run all the code provided by this game it's strongly suggested that you download and installed XAMPP [2], a free software from ApacheFriends.org. You'll need a server, PHP 5 with the GD library installed, and at least one MySQL database. XAMPP Basics Once XAMPP is installed all you have to do is run the .exe program and navigate to where you installed it. To make sure you installed it correctly type htt://localhost into your browser and hit enter. The default XAMPP page should appear. Go to where you installed XAMPP and locate the folder called htdocs. This is where all of your files will need to go. Now go to http:/ / localhost/ phpmyadmin in your browser. This will open up a graphical interface you can use to interact with MySQL, the database software we'll be using. When you're done using XAMPP just close the .exe program. You'll notice that http:/ / localhost is now no longer available. Localhost is only available when XAMPP is turned on. Pits of Doom This is broken down into several different lessons (in place of chapters). Click on a link to get started. 1. /Planning Stage/ 2. /Breaking It Down/ 3. /Mixing Things Up/ 4. /And Array We Go/ 5. /Easy Map Editor/ 6. /MySQL Database Class/ 7. /Join, Login & Lost Password/ 8. /Monsters & Field of View/ 9. /Advanced Tactics & Warfare/ 10. /Chat Room/ Create Your Own Sim Games 2 References [1] http:/ / design1online. com [2] http:/ / apachefriends. org Article Sources and Contributors 3 Article Sources and Contributors Create Your Own Sim Games Source: http://en.wikibooks.org/w/index.php?oldid=1682036 Contributors: Adrignola, JadenDreamer License Creative Commons Attribution-Share Alike 3.0 Unported http:/ / creativecommons. org/ licenses/ by-sa/ 3. 0/