27-10-2025 в 20:00, Ледовая арена «ICE RINK Новоселье», 5-й дивизион
27-10-2025 в 21:15, Ледовая арена Шуваловский лед, 3-й дивизион
27-10-2025 в 21:30, Север Парк, 6-й дивизион
27-10-2025 в 21:30, Ледовая арена «Академия Динамо» - Мебельная ул. 33А, 5-й дивизион
28-10-2025 в 20:05, ФОК Ижорец, 5-й дивизион
28-10-2025 в 23:00, Север Парк, 7-й дивизион
28-10-2025 в 23:00, Газпром (Передовиков), Арена А, 7-й дивизион
28-10-2025 в 23:00, Ледовая арена «Ладога», 7-й дивизион
29-10-2025 в 21:00, Ледовый комплекс «АСК-С», 6-й дивизион
29-10-2025 в 21:30, Ледовая арена ФОК «Гололед», 6-й дивизион
Prime - Российский производитель хоккейной экипировки Официальный дилер хоккейных клюшек «ЗаряД» в Санкт-Петербурге

Сезон 2025-2026

Горемычкин Максим #4685

  • Дата рождения: 24.09.2007
  • Возраст: 18
  • Рост: 179
  • Вес: 59
  • Статус: Любитель 4 звезды
Горемычкин Максим

Заявки

3-й дивизион Турнир Заявлен Команда Номер Амплуа

Регулярное первенство

3-й дивизион

22.10.2025 Форвард 15 Вратарь
4-й дивизион Турнир Заявлен Команда Номер Амплуа

Регулярное первенство

4-й дивизион

20.10.2025 Венчур 35 Вратарь

Статистика

SELECT tournament.id , tournament.name , tournament.hash , game_result_composition.player_id , game_result_composition.team_id , COUNT(game.id) AS game_count , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((game_result_score.player_id = game_result_composition.player_id) OR (assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_point , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND game_result_score.player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_goal , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_assistent , (SELECT SUM(minute) FROM game_result_penalty JOIN game ON game.id = game_result_penalty.game_id AND game.publish_results = 1 WHERE game_result_penalty.team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_penalty ,( SELECT SUM(game_result_plus_minus.point) FROM game_result_plus_minus JOIN game ON game.id = game_result_plus_minus.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_plus_minus , (SELECT SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_shoots , (SELECT SUM(goals_missed) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_goals_missed , (SELECT SUM(reflected_shoots) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_reflected_shoots , (SELECT SUM(reflected_shoots) / (SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3)) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_percent , player_request.player_position_id , championship.name AS championship_name FROM game_result_composition JOIN game ON game.id = game_result_composition.game_id AND game.publish_results = 1 JOIN player_request ON player_request.id = game_result_composition.player_request_id JOIN tournament ON tournament.id = game.tournament_id JOIN championship ON championship.id = tournament.championship_id JOIN game_series ON game_series.id = game.game_series_id WHERE game_result_composition.player_id = '4685' AND tournament.season_id = '10' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2025-2026 М Б Ш % ШТ
4-й дивизион 4-й дивизион 1 15
ср.15
4
ср.4
73.33% 0
ср.0
Соперники Дата матча Б Ш % ШТ
ССП - Венчур 25 октября 2025 15 4 73.33% 0
3-й дивизион 3-й дивизион 1 30
ср.30
7
ср.7
76.67% 0
ср.0
Соперники Дата матча Б Ш % ШТ
Jokers - Форвард 24 октября 2025 30 7 76.67% 0
SELECT tournament.id , tournament.name , tournament.hash , game_result_composition.player_id , game_result_composition.team_id , COUNT(game.id) AS game_count , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((game_result_score.player_id = game_result_composition.player_id) OR (assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_point , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND game_result_score.player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_goal , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_assistent , (SELECT SUM(minute) FROM game_result_penalty JOIN game ON game.id = game_result_penalty.game_id AND game.publish_results = 1 WHERE game_result_penalty.team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_penalty ,( SELECT SUM(game_result_plus_minus.point) FROM game_result_plus_minus JOIN game ON game.id = game_result_plus_minus.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_plus_minus , (SELECT SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_shoots , (SELECT SUM(goals_missed) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_goals_missed , (SELECT SUM(reflected_shoots) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_reflected_shoots , (SELECT SUM(reflected_shoots) / (SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3)) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_percent , player_request.player_position_id , championship.name AS championship_name FROM game_result_composition JOIN game ON game.id = game_result_composition.game_id AND game.publish_results = 1 JOIN player_request ON player_request.id = game_result_composition.player_request_id JOIN tournament ON tournament.id = game.tournament_id JOIN championship ON championship.id = tournament.championship_id JOIN game_series ON game_series.id = game.game_series_id WHERE game_result_composition.player_id = '4685' AND tournament.season_id = '9' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2024-2025 М Б Ш % ШТ
4-й Дивизион 4-й Дивизион 20 409
ср.20.5
41
ср.2.1
89.98% 0
ср.0
Соперники Дата матча Б Ш % ШТ
Венчур - ССП 20 октября 2024 36 7 80.56% 0
Венчур - Атомэнергопроект 10 ноября 2024 20 1 95% 0
Невский Штурвал - Венчур 16 ноября 2024 14 0 100% 0
Венчур - Викинги 24 ноября 2024 17 5 70.59% 0
Форвард - Венчур 15 декабря 2024 37 2 94.59% 0
ССП - Венчур 11 января 2025 14 2 85.71% 0
Атомэнергопроект - Венчур 23 января 2025 13 3 76.92% 0
Венчур - Невский Штурвал 26 января 2025 17 0 100% 0
Викинги - Венчур 05 февраля 2025 31 2 93.55% 0
РамбоВ - Венчур 11 февраля 2025 27 2 92.59% 0
Венчур - Форвард 16 февраля 2025 26 4 84.62% 0
Венчур - РамбоВ 02 марта 2025 34 3 91.18% 0
ССП - Венчур 08 марта 2025 32 2 93.75% 0
Венчур - ССП 09 марта 2025 23 2 91.3% 0
ССП - Венчур 15 марта 2025 20 1 95% 0
Венчур - ССП 16 марта 2025 16 3 81.25% 0
ССП - Венчур 22 марта 2025 32 2 93.75% 0
РамбоВ - Форвард 04 апреля 2025 43 2 95.35% 0
ССП - Форвард 26 апреля 2025 27 3 88.89% 0
Форвард - ССП 27 апреля 2025 28 2 92.86% 0
SELECT tournament.id , tournament.name , tournament.hash , game_result_composition.player_id , game_result_composition.team_id , COUNT(game.id) AS game_count , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((game_result_score.player_id = game_result_composition.player_id) OR (assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_point , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND game_result_score.player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_goal , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_assistent , (SELECT SUM(minute) FROM game_result_penalty JOIN game ON game.id = game_result_penalty.game_id AND game.publish_results = 1 WHERE game_result_penalty.team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_penalty ,( SELECT SUM(game_result_plus_minus.point) FROM game_result_plus_minus JOIN game ON game.id = game_result_plus_minus.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_plus_minus , (SELECT SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_shoots , (SELECT SUM(goals_missed) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_goals_missed , (SELECT SUM(reflected_shoots) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_reflected_shoots , (SELECT SUM(reflected_shoots) / (SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3)) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_percent , player_request.player_position_id , championship.name AS championship_name FROM game_result_composition JOIN game ON game.id = game_result_composition.game_id AND game.publish_results = 1 JOIN player_request ON player_request.id = game_result_composition.player_request_id JOIN tournament ON tournament.id = game.tournament_id JOIN championship ON championship.id = tournament.championship_id JOIN game_series ON game_series.id = game.game_series_id WHERE game_result_composition.player_id = '4685' AND tournament.season_id = '8' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2023-2024 М Б Ш % ШТ
5-й дивизион 5-й дивизион 4 84
ср.21
8
ср.2
90.48% 0
ср.0
Соперники Дата матча Б Ш % ШТ
Танк - Легион 14 ноября 2023 20 1 95% 0
Танк - Рать 28 ноября 2023 21 1 95.24% 0
Танк - Вымпел Про 26 декабря 2023 34 3 91.18% 0
Рать - Танк 20 февраля 2024 9 3 66.67% 0
4-й Дивизион 4-й Дивизион 25 578
ср.23.1
62
ср.2.5
89.27% 2
ср.0.1
Соперники Дата матча Б Ш % ШТ
Венчур - ЖХК Хорс 29 октября 2023 7 1 85.71% 0
Штерн - Венчур 04 ноября 2023 27 4 85.19% 0
Венчур - РамбоВ 12 ноября 2023 23 4 82.61% 0
ССП - Венчур 18 ноября 2023 31 4 87.1% 0
Венчур - Медведь 03 декабря 2023 34 2 94.12% 0
Венчур - Автополе 10 декабря 2023 28 4 85.71% 0
Апельсин - Венчур 17 декабря 2023 22 1 95.45% 0
РамбоВ - Венчур 20 января 2024 28 1 96.43% 0
Венчур - Штерн 28 января 2024 26 0 100% 0
Венчур - ССП 11 февраля 2024 17 4 76.47% 0
Медведь - Венчур 14 февраля 2024 20 4 80% 0
Венчур - Апельсин 03 марта 2024 14 2 85.71% 0
Апельсин - Венчур 10 марта 2024 30 3 90% 0
Апельсин - Венчур 15 марта 2024 25 1 96% 0
Венчур - Апельсин 17 марта 2024 23 2 91.3% 0
Венчур - Апельсин 20 марта 2024 15 0 100% 0
ССП - Венчур 23 марта 2024 28 1 96.43% 0
Венчур - ССП 27 марта 2024 21 1 95.24% 0
ССП - Венчур 30 марта 2024 16 4 75% 2
Венчур - ССП 03 апреля 2024 18 4 77.78% 0
ССП - Венчур 06 апреля 2024 36 8 77.78% 0
Динамит - Венчур 15 апреля 2024 21 2 90.48% 0
Венчур - Динамит 21 апреля 2024 27 2 92.59% 0
Динамит - Венчур 22 апреля 2024 18 1 94.44% 0
Венчур - Динамит 28 апреля 2024 23 2 91.3% 0
И - матчи, Б - броски в створ ворот, Ш - шайбы, % - процент отраженных бросков

Три звезды

Сезон 2025-2026 И
4-й дивизион 4-й дивизион 0 0 0 0
3-й дивизион 3-й дивизион 0 0 0 0
Сезон 2024-2025 И
4-й Дивизион 4-й Дивизион 0 0 0 0
Сезон 2023-2024 И
5-й дивизион 5-й дивизион 0 0 0 0
4-й Дивизион 4-й Дивизион 0 0 0 0
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в