2048 with Bevy ECS
Please rate the course
Source:
Category:
Language:
English
Duration:
01:40:12
Number of lessons:
25
Added date:
24/05/2024
Rating:
0.0
Course short description
2048 is a 2d board-oriented game. We cover foundational Bevy concepts while spawning tiles on the screen, handling user input, keeping score, and querying for resources in a small contained game. Bevy systems also provide a contained playground for Rust language concepts like references and ownership.