SI17

From XPUB & Lens-Based wiki

Approaching the Loot Box through Gamification

Special Issue #17

Collective reading of the texts .....

with alex, camo, chae and erica

Annotating the texts ....

Fanfiction Katamari

with camo and erica

link

Prototyping

Two prototyping experiments about the loot box
trying to generate puzzles through emojis

   #1st
   #LOOT BOX
   # it works like this
   # call the random function
   # define the characters that are going to be picked randomly
   # define with and height
   # then write a code that for the range of (height,width) it prints the random characters 
   #print ' '
   from random import choice
   characters = ['๐Ÿ‘“', '๐Ÿ‘ ', '๐Ÿงจ', '๐Ÿ“ฃ', 'โšฝ', '๐Ÿฆบ', '๐Ÿณโ€๐ŸŒˆ', '๐Ÿ’','๐Ÿ‘‘','๐Ÿ’ป','๐Ÿšฌ','๐Ÿ—','๐Ÿงต']
   #numbers = [1,2,3,4,5,6,7,8,]
   #height = 1
   for x in range(3):
       print(choice(characters), end=)
   print('  ')
   #2nd
   #Objects and assumptions
   from random import choice
   characters = ['๐ŸŽฎ','๐Ÿ’ธ','๐Ÿ‘”','๐Ÿ‘ ', '๐Ÿงจ', '๐Ÿ“ฃ', 'โšฝ', '๐Ÿฆบ', '๐Ÿณโ€๐ŸŒˆ', '๐Ÿ’','๐Ÿ‘‘','๐Ÿ’ป','๐Ÿšฌ','๐Ÿ—','๐Ÿงต',' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ']
   width = 50
   height = 50
   for y in range(height):
       for x in range(width):
           print(choice(characters), end=)
       print()

Reading Writing and Reasearch Methodologies

Sound Canceling Device

Collective Glossary

What is a loot box?

Producing the loot boxes

How can we work together

80000 postits

si17 website