Skip to content

Commit

Permalink
Formatting readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tspayne87 committed Oct 29, 2022
1 parent 9570696 commit 13a71b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ to a match three game.

var item1 = grid[1, 2]; // -- "X"
var item2 = grid[3]; // Is equal to 1, 0 which will return "O";
var item3 = grid[new Point(1, 2)] // Will use the monogame point structure and will use the x and y like above which will return "X"
var item3 = grid[new Point(1, 2)] // Will use the monogame point structure
// and will use the x and y like above which
// will return "X"
```

##

0 comments on commit 13a71b5

Please sign in to comment.