You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++ Game engine developed alongside a top down/isometric 2d shooter game used to test and push engine features forward. Engine uses SFML for rendering, input and audio. The aim is to not use SFML on the game side and eventually emplace SFML on the engine side with our own solution.