Final project - OhJia/Coding4Creatives-S17-2 GitHub Wiki
FINAL PROJECT due in class Wed 6/7: I'm grading it based on the idea/design, how you think about tackling it with code, and your effort implementing it.
Select one option, work alone or as a group of 2.
A. SKETCH WITH P5.JS:
Develop an idea for a project that can be created with p5.js using the fundamentals of programming. You may extend a previous assignment into a larger project. If you feel stuck, attempt to make a simple game such as Pong or Tic-Tac-Toe.
Follow the strategy we talked about in class:
- Start with an idea, break the idea down into smaller parts, write pseudo code.
- Implement the algorithm for each part individually. Use object-oriented programming for each part and use at least 2 classes of your own.
- Bring the smaller parts together in one program.
Present in class:
- Your concept and design process (hand drawn sketches, illustrator mockups, etc)
- Finished sketch
- Coding process: talk over your code
B. WEB SITE OR APP:
A web project using HTML + CSS that is inspired by the concepts we've covered this semester.
- Present in class:
- Your concept and design process (wireframes: hand drawn, illustrator, or other tools such as invision)
- Finished site/app
- Coding process: talk over your code
BONUS:
Use another JS library in your code.