Assignment 2/6, due September 19th:
Predictor of Imminent Doom
Here are the art objects we've received for this assignment. Thanks everyone!
Searching for Guidance? Every Man (and Woman) knows the value of a good Prediction. It's the hunch you feel, usually registering in your Gut, and if you'd only followed that hunch you'd be living up the hill. Why not learn the tricks of Wall Street Bankers, Generals and Statesmen whose livelihoods depend on knowing what Imminent Doom the future holds. The problem was that few could afford such Predictors. We have been fortunate enough to make terms with Manufacturers of the best Predictors to enable us to sell them to you for only $2.00. The same quality, the same assurance as with more expensive models. Made from the purest Elements from forests in Paraguay and Guiana. Usually sold for $5.00. Yours for $2.00. If by mail, postage extra, 2 cents.
I want a device that predicts the future, and the imminent doom it holds. Find and modify an already-existing one or create one of your own.
-
Daisy Fortunis
Assignment #2: Create the Predictor of Imminent Doom. Ship it via UPS, FedEx, DHL, or another courier to:
Ghosts of a Chance
c/o Georgina Bath
tel: 202.633.8532
Suite 4200
Smithsonian American Art Museum
750 Ninth Street NW
Washington DC 20001
The Predictor is due at the museum by Friday, September 19th. Click here for full rules.
Comments
Discuss your work in progress:
Post an anonymous comment
Comments have been disabled.
for(int x = 0; x
for(int x = 0; x
import java.awt.Color;
import java.awt.FlowLayout;
import java.awt.image.BufferedImage;
import java.util.Scanner;
import javax.swing.ImageIcon;
import javax.swing.JFrame;
import javax.swing.JLabel;
public class Doom {
double future;
double max;
double min;
int name;
int age;
int years;
int months;
int days;
public Doom(String name, int age, int years, int months, int days){
this.name = name.codePointBefore(1);
this.age = age;
this.years = years;
this.months = months;
this.days = days;
calculateDestiny();
}
public void calculateDestiny(){
future = Math.random();
min = future + Math.random();
max = future + Math.random();
int destiny = (int)((name + age + max) * (years + months + days) -
(name + age - min) * (years + months + days));
System.out.println(future);
future = (future) * 100;
BufferedImage image = new BufferedImage(100, 30, BufferedImage.TYPE_INT_RGB);
for(int x = 0; x