{
  "milestone": null,
  "body": "just create a state table in html that we can update from the game.  motivation is to debug inky and clyde's timer to reproduce same motion paths from the game.",
  "user": {
    "login": "shaunew",
    "avatar_url": "https://secure.gravatar.com/avatar/0bdd2d6d5051b610660baf5c22016639?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
    "gravatar_id": "0bdd2d6d5051b610660baf5c22016639",
    "id": 116838,
    "url": "https://api.github.com/users/shaunew"
  },
  "pull_request": {
    "diff_url": null,
    "html_url": null,
    "patch_url": null
  },
  "closed_at": "2012-08-15T19:18:10Z",
  "created_at": "2012-01-25T16:36:45Z",
  "comments": 1,
  "assignee": null,
  "closed_by": {
    "login": "shaunew",
    "avatar_url": "https://secure.gravatar.com/avatar/0bdd2d6d5051b610660baf5c22016639?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
    "gravatar_id": "0bdd2d6d5051b610660baf5c22016639",
    "id": 116838,
    "url": "https://api.github.com/users/shaunew"
  },
  "title": "Create a state table for debugging",
  "number": 10,
  "state": "closed",
  "html_url": "https://github.com/shaunew/Pac-Man/issues/10",
  "updated_at": "2012-08-15T19:18:10Z",
  "id": 2967421,
  "labels": [

  ],
  "url": "https://api.github.com/repos/shaunew/Pac-Man/issues/10"
}
[
  {
    "body": "To keep a dynamic table of debug values, we can expect the main page to have a div tag with id=\"pacman-debug-table\".  We then write a function to generate an html table and set our div element's innerHtml property to that table.  In this table, each cell will contain a span tag for its appropriate data to be updated by changing its innerHtml property.\r\n\r\nThis is a way to decouple the table from the main game code and the display page.",
    "user": {
      "login": "shaunew",
      "avatar_url": "https://secure.gravatar.com/avatar/0bdd2d6d5051b610660baf5c22016639?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
      "gravatar_id": "0bdd2d6d5051b610660baf5c22016639",
      "id": 116838,
      "url": "https://api.github.com/users/shaunew"
    },
    "created_at": "2012-01-28T04:31:35Z",
    "updated_at": "2012-01-28T04:31:35Z",
    "id": 3698182,
    "url": "https://api.github.com/repos/shaunew/Pac-Man/issues/comments/3698182"
  }
]
