VeryGoodOpenSource / very_good_flame_game

A Very Good Flutter Starter Flame Game created by the Very Good Ventures Team 🦄
https://brickhub.dev/bricks/very_good_flame_game
MIT License
85 stars 11 forks source link

fix: create a Floor or platforms class in Flame Game so that it is easier to build a vertical scrolling game #72

Closed Genius19245 closed 1 year ago

Genius19245 commented 1 year ago

Description A clear and concise description of what the bug is.

Steps To Reproduce

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected Behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional Context Add any other context about the problem here.

renancaraujo commented 1 year ago

Hello, this sounds a bit outside the scope of this template.

In the conception of this, we discussed which features the template should include. As this is meant as a bare starter for Flame projects, we decided to include only structural code (loading assets, tests, etc) to keep the template unbiased, as games tend to change a lot given what game you are building.

However, if you need help with that specific type of game, I suggest looking into some flame resources like the awesome list and the Doodle dash challenge which is pretty close to what you are describing.