================================================================
Chrononaut Jean-Baptiste Lamarck vs the Texas Board of Education
================================================================

Authors
-------
Biagioli, Brandon
Nagl, Thomas
McCardell, William
Smith, Alex
Swast, Tim

How to Build
------------

In Eclipse:
1. File -> New -> Project
2. Java Project
3. Create Project from Existing Source.
    - Select the directory that contains this README.
4. Name the project "Chrononaut" (no quotes).
5. Once the project is created: Right-click Platformer.java
    Run As -> Java Application
    The application should run, but there will not be any Enemies
    or Creatures in the levels.
6. Run -> Run... to open run dialog.
7. Click Platformer
8. Click "Classpath" tab
9. Click "Chrononaut (default classpath)"
10. Click "Advanced" button.
11. Select "Add folders"
12. Select the blue "Chrononaut" folder.
13. Click "Run". (Creatures and Enemies should now be loaded.)
