Foo - Squashed Games

LD 44

No ideas just woke up help

aaahhh EDIT: I've got an idea now! Your life is currency. Your whole life has been currency. YOU are currency. In this game, it's a platformer where you play as a coin, and maybe level up to a banknote if I have time

Why is my code not working?

private void OnCollisionStay(Collision collision) { if(Input.GetKeyDown(KeyCode.Space)) { Debug.Log("boing"); rb.AddForce(Vector3.up * 20); } }

I tested before and it is colliding, but when I press space nothing happens. Using C# and Unity.

Doing really well now!

I've gotten inspired, and the game is moving forward great! My game is where you are a coin, and you collect gold to increase your value. It's a platformer and when you die you lose value. The goal is to reach a value of $1, or if I have more time, $5.

Help code not working

Two problems: Problem one:

value += 0.1f;

is sometimes adding 0.10000001. Problem two:

    if (value <= 0.1f)
        render.material = tenC;
    else if (value > 0.1f && value < 0.5f)
        render.material = twentyC;
    else if (value > 0.4f && value < 1f)
        render.material = fiftyC;
    else if(value > 0.9f)
        render.material = oneDollar;

When value goes back down to 0.1, it doesn't set the material to tenC.

Great first ludum dare

Currently waiting for my game to build. This has been a great first experience with Ludum Dare. Enjoyed it a lot :D

Websites to upload game?

Having problems using a web build, does anyone know of a website where I could upload the game file (.app or .exe + data folder) and give links for others to download?

It's been fun

I uploaded my game literally right at the last 20 seconds. I had a great first experience with Ludum Dare and will definitely be competing again

Added web build!

I added a web build http://eggwithlegs.com/games/lifeascurrency But problems, the colours are all weird and i don't know why

Ludum Dare 45

My game is done!

I finished my game. I actually finished in the first day but the game was boring so I added extra features

Ludum Dare 46

I'm in!

Can't wait for LD this year. Also, please comment what themes you suggested as I need ideas for games to make white in quarantine xD

Blog posts are broken

Help when i click publish it doesnt publish and it undoes all my typing and resets so i cant post anything