marrus-sh / jelli

A game engine! Currently being developed.
MIT License
1 stars 0 forks source link

Support direct game embedding #47

Closed marrus-sh closed 8 years ago

marrus-sh commented 8 years ago

For example, perhaps instead of passing Game() a document, passing it an element in which to render the game, or having it just pick the first (or every??!) element with class "game". Perhaps also reading game data from any element with class "data".

We are very close to this, now that we have moved away from the two-document model. The major barrier is figuring out layout such that the screen size is still maximal.