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

Visualize game tree #38

Open
peter1591 opened this issue May 24, 2017 · 7 comments
Open

Visualize game tree #38

peter1591 opened this issue May 24, 2017 · 7 comments

Comments

@peter1591
Copy link
Owner

D3 JS
https://skillsmatter.com/skillscasts/7460-visualising-game-trees-with-d3-js
https://bl.ocks.org/mbostock/4062045

@peter1591
Copy link
Owner Author

@peter1591
Copy link
Owner Author

Python Django

https://scotch.io/tutorials/build-your-first-python-and-django-application

dynamic websites with django
http://djangobook.com/django-views-dynamic-content/
https://www.slideshare.net/neror/building-a-dynamic-website-using-django

To draw a big (game) tree, we need to feed all tree data to javascript
Then use javascript to draw the tree, and let user to interact with it

In this scenario, maybe the core part is just the javascript rendering engine
No need to introduce python django for this purpose

But, website is a good idea to present game AI UI
We can easily adopt to client/server architecture this way.

@peter1591
Copy link
Owner Author

@peter1591
Copy link
Owner Author

@peter1591
Copy link
Owner Author

@peter1591
Copy link
Owner Author

Visual studio debug visualizer:
https://msdn.microsoft.com/en-us/library/ms164759.aspx

@peter1591
Copy link
Owner Author

Maybe an interactive shell is a good start!

Give user some commands to traverse the game tree

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