Daily Archives: 14 Jan 2013

:) from Alan

HEllo, 你好, 侬好,

Who is Alan

I am a 1st year master in eBiz with CS and law in my undergraduate. Although as a programmer mostly with J2EE, Rails and Android, I am also a TEDx curator, an Irish step dancer, a traveller and a hobbyist photographer. I am relatively new to interactive design. Anything learned from you will be my big step.

Where to Find

What Alan Did

#### TEDxFDU.com (solo) with Rails and Bootstrap (Server transferring recently). Designed for TEDxFDU

TEDxFDU

#### Price Comparator Android app for eBay Innovative Competition. (Collaborator: Di Lu, Xiqing Chu, Yanyi Zhu). We gamify the shopping process and optimizing shopping experience. Unfortunately, I lost those doc files and we didn’t upload the demo to public repository. I share the source code below:

 

A lot of my works slipped away when I lost my old PC. I learned a good lesson to show my portfolio and always use Git and Github to manage my works.

 

Ziyun

14 Jan 2013

Hi, I’m Ziyun! Or you can…call me Z! :) I am a first year Music Technology master student – a musician, maker and programmer who have always been interested in the topic “Art and Technology”. Anything that’s experimental, that is new to me would be to my interest.

Github: http://github.com/pengzyk

Twitter: @pengzyk

Website: Temporarily Not Available 

I did a few experiments with arduino and max/msp where I turned an ordinary plant into a sensor that reacts to human body.

moodytree2

Interactive plant -demo from kaikai on Vimeo.

Then I did the same thing on glasses and in a larger scale, so I had this:

Interactive Mini Worlds from kaikai on Vimeo.

And..for your interest, here’s some of my music :) :

Soundcloud: https://soundcloud.com/pengzyk

Looking forward to meeting you all! 

Bueno

14 Jan 2013

Hey there!

I am Andrew Bueno, a BCSA Junior originally from New Jersey. I enjoy the act of storytelling, with most of my work in some way at least tangentially related to it. I love to work with code and the moving image. Outside of the “art world,” I enjoy performing on stage – I’m a member of CMU’s improv comedy troupe the No Parking Players and of Scotch ‘n’ Soda theater.

Twitter : @Buenopolis

Github: https://github.com/buenoIsHere

Last semester, as part of Paolo Pedercini’s Experimental Game Design studio, Eric Mackie and I created a game called Stranger using GameMaker 8. My contribution to the project was the entire code behind the game, and the integration of art assets provided by Eric into a finished product. This is actually one of only a few collaborations on an art project I have ever done at CMU.

titleScreen (2)

 

stranger7

 

A few more screenshots of the game can be found here:

stranger1

At this time I have yet to record video of the game.

Stranger is, at its core, a game about choice. The character you control, a hunter armed with a bow, is given no characterization of his own beyond your actions, which consist entirely of conversing with other characters or choosing to kill them (we made sure that in several cases, there might be an ethical motivation to do so on the player’s part).

The player walks through a forest, mountains, a gorge, and crumbling ruins over three seasons. The effects of the player’s actions are shown in the landscape and the current inhabitants of the area. For example, should the player kill a slaver whipping a slave line along in the gorge in spring, the freed slaves can be found making camp there in the fall. Should the player do nothing, the slaves and slaver are found in the fall at the ruins, where they are building a castle for a nobleman.

The project was a success in that it keeps track of a rather massive amount of possible game  states based on player choice. We did a good job keeping track of what seemed to be initially a rather simple choice tree (which ended up more like a choice explosion). This craziness was disguised to the player, who was given only the essentials in terms of controls.The ambiance and atmosphere of the game is a wonderful combination of haunting and beautiful.

That said, failure for me lied in the technique of the coding itself. It’s an example of a problem I have often in coding – workflow and code organization. Ultimately, choices were processed with a massive amount of if-else statements in game maker. It seems rather primitive and I’m hoping in the future to code with more finesse. There are still various visual bugs that need to be addressed, mostly due to the desire for correct choice processing over anything else. Overall though, it was an enjoyable project.