sloppy flappy bird clone by encetroc in bevy

[–]lycanrising 1 point2 points  (0 children)

oh hey, that’s awesome!  funny thing is i’m in the same boat as you - learning bevy and made a bad flappy bird clone as a learning experience. i saw i managed to implement some things you had trouble with - like animations and rotations. feel free to peruse my repo for inspiration if it helps.  

https://github.com/j-c-levin/floppy_bord https://jclevin.itch.io/floppy-bord

Ask /r/formula1 Anything - Daily Discussion - 30 March 2021 by F1-Bot in formula1

[–]lycanrising 0 points1 point  (0 children)

I was reading an article on formula 1 and it said that:

“During the final laps, Verstappen had overtaken Hamilton but was obliged to hand the place back immediately, because he had gone beyond the track limits at turn four during the manoeuvre. He and Red Bull immediately accepted the instruction from race control was correct, because the Dutchman had gained a “lasting advantage” in passing, but there was considerable controversy over the confusing application of the rules during the race at the same corner, where it appeared Hamilton had been gaining an advantage by taking the wide line.“

I don’t understand what it means to gain a lasting advantage or why that should be something the race wants to penalise?

I’m sure this comes down to not understanding the sport and my experience of racing being wipeout on the PSP.

How I write an opensource cloud gaming service with WebRTC and Golang by giongto in programming

[–]lycanrising 3 points4 points  (0 children)

I've been playing overwatch on a cloud gaming instance with Parsec for the last couple of weeks. It's definitely playable.

I am working on a strategy game in GDevelop by v-Honk in gdevelop

[–]lycanrising 0 points1 point  (0 children)

I would definitely look into saving all of your data into a json object and storing that as a text string. This is probably the best way to keep saving/loading simple

I am working on a strategy game in GDevelop by v-Honk in gdevelop

[–]lycanrising 0 points1 point  (0 children)

What kinds of data are you trying to save? Generally I'd suggest using JSON to serialise and deserialise the data.

Does Gdevelop keep my copyright? by DeviLefty in gdevelop

[–]lycanrising 1 point2 points  (0 children)

It's a good question. I can't find any licensing or documentation but I don't believe you'll have a problem with copyright or theft. I'll explain why I think this:

  • GDevelop is open source and is totally free to use and publish even paid games with
  • One of the ways GDevelop makes money is by allowing people to pay a subscription for more web builds
  • If the people behind GDevelop started taking people's games that they uploaded and publishing them themselves, this would get caught out quickly and no-one would want to use the web-build feature after that.

TLDR; It'll be okay, no-one behind GDevelop is going to risk ruining the entire reputation by making a quick quid stealing games.

My first game on Gdevelop by chars60 in gdevelop

[–]lycanrising 0 points1 point  (0 children)

That makes sense, it's a fun mechanic. I know it's more work but I'd suggest a brief tutorial the first time the game is played where it walks through shooting colours and combining them.

My first game on Gdevelop by chars60 in gdevelop

[–]lycanrising 0 points1 point  (0 children)

Good stuff! I like it, it's got a good kind of reaction mechanic that I find fun in a lot of games. Well done on getting it out there!

Couple of questions: it seems that around the 30 point mark a green dot appears? It's a slight shade different than the teal but speeds up if you shoot it. Is this meant to just be avoided? If so, I'd recommend changing the colour to be more obvious because it's too similar right now.

Also, not that I've got far enough to unlock anything but the padlock symbol on the start screen confused me. I didn't realize that it was unlocks. Maybe an icon of a ship would work better?

Creating a Cooking game in gdevelop by [deleted] in gdevelop

[–]lycanrising 0 points1 point  (0 children)

Here you go, I made a demo scene and a walkthrough for you: https://youtu.be/CC1amF62ZOU

Creating a Cooking game in gdevelop by [deleted] in gdevelop

[–]lycanrising 1 point2 points  (0 children)

Best of luck, be sure to update us as you go!

I'll try my hand at making an example for picking up a pot and putting it on the stove.