Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

9 years ago by Jesse

This is a JavaScript library I wrote to help me debug variables and arrays that change. It uses "Object.observe" and updates a table as soon as something changes. Just include it your game page's HTML and define a HTML table. Then you set the 'data' property to a game variable as soon as the game is ready.

new TableView({
table: 'warpTable',
columns: ['name', 'destination', 'from'],
data: ig.game.warps
});


Check it out on Github

8 years ago by FelipeBudinich

Nice! :D
Page 1 of 1
« first « previous next › last »