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
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
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.
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.

The game is basically done, just need to make more levels now
:smiley:
Ideas for more obstacles in a platformer. I have platforms, walls and boosters. What else?
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.
Currently waiting for my game to build. This has been a great first experience with Ludum Dare. Enjoyed it a lot :D
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?
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
https://ldjam.com/events/ludum-dare/44/life-as-currency
I added a web build http://eggwithlegs.com/games/lifeascurrency But problems, the colours are all weird and i don't know why
I finished my game. I actually finished in the first day but the game was boring so I added extra features
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

Help when i click publish it doesnt publish and it undoes all my typing and resets so i cant post anything
I have online school just starting and they are giving us a ton of work I really hope I will have time to dev but idk
The only idea I have I can't think of any way to turn into a game. Im probably just gonna completely fucking fail this ludum dare
I'm probably gonna change it, make it better (and easier as my game is really hard rn)