Skip to content

JCCC-GAME221-Fall2015/Project-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project-01

Project 01 – Around the World!

Repo Name: Project 01 Around the World

Your first project is a review project. You will create a 3D space game with a spaceship that can fly around. However, the space ship should not be able to leave the solar system!

You should have the sun and all the planets of this solar system. The planets should orbit around the sun at different, designer-changeable rates. The earth should include its moon.

The spaceship should propel forward on its own, with the player being unable to stop the ship.

If the spaceship collides with a planet, it should be destroyed and a destroyed animation should play.

If the spaceship is destroyed, the player should be prompted to press the spacebar to continue or the escape key to quit. If the player presses the spacebar to continue, their position should reset to the start. Then a 5 second (designer-variable) countdown should ensue (which the player should be able to see). After the countdown ends, the player should begin moving again.

Feel free to add any additional features your team wants. However, if new features are added each team member must each add a feature!

Method Requirements-

  1. Include debug information and only show it if the game is being run in the unity editor.
  2. Include the use of a co-routine.
  3. Include the use of an invoke method.
  4. Sound(s) should be included where appropriate.
  5. Designer variables should be "fool-proof"
  6. Designer variables should have appropriate tooltips.
  7. Include a save mechanic of your choice.
  8. Each member of the team needs to add at least one method to a single script from seperate computers.

Setup -

  1. Designate a team leader.
  2. Team leader forks this repo.
  3. Team leader invites team members to edit the repo.
  4. Create the TDD.
  5. Upload the TDD to the repo
  6. Upload the TDD to the dropbox.
  7. Begin forking and merging.
  8. Turn in the project by creating a pull request to this repo.

About

Project 01

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages