Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 2.15 KB

README.md

File metadata and controls

52 lines (39 loc) · 2.15 KB

sfml-exercises

Some practice projects for sfml.

world

world

soldier

soldier

ugrid

using uniform-grid for 2d collision detection. very fast! ugrid

dgrid

using loose/tight double-grid for 2d collision detection. very fast! dgrid

viewer

using z change actor, x change action, arrow key change direction and move. viewer

battle

if touch other types actor, attack. using finite state machine to manage actor actions. finite state machine, infinite possibilities. battle

thanks for