=======
Rapid Development Weekend 12 by the Society of Software Engineers
BioGrid is a fishtank-style game where creatures strive to live in a hostile world. Write JavaScript to build your very own creature -- the success of your creature depends on the quality of your code.
We are looking for some help to get many of the features that did not get done over the original Rapid Development Weekend. If you want to help contact mrm9084@rit.edu and we will help get you started with what is currently going on.
If you what to get started here is how you get the program downloaded and start runningIf you're using Windows, you should install Visual Studio so you can build the native extensions for some Node.js modules.
- Install Node.js (Available for Windows, Mac OS X, and Linux)
- Clone this repository
- For OS X and Linux users, move to the repository directory and run
npm install
in your favorite shell. This will install any dependencies to the project folder. - For Windows users, reboot your system, open the command prompt, and follow the same as OS X and Linux.
- For OS X and Linux users, move to the repository directory and run
From the command line, run the following to start the server:
node app -c
To change how the program runs you can go to setup.json. The fields are as follows:
- Number of each creature to be made
- List of all of the creatures locations
- World location
Go to localhost:3000 in your browser to run the client.
Be sure to read our documentation on the project conventions before contributing.