PLEX Source Code Version 0.01
What works so far: Loading screen (you can’t see this because the game loads very quickly right now) Start a new game screen you can use your mouse and left click, or the arrow...
lang="en-US">
What works so far: Loading screen (you can’t see this because the game loads very quickly right now) Start a new game screen you can use your mouse and left click, or the arrow...
Okay so I’ve been setting up the skeleton of my code for this game. What I’m trying to do is setup one class that will manage all the resources of all other classes in...
Okay, so I downloaded the mysql-dev pack from the software repositories on OpenSuse 10.2 and that fixed the problem I was having with the mysql.h file not found error. I’ve read a few websites...
Here is a link to threading in Linux. That will be very interesting as my Linux skills are still fairly limited at this point! But in the meantime I conned this Windows example of...
PLEX – Multiplayer Online Game Specification Requirements 1. Introduction I’m a senior at the University of Mary Washington and I’m going to me making a game in C/C++ using the Allegro API. The game,...
This game is a type of puzzle. In the online version, players will create an account and login to the game. Once they are logged on they will be randomly placed on a 100...
One of the biggest problems with phantom (or hidden) objects in SecondLife is that when you want something to show up and things behind/in front of it are not visible you often end up...
Create a controller object with on button and an off button. Assign the on button code to the on button, the off button code to the off button and the block code to the...
For my summer science research project I needed to build a lego house that would interact with a controller mounted on a working elevator. In order to get the controller communicating with the blocks...
I found code from another person in the SL wiki and tweaked it to my liking. It had some issues with coming back down after the SL avatar was on top of the elevator...