basic grid implementation with initial setup
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
var actuator = new HTMLActuator;
|
||||
var manager = new GameManager(4, actuator);
|
||||
});
|
||||
Reference in New Issue
Block a user