codebattle
codebattle copied to clipboard
Codebattle - Game for programmers, where you solved algorithmic problems with other players in real time. You can fight with other players in single player mode or join massive tournaments.
имхо кнопки навигации всегда должны быть на виду. Back to tournament и тд 
Нумерация игроков начинается с нуля, а должна начинаться с одного. [Скриншот](https://ibb.co/5BtYXmj)
- create tournament template for react client - add Header for Tournament - [#963] created TournamentChat for Tournament - add participants list for individual tournament - add UserInfo component, change...
Я выбился в топ 1, думаю вы заметите, что не так. Писал этот текст: ```py ############## # FIX IT !!! # ############## class EzWin(int): def __init__(self): ... def __eq__(self, other):...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
лобби должен получать обновления по турнирам
Это вообще реализуемо? Может кто подскажет куда капнуть?
На странице турнира перед началом есть список игроков, но не написан номер игрока. Чтобы подсчитать колво игроков, нужно вручную по ним пройтись. При этом в списке Indent Players номера игроков...
The vim mode does not work or it works, but my expectations do not match. I assume this is vim editor emulation mode. At the moment I'm observing that vim...
1. Fix rematch after timeouts: terminate the game after 15 minutes passed since the timeout instead of terminating it right away. 2. Move timeouts whitelist to configs. 3. Disable new...