Game Developers Club
Student Organization • 319 people
Files / Tutorials

Short and Dirty Game Engine Setup

FlatRedBall:
1) Go to
http://www.flatredball.com/frb/docs/?title=Download_the_FRB_Engine_and_Components
2) Run the installer, following the instructions, it will install everything you will need to make anything FRB-related
3) Follow this tutorial to make a new FB project if you are the person setting this up for everyone else

http://www.flatredball.com/frb/docs/index.php?title=Creating_a_FlatRedBall_Project
3a) Otherwise, go on to one of the other tutorials

Unity:
1) Go here http://unity3d.com/ and install it.

LightWeight Java Game Library:

1) Get the Java JDK (I suggest 6u35 as opposed to 7,
http://www.oracle.com/technetwork/java/javase/downloads/jdk6u35-downloads-1836443.html) and install it
2) Get Eclipse/NetBeans/whatever you want to code in, installing it per their instructions
3) Get the LWJGL library from http://lwjgl.org/ and follow the set-up instructions here http://lwjgl.org/wiki/index.php?title=Downloading_and_Setting_Up_LWJGL
4) Make the game project