Skip to content

MaybeSacred/cs4911-Game-of-Dragons

Repository files navigation

cs4911-Game-of-Dragons

Senior Design Game

How to build and run source code

  1. Download the latest version of unity: http://unity3d.com/unity/download
  2. Go to File > Open Project.. then select the location of this repository on your computer
  3. Once it is loaded, go to the Project tab then click on Assets.
  4. In the Assets window, double click Scene0-menu.unity
  5. Once loaded, hit the play button at the top

How to run the executable

  1. Play the latest version at https://dl.dropboxusercontent.com/u/66431468/build/build.html , or
  2. Play the build.unity3d executable (find in the build directory) by double clicking it , or the build.html (May not work on Chrome).

Where to Find Documentation

1.Code is Documented within the source files 2.Documentation for 3D modeling is found below

//=============================== 3D modeling==================================

How to create a 3D model: http://autodesk-maya.wonderhowto.com/how-to/model-dolphin-maya-261205/

How to animate your model: http://www.lynda.com/Maya-tutorials/Fitting-skeletons-mesh/96719/108006-4.html

How to texture your model: http://vimeo.com/1893317#at=0

Some Lessons Learned Pay attention to how many triangles your mesh has. The higher, the slower your game will run. If you’re doing 3d modeling in Maya, Make sure you are displaying your polygon count: Display > Heads Up Display > Poly Count. You can reduce the number of triangles in your mesh a) after doing a mesh clean up (Mesh > Cleanup) b) then Using Mesh > Reduce //===================================================================================

About

Senior Design Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published