andrewjmeier / TableTop.JS

MIT License
2 stars 0 forks source link

Update start, next player, and game over html views to better fit w/ new board views. #81

Open andrewjmeier opened 8 years ago

andrewjmeier commented 8 years ago

@qstearns and I were talking and we think that modals could work nicely. For whatever we pick, I think that a system where we add a showing and hidden class to divs would be ideal. Then we could just have some simple css to show the correct view. What I like about a system like this is that we could have the entire html for all of the views in one file and we wouldn't have all this html in a JS file.