FoonLudum Dare ExplorerUsers → Pat Hemphill

Pat Hemphill

Games

YearLDThemeGameDivisionRankOvFuInThGrAuHuMoCo
201326MinimalismMinimal: The Tiny Beast with the Big Hungercompo12812.262.091.942.822.262.272.622.3860

Performance over time

overall score (left axis) percentile (right axis)

Scatterplots

Fun vs Overall

Innovation vs Overall

Theme vs Overall

Graphics vs Overall

Audio vs Overall

Humor vs Overall

Mood vs Overall

Comments by Pat Hemphill

LD26 — Minimalism

Tower by DBRalir 2013-04-30T03:04:00

I tried the windows version, but it wouldn't play. It did provide the following in the error.txt

Shader error:0(1) : error C0000: syntax error, unexpected '(', expecting "::" at token "("
0(5) : error C5060: out can't be used with non-varying Position
0(6) : error C5060: out can't be used with non-varying Normal
0(7) : error C5060: out can't be used with non-varying TexCoord

-- SHADER CODE --
layout (location = 0) in vec3 VertexPosition;
layout (location = 1) in vec3 VertexNormal;
layout (location = 2) in vec2 VertexTexCoord;
uniform mat4 MVP;
out vec3 Position;
out vec3 Normal;
out vec2 TexCoord;
void main()
{
TexCoord = VertexTexCoord;
Normal = normalize(VertexNormal);
Position = VertexPosition;
gl_Position = MVP * vec4(VertexPosition,1.0);
}

MiniCave by aare 2013-05-01T01:45:00

At one point I was able to cling to a wall by pressing in that direction which allowed me to hang out as a turret and shoot at all the squares with relative safety. I'm not sure if that is a bug or a feature. Fun game overall.

MiniMaul by CloudiestNights 2013-04-30T03:32:00

I appreciated the randomness that combined with switching graphics kept the game interesting.

Minima by Andy West 2013-04-30T02:13:00

I found the different scroll rates a little bit dizzying.

Minimal: The Tiny Beast with the Big Hunger by Pat Hemphill 2013-04-30T03:39:00

I really should have done more to differentiate between the win/fail states, because it isn't obvious unless you get both. Also, the move animation overrides the (probably too short) attack animation. Thanks for the feedback and ratings!

Collision by MatrixBai 2013-04-30T03:53:00

The site keeps telling me to install the unity web player. I have that installed. I have version 4.1.2f1. I was unable to play the game. I even reinstalled the web player.