Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.6 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.6 KB

bevy-moving-circle

A yellow circle player controlled with arrow keys/WASD

Screen Shot 2022-03-02 at 19 51 18


Now you can click to spawn orange cicles lmao

orange circles

(intense action packed gameplay) how fast can you lag your computer from too many circles 😎


Proper shooting now implemented: found out how to spawn entities with components that hold values, bullets now store their direction when placed and have an update system to move them every frame.

shooting2


Nicer colours, fixed update, and a rotating turret that faces the player!

ezgif-3-4c43aa534a


Added my intro (which i made as a rust library, see repo here
Installation was as simple as

[Dependencies]
dot32_intro = { git = "https://github.com/Dot32IsCool/dot32-intro-rs"}

image of intro animation


Added AI and healthbars!

Screen Shot 2022-08-01 at 18 34 08