I want to create a simple game for the Chromecast, where the game is on the TV and the phone is the controller.
I found two possible ways to do this: Google Manager API and Remote Display API, but both seem to be deprecated according to the documentation in these links: https://developers.google.com/cast/docs/gaming https://developers.google.com/cast/docs/remote
What are Googles future plans for developing games (and other non-media-streaming-apps) for the Chromecast?
Is it possible to create a game without the API above? (The game will be a simple quiz game)