Skip to main content

All Questions

Filter by
Sorted by
Tagged with
30 votes
1 answer
1k views

Javascript Minesweeper (with Stack Snippets!)

As Stack Snippets are live on Code Review now, I wanted to do something quick in it as part of rolfl's challenge on meta. And when you make things quick, they probably get dirty. And when things get ...
Simon Forsberg's user avatar
11 votes
3 answers
4k views

Ultimate Tic-Tac-Toe Challenge

This is my attempt at the Ultimate Tic-Tac-Toe code challenge. It uses jQuery to build out the game grid and find the states of all the "buttons" (actually ...
Cameron's user avatar
  • 631