vagra / bevy-exercises

Some practice projects for bevy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bevy-exercises

Some practice projects for bevy.

hello

hello

sheet

character sprite-sheet, random movement in 8 directions, turn around when out of bounds. sheet

ugrid

use uniform-grid to make the character turn around after colliding with each other. uniform-grid is suitable for agents of consistent size. arrow keys move camera. ugrid

dgrid

use tight/loose double-grid to make the character turn around after colliding with each other. tight/loose double-grid is suitable for agents of varying size and dimensions. arrow keys move camera. dgrid

thanks for

About

Some practice projects for bevy.


Languages

Language:Rust 98.8%Language:Python 1.2%