Window

Window is a proof of concept to show feasibility to make a game that can be played by control the game window, instead of the game in the window.

Play the Game

Category

Prototype

Role

Designer

Programmer

Dev Time

1 Week


Made With

Unity


How I Made It

This game uses Windows API calls to track the application window's position, feeding that data into Unity's camera system.

The main script constantly monitors the window's center coordinates through GetWindowRect(), updates the camera's position accordingly, and maintains four invisible edge colliders that dynamically resize to match the window boundaries.