SFML community forums

General => SFML projects => Topic started by: player931402 on May 19, 2018, 04:27:36 pm

Title: randballs
Post by: player931402 on May 19, 2018, 04:27:36 pm
Hi guys !
I did this little playground and I will continue add features, as by now is pretty simple: Each ball randomly changes its color. On collision if they have the same color they merge, otherwise bounce.

It uses EnTT (https://github.com/skypjack/entt) for entity management and all other engine classes are made by me ( Hope it could help someone ;) )

Link to source code (https://github.com/gale93/randballs)

Updated video:
video link (https://www.youtube.com/watch?v=J6dccS9BE6c)
Title: Re: randballs
Post by: player931402 on May 22, 2018, 08:26:32 pm
Added new video ( updated in description ), simple quadtree detection and "collapse" and "cast away" functions!

I am going to add portals and obstacles in next updates, feel free to share a cool idea you like to see ;)