Fix games vs comp + auto
[vchess.git] / client / src / components / ComputerGame.vue
2020-01-22 Benjamin AuderFix games vs comp + auto
2020-01-22 Benjamin AuderSome changes to the logic in Rules.vue: weird behavior...
2019-11-19 Benjamin AuderFix bugs on variant page + update packages
2019-11-08 Benjamin AuderTODO: debug auto mode (newmove event not triggered...
2019-06-13 Benjamin Auder'update'
2019-06-04 Benjamin AuderImproved logic for playing against bots
2019-06-02 Benjamin AuderToward game info simplification
2019-05-31 Benjamin AuderOn the way to simplify : gameState + gameInfo everywher...
2019-05-21 Benjamin AuderFix gameInfo.mycolor in BaseGame
2019-05-17 Benjamin AuderSimplify game variables passed to BaseGame component
2019-04-10 Benjamin AuderStill some issues with moves navigation after computer...
2019-04-10 Benjamin AuderFixing computer play
2019-04-09 Benjamin AuderFix play comp move in ComputerGame component
2019-04-08 Benjamin AuderAdvance in playing against computer
2019-04-02 Benjamin AuderNeed to pass props from Game to ComputerGame to BaseGam...
2019-03-29 Benjamin AuderRefactoring: BaseGame, Game, ComputerGame (ProblemGame?)