FoonLudum Dare ExplorerLD40 → Grand Fat A$$

Grand Fat A$$

By lorthal, Flurrih, larto and Shillasty

View on ldjam.com

CategoryRankScoreCount
Overall8523.1321
Fun9882.7321
Innovation6003.1320
Theme5023.5021
Graphics4003.7621
Humor1313.8020
Mood8292.9318

Comments

siege 2017-12-05 01:04

I really couldn't tell what I was supposed to do, and a lot of the UI was hard to read, but I can appreciate the effort in it.

vovin 2017-12-05 19:41

Nice work on the graphics. The gameplay is a bit hard to understand but works well enough when you do. Character movement lacks a strafing option, which is more irritating than I would have expected.

baconinvader 2017-12-05 19:46

This game has some problems, but... I love it anyway...

narve 2017-12-06 01:46

The cursor disappears when going back to the main menu. My team's game had the same problem, and we fixed it by adding this script to a GameObject in the menu scene: ``` using System.Collections; using System.Collections.Generic; using UnityEngine;

public class MakeCursorVisible : MonoBehaviour { void Start () { Cursor.lockState = CursorLockMode.None; Cursor.lockState = CursorLockMode.Confined; Cursor.visible = true; } } ``` If you want to implement that and reupload, it should be fine for a fix like that. **EDIT:** Apparently that issue only happens under certain circumstances. I think it might be when you die while in a shop menu? As for the actual game - definitely an interesting idea! Having two meters to keep in check keeps the tension up, and having to look out for cars at the same time adds to that.

epicsoft 2017-12-08 23:12

Graphics and the idea are great Didn't have any problems

niklas988 2017-12-08 23:20

Cool game! Loved it despite its flaws. Maybe some feedback and an inventory would be cool. Love me some thicc boys.

illabom 2017-12-15 00:09

interesting game, the idea is really solid but the gameplay is slightly lacking. The graphics are nice and so the sound is pretty good. I was just confused about what I was supposed to do.

Great job though! Goodluck! https://ldjam.com/events/ludum-dare/40/virus-detected

activated-onion 2017-12-17 02:08

Low FPS, couldn't figure out how to play. On the plus side, it reminds me of the music video for "Right Here, Right Now" by Fatboy Slim.

jk5000 2017-12-18 14:53

A game build on a funny idea and some great graphics. Overall was the gameplay idea good, but the game mechanics was too buggy.