Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better support for testing visualizations in browsers #125

Open
AlexLandau opened this issue Jan 3, 2017 · 0 comments
Open

Better support for testing visualizations in browsers #125

AlexLandau opened this issue Jan 3, 2017 · 0 comments
Assignees

Comments

@AlexLandau
Copy link
Member

Right now it's very difficult to test visualizations in a way that reflects how they will work as rendered in browsers on Tiltyard. We should at least have a way that the game server can render game states so they are seen in a browser, and possibly move to that as the preferred/only approach. This would likely involve offering a link to a web page that either is served by a Java servlet in the game server process, or is a file: link to generated static HTML pages in a folder. (I've seen issues with same-origin policies in Chrome with the latter approach.)

This might be combined with a move to JavaScript-based visualizations.

@AlexLandau AlexLandau self-assigned this Jan 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant