Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
phtrivier committed Aug 9, 2010
1 parent ca0544e commit 16efde4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/js/puzzles.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,22 +177,21 @@ p({title : { fr : "Qu'entrent les chevaliers !",
fr : "Les joueurs d'échecs reconnaitront ce nouveau mouvement..."},
moves : [ Move.KNIGHT, Move.SINGLE, Move.DOUBLE]});

/*
/* This one sounded like a good idea, but in the end it does not work ...
p({title : { fr : 'Parfois on voudrait juste aller tout droit...',
en : 'Sometimes, you just want to go straight ahead...'},
rows : ["___---------__________",
"___-_______-__________",
"___-__________________",
"___S__-----_-_________",
"___D__-----_-_________",
"___-__-_____-_________",
"___-__I_____-------O__",
"___-__I_____------_-O_",
"___S__-_____-_________",
"___-__-----_-_________",
"___-__________________",
"___---------__________",
"______________________"],
moves : [ Move.DOUBLE, Move.KNIGHT, Move.DOUBLE, Move.KNIGHT, Move.DOUBLE ]});
moves : [ Move.DOUBLE, Move.KNIGHT, Move.SINGLE, Move.KNIGHT, Move.SINGLE ]});
*/


0 comments on commit 16efde4

Please sign in to comment.