my first time making a game without any game engine, using only C++ and win32 api to render the game window.
Game has two modes: AI mode and local mode (2 players playing on same keyboard).
win32 api
game physics
writing rendering functions for game visuals
game loop
collision detection algorithms
implementing game AI from scratch