Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай 2048 with Bevy ECS, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:27
    Initializing a new Bevy Project
  • Урок 2. 00:02:02
    Changing the name of the Window
  • Урок 3. 00:02:02
    Adding a 2d Camera
  • Урок 4. 00:03:49
    Spawning the 2048 Board
  • Урок 5. 00:01:42
    Using Color to change the look of the board
  • Урок 6. 00:01:21
    Changing the color of the background
  • Урок 7. 00:06:28
    Filling out the board with tile placeholders
  • Урок 8. 00:02:44
    Defining associated functions on structs
  • Урок 9. 00:07:01
    Spawning Tiles with rand to Start the Game
  • Урок 10. 00:04:33
    Showing Point values on Tiles
  • Урок 11. 00:03:49
    Updating Tile display when Point values change
  • Урок 12. 00:04:45
    Listening for keyboard input
  • Урок 13. 00:03:32
    Sorting tiles with Ord
  • Урок 14. 00:06:05
    Updating tile Position with Transforms
  • Урок 15. 00:01:54
    Board Shifts in 4 directions
  • Урок 16. 00:07:09
    Spawning new tiles with events
  • Урок 17. 00:05:42
    Keeping Score
  • Урок 18. 00:01:29
    Setting up the UI around the game
  • Урок 19. 00:06:39
    Live Updating the Score Display
  • Урок 20. 00:01:06
    Are there any moves left?
  • Урок 21. 00:08:12
    Playing, GameOver, and other states of play
  • Урок 22. 00:02:36
    Interactive Button systems
  • Урок 23. 00:07:44
    Starting a new game
  • Урок 24. 00:02:21
    Tracking High Scores
  • Урок 25. 00:03:15
    Animating tiles when board shifts happen