in ascending order of how easy they are to guess
additions/corrections welcome
- paulproteus = Asheesh Laroia = @asheeshlaroia
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="https://code.jquery.com/jquery-2.1.4.js"></script> | |
<meta charset="utf-8"> | |
<title>Recursive Letter Sudoku</title> | |
<style id="jsbin-css"> | |
.letter-grid-box { | |
width: 30px; | |
text-align: center; |
in ascending order of how easy they are to guess
additions/corrections welcome