tylerdoggone

Ludum Dare 37

im in?

sorry if this is posting to the wrong place, first timer

i’ll use processing, unity, photoshop,

maybe illustrator, pure data

im in! :]

Comments

tylerdoggone
10. Dec 2016 · 18:34 UTC
okay, ruminated on the idea overnight, gunna be a game depicting Joseph Beuys’ famous I Like America and America Likes Me piece. You control Beuys, pick up and use various items in the gallery on the coyote. End goal is to hug the coyote.

Screen Shot 2016-12-10 at 5.23.04 PM beuys

Have him moving around the room now ~

 

First Ludum Dare was a blast! After bouncing the idea around the whole first night and committing to an homage to I Like America and America Likes Me, I decided an isometric view was the only way to go. But after drawing the background image, I realized the floor was all irregular! Here are the translations I used to project the movement of Beuys and the Coyote, and a graphic explanation. Pretty simple stuff, but it was fun to make work.  Try to hug Coyote?

int transposeX(int x, int y){
int r = x+270+int((-.78+((float)x*.00045))*(float)y);
return r;
}
int transposeY(int x, int y){
int r = y+230;
return r;
}

explanation

 

**hint: the coyote likes to wake up to the triangle after a nice nap**