Develop a simple 2D game using Apple's TVMLKit

Is it feasible to develop a simple 2D game (Minesweeper, Tetris, ...) using TVMLKit? Obviously the user should be able to control the game using the AppleTV remote's D-pad.


From the docs:

The TVMLKit framework enables you to evaluate TVMLKit JS and TVML files from within your tvOS app. You can create TVML elements, styles, views, and view controllers through the JavaScript environment.

It isn't clear (to me) if TVMLKit can be used to implement dynamic content (rather than TVML templates).