FoonLudum Dare ExplorerUsers → ParkerMc

ParkerMc

Games

YearLDThemeGameDivisionRankOvFuInThGrAuHuMoCo
201739Running out of Power👥Amazeing Battery Lifejam2023.703.333.384.344.383.851.844.19
201635ShapeshiftBeat the Bossjam17

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 ParkerMc

LD35 — Shapeshift

Drip Motion by masterkrepta 2016-05-02T01:44:00

The game was too short(or I did not do it right) I just droped in to the green lake thing and won. Next time remove the .pdb (debug files) to make the download smaller they are not need at all.

Beat the Boss by ParkerMc 2016-04-19T03:41:00

Piano you can tell that you are attacking when the hearts go down, but I get your point to make it move obvious.

Beat the Boss by ParkerMc 2016-04-22T02:09:00

@Freank thanks I can not add it when I go there I get "This website is under heavy load (queue full)

We're sorry, too many people are accessing this website at the same time. We're working on this problem. Please try again later."

Beat the Boss by ParkerMc 2016-04-22T15:24:00

@glaze_96 I guess I forgot to put that you have to be under it to shoot I did not know how to make it more real

Beat the Boss by ParkerMc 2016-04-27T02:12:00

@Freank done here is a link http://www.indiexpo.net/en/games/beat-the-boss

Beat the Boss by ParkerMc 2016-05-02T01:30:00

Lol @masterkrepta the AI is simple it just goes back a forth and trys to hit you when you are under it. thanks if I have time i will try to play you game it looks cool.

LD37 — One room

ASTRI by pianoman373 2016-12-13T04:25:00

schizold2k We fixed that I guess the build is not updated.

ASTRI by pianoman373 2016-12-13T04:59:00

Ok we just updated the builds the bug should be gone now.

ASTRI by pianoman373 2016-12-13T19:27:00

We fixed the bug the updated builds will up soon.

LD39 — Running out of Power

False Game by PoV 2017-08-04T05:15:43Z

Needs more work but it should get 101% ratings. Also this game should be finished some day, it is worth the effort.

False Game by PoV 2017-08-24T03:01:12Z

I came to see the ratings on this game, but I can't see them :(

Battery Block: Bypass by PietPtr 2017-08-02T17:00:54Z

Nice game over all. I know you have gotten a lot of comments about it not having exe's I don't know if you run linux or if you run windows or both. (I dual boot :slight_smile: ) Back when I used python on windows and wanted to compile it I tried a ton of stuff eventually I got py2exe to work so you might try installing that and getting it compiled. It is a pain to setup just make sure that the C++ dill you need you install the 32 and 64 bit version **from microsoft**.

Zone Slayer by mmason 2017-08-01T04:33:43Z

Nice job of making it feel like an old game. Only thing is that the controls annoyed me a little with not being able to turn and walk at the same time.

Zone Slayer by mmason 2017-08-01T04:33:43Z

[duplicate comment]

SteamBot by drmargarido 2017-08-12T00:14:11Z

Nice game. I could never get far because of the collides being off but other than that is was a good, solid entry.

Deep by tenshi42 2017-08-11T04:27:23Z

Looks like a fun game only thing is the menu don't work so I can't rate it.

Deep by tenshi42 2017-08-12T00:05:16Z

@kubenexion Linux.

Spacious Righteous Starship by Alexandre Blondin Massé 2017-08-03T03:27:49Z

A few things, move the executable in the linux version from bin to the root of the download (make sure you log that). Also was the game supposed to end with me running out of power in the middle of space? To get more people to see your game it helps if you rate other people's games, I have about the same amount of ratings as I have given to other people.

Catalango by Hikari Kyuubi 2017-08-01T04:01:52Z

Jumping seems off you might try making the jump a little less. Jumping that high it made it very hard to get around.

Energy Tanks by Saiony 2017-08-02T16:43:31Z

Very good game over all, nice work. I really liked the menu. The only thing I would change would be how much power you get when you kill another tank. I always used more power than I got from killing a tank.

Battery Low by krishnasism 2017-08-02T05:24:35Z

Nice idea, wish I had this idea. The only thing is that getting it synced with the in game phone was a little hard. You might try adding a reset gyro button on the main menu. Something with the rotation is a bit off you might try tweaking how much rotation is for how much real life rotation. I don't really know why, my guess is `transform.rotation = new Quaternion(Input.gyro.attitude.x,Input.gyro.attitude.y,Input.gyro.attitude.z,0);` should be something like `transform.rotation = Input.gyro.attitude;`. Also to make a reset button on the main menu I would make the code something like this `transform.rotation = Quaternion. Euler(Input.gyro.attitude. eulerAngles.x - Startx,Input.gyro.attitude. eulerAngles.y - Starty,Input.gyro.attitude. eulerAngles.z - Startz);` This should also make it so that you don't have to face south.

Edit: Code has not been tested. If you would like I would be happy to try and get it working better then make a pr on github for a post jam version.

Planet Wars: Energy Crisis by zaygellard 2017-08-01T04:22:12Z

Very fun, reminds me of star-wars with the planet weapon.