Skip to content

Baker-IGM/202-Project-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project NAME

Markdown Cheatsheet

REPLACE OR REMOVE EVERYTING BETWEEN "_"

Student Info

  • Name: YOUR NAME
  • Section: ##

Simulation Design

A brief explanation of your simulation.

Controls

  • List all of the actions the player can have in your simulation
    • Include how to preform each action ( keyboard, mouse, UI Input )
    • Include what impact an action has in the simulation ( if is could be unclear )

Agent 1 Name

A brief explanation of this agent.

Steering Behaviors

  • List all behaviors used by this agent
    • If a behavior has input data list it here
  • Separation
    • Agent1

Agent 2 Name

A brief explanation of this agent.

Steering Behaviors

  • List all behaviors used by this agent
    • If a behavior has input data list it here
  • Separation
    • Agent2

Agent 3 Name

A brief explanation of this agent.

Steering Behaviors

  • List all behaviors used by this agent
    • If a behavior has input data list it here
  • Separation
    • Agent3

Obstacle 1 Name

A brief explanation of this obstacle.

Agents That Avoid

  • List all agents that avoid this obstacle

Sources

  • List all project sources here –models, textures, sound clips, assets, etc.
  • If an asset is from the Unity store, include a link to the page and the author’s name

Make it Your Own

  • List out what you added to your game to make it different for you
  • If you will add more agents or states make sure to list here and add it to the documention above
  • _If you will add your own assets make sure to list it here and add it to the Sources section

Known Issues

List any errors, lack of error checking, or specific information that I need to know to run your program

Requirements not completed

If you did not complete a project requirement, notate that here