lila/todo

24 lines
1.3 KiB
Plaintext
Raw Normal View History

2012-04-25 14:15:35 -06:00
chat should autoscroll only when at bottom
2012-05-06 16:11:39 -06:00
finish flagged game
It's possible to join your own game and win it, which will then be displayed as a win and I saw players who abuse this to manipulate their stats.
2012-05-14 08:43:20 -06:00
player timeout depending on game duration
do not count games vs engine as win/loss
2012-05-17 13:57:17 -06:00
start chess960 after both player move http://fr.lichess.org/forum/lichess-feedback/clock-fairness-in-chess960-games
2012-05-23 17:38:24 -06:00
chess960 confirmation http://fr.lichess.org/forum/lichess-feedback/separate-960-lobby?page=1#7
use play-navigator router case class MyRegexStr(value: String); implicit val MyRegexStrPathParam: PathParam[MyRegexStr] = new PathParam[MyRegexStr] { def apply(s: MyRegexStr) = s.value}; def unapply(s: String) = val Rx = "(\w+)".r; s match { case Rx(x) => Some(x); case _ => None } }
http://codetunes.com/2012/05/09/scala-dsl-tutorial-writing-web-framework-router
2012-05-25 15:05:19 -06:00
use POST instead of GET where it makes sense
make the wiki static html pages managed by git?
2012-06-01 09:07:07 -06:00
guess friend list
2012-06-05 12:59:11 -06:00
tournaments http://www.chess.com/tournaments/help.html
cheater slash timeline
best game(s) to watch
2012-06-17 15:08:19 -06:00
use twitter tooltip instead of tipsy http://twitter.github.com/bootstrap/javascript.html#tooltip
2012-06-18 16:32:32 -06:00
make some elo inflation
2012-06-19 06:03:17 -06:00
optional darker background http://en.lichess.org/forum/lichess-feedback/new-options#2
volume control
board on side
check(mate) sound
mute player = no game room either
2012-06-18 16:32:32 -06:00