]>
| author | Bjørn Rustad <bjorn@rustad.me> | |
| Wed, 30 Jan 2013 20:25:28 +0000 (21:25 +0100) | ||
| committer | Bjørn Rustad <bjorn@rustad.me> | |
| Wed, 30 Jan 2013 20:25:28 +0000 (21:25 +0100) | ||
| commit | c16fc4121f6954e0786e608ec9e5390de0b67e08 | |
| tree | f61ccc6cf92ee193c0f383c6ef2b91e5858837a1 | tree | snapshot |
| .gitignore | [new file with mode: 0644] | blob |
| chess.conf | [new file with mode: 0644] | blob |
| lib/Chess.pm | [new file with mode: 0644] | blob |
| lib/Chess/Board.pm | [new file with mode: 0644] | blob |
| lib/Chess/Frontend.pm | [new file with mode: 0644] | blob |
| lib/Chess/Piece.pm | [new file with mode: 0644] | blob |
| lib/Chess/Piece/Bishop.pm | [new file with mode: 0644] | blob |
| lib/Chess/Piece/King.pm | [new file with mode: 0644] | blob |
| lib/Chess/Piece/Knight.pm | [new file with mode: 0644] | blob |
| lib/Chess/Piece/Pawn.pm | [new file with mode: 0644] | blob |
| lib/Chess/Piece/Queen.pm | [new file with mode: 0644] | blob |
| lib/Chess/Piece/Rook.pm | [new file with mode: 0644] | blob |
| lib/Chess/Session.pm | [new file with mode: 0644] | blob |
| lib/Chess/User.pm | [new file with mode: 0644] | blob |
| public/js/board.js | [new file with mode: 0644] | blob |
| public/lib/jquery-1.7.1.min.js | [new file with mode: 0644] | blob |
| public/style.css | [new file with mode: 0644] | blob |
| script/chess | [new file with mode: 0755] | blob |
| t/basic.t | [new file with mode: 0644] | blob |
| templates/frontend/board.html.ep | [new file with mode: 0644] | blob |
| templates/layouts/default.html.ep | [new file with mode: 0644] | blob |
| templates/session/login_form.html.ep | [new file with mode: 0644] | blob |
| templates/session/setup_form.html.ep | [new file with mode: 0644] | blob |