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.
Foon → Ludum Dare Explorer → LD40 → Grand Fat A$$
By lorthal, Flurrih, larto and Shillasty
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Overall | 852 | 3.13 | 21 | |
| Fun | 988 | 2.73 | 21 | |
| Innovation | 600 | 3.13 | 20 | |
| Theme | 502 | 3.50 | 21 | |
| Graphics | 400 | 3.76 | 21 | |
| Humor | 131 | 3.80 | 20 | |
| Mood | 829 | 2.93 | 18 |
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.
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.
This game has some problems, but... I love it anyway...
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.
Graphics and the idea are great Didn't have any problems
Cool game! Loved it despite its flaws. Maybe some feedback and an inventory would be cool. Love me some thicc boys.
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
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.
A game build on a funny idea and some great graphics. Overall was the gameplay idea good, but the game mechanics was too buggy.