Skip to content

vagra/sfml-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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