Due Sunday, March 26, 2017
This assignment is the same as FP1, except definitely choose a library that you expect to use for your full project.
You will be in your team before you complete this assignment. You and your teammate(s) must coordinate to (1) both choose libraries relevant to your project, and (2) each choose a different library.
The report template is below, beginning with "Library Name Here."
- To start, fork this repository.
- Add your
.rkt
Racket source file(s) to the repository. - Add any images to the repository.
- Modify the
README.md
file and commit changes to complete your report. - Ensure your changes (report in
md
file, addedrkt
file(s), and images) are committed to your forked repository. - Create a pull request on the original repository to turn in the assignment.
My name: put your real name here
Write what you did! Remember that this report must include:
- a narrative of what you did
- highlights of code that you wrote, with explanation
- output from your code demonstrating what it produced
- at least one diagram or figure showing your work
The narrative itself should be no longer than 350 words.
You need at least one image (output, diagrams). Images must be uploaded to your repository, and then displayed with markdown in this file; like this:
You must provide credit to the source for any borrowed images.
Code should be delivered in two ways:
- Full files should be added to your version of this repository.
- Key excerpts of your code should be copied into this .md file, formatted to look like code, and explained.