Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colinsullivan/creative_code_immersive_fall_2015
Code to share with students during the Gray Area creative code immersive, Fall 2015
https://github.com/colinsullivan/creative_code_immersive_fall_2015
Last synced: 5 days ago
JSON representation
Code to share with students during the Gray Area creative code immersive, Fall 2015
- Host: GitHub
- URL: https://github.com/colinsullivan/creative_code_immersive_fall_2015
- Owner: colinsullivan
- Created: 2015-10-09T02:25:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-15T01:20:07.000Z (almost 9 years ago)
- Last Synced: 2024-10-18T09:27:19.851Z (27 days ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains Colin's sample code for sharing with students during the Gray Area creative code immersive during fall 2015.
Explanation of individual directories is below:
* `rockpaperscissors/`: During the JavaScript week, we build a rock paper scissors game. This implementation focuses on extensibility of the game logic. Check out [scripts/scripts.js](https://github.com/colinsullivan/creative_code_immersive_fall_2015/blob/master/rockpaperscissors/scripts/scripts.js) for the most important bits.
* `flickrfeed/`: This is an adaptation of our FlickrFeed example, which is a webpage that loads in photos from a public Flickr feed. This example demonstrates how to use the jQuery library to create HTML elements and add them to the page dynamically upon receiving data from the Flickr feed. Again, the most relevant code can be found in [scripts/scripts.js](https://github.com/colinsullivan/creative_code_immersive_fall_2015/blob/master/flickrfeed/scripts/scripts.js).
* `HSV_Pot_Fader/`: An Arduino sketch demonstrating how to modify an LED using the HSV color space. See `HSV_Pot_Fader/README.md` for more info!All code MIT licensed unless noted otherwise.