User:Selena Savic
graduation
project development, here:
cool games:: [2]
game rules, first take:
begin
# print "Welcome Mr. Mishkovitsch!"
# starting position
tiles = t
supermarkets = 0
residential_units = r
commercial_units = c
farm_units = f
active_tiles = a
a = r + c
while True:
RES = r*100
COM = c*100
if RES <= COM:
game over;
# regulation mechanisms
while True:
if f*0.1 >= t:
POLLUTION++
while True:
if r*0.5 <= a:
RES -= 100
# round 1
#scanning residential tiles and their relation to commercial zones:
for r_unit in r:
if r_unit surrounded by > 700RES:
COM += 25
if r_unit COM => 25 && surrounded by ( > 75COM && < 125COM):
COM -= 25
if r_unit surrounded by > 600COM:
COM += 75
#scanning farms and their relation to commercial and residential zones:
for f_unit in f:
if f_unit surrounded by < 25COM && surrounded by < 1000RES:
f_unit -= 1
if f_unit surrounded by > 25COM && surrounded by 0FARMS:
f_unit connect to commercial #(what does this mean?)
if f_unit surrounded by >= 500FARMS && surrounded by >=25COM:
openmarket += 1
if f_unit surrounded by >=500FARMS && supermarkets <= 1:
f_unit connect to supermarket #(what does this mean?)
if f_unit surrounded by 0FARMS && surrounded by < 800RES:
f_unit -= 1
touch screen components
A1 touchscreen, dutch website:: [3]
NextWarehouse - T-R150G-USB:: [4]
Ez Screen (not really what i want):: [5]
used here: [6] also, check on ebay.nl for "touch screen kit" how to bend an ibook into:: [7]
we have to call them!:: [8]
group critique
== group critique 28. november 2009. ==
the first thematic project
== Essay: Can We Vote For Food ==
+ a weekly plan for the first trimester
techdaze