class Display { constructor(main_dom_element) { this.dom = main_dom_element } refresh (game) { // Display cells } }