Primary tabs

Online Entry Payment Last day to enter online Places left
Online Entry Closed bank transfer 2025-06-27 0 full - contact organiser
AlphaChess U1200 Medley – North London Gateway #congress-enter-link { font-family: "Poppins", sans-serif; font-weight: 400; background: white; font-style: normal; } body { font-family: "Poppins", sans-serif; margin: 0; line-height: 1.6; background: #f8f8f8; color: #333; } h2, h3, p, table { margin-bottom: 20px; } .container { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 20px; } .card { background-color: white; border-radius: 15px; padding: 20px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); margin-bottom: 20px; } .icon { font-size: 24px; margin-right: 10px; color: purple; } h3 { display: flex; align-items: center; margin-bottom: 10px; } .warning-container { background-color: red; border: 2px solid black; border-radius: 10px; padding: 20px; margin: 20px; text-align: center; color: white; display: flex; align-items: center; justify-content: center; gap: 10px; } .warning-icon { font-size: 2em; } .alert { background-color: #fefcbf; border-left: 4px solid #f6e05e; color: #7c6f44; padding: 12px 16px; border-radius: 8px; display: flex; align-items: flex-start; font-family: system-ui, sans-serif; } .alert svg { height: 20px; width: 20px; flex-shrink: 0; margin-right: 12px; margin-top: 2px; color: #d69e2e; } .alert-content { font-size: 14px; font-weight: 500; line-height: 1.4; } .alert-content a { color: #6b46c1; text-decoration: underline; } .alert-content ul { padding-left: 20px; margin: 6px 0; } .alert-content li { margin-bottom: 6px; } #site-slogan { color: transparent; /* Hide original text */ position: relative; display: inline-block; font-style: normal; /* Cancel site default italics */ } #site-slogan::before { content: "20 minutes from King's Cross by train and 5 minutes from M25 Junction 24."; color: yellow; /* Yellow text */ font-weight: bold; /* Bold text */ font-family: Calibri, sans-serif; /* Calibri font fallback */ position: absolute; top: 0; left: 0; white-space: nowrap; font-style: normal; /* Ensure text is not italic */ } #block-congress-congresses > h2 { color: transparent; /* Hide the original text */ position: relative; display: inline-block; font-style: normal; /* Remove any default italics if needed */ } #block-congress-congresses > h2::before { content: "More AlphaChess events"; /* Your new text */ color: black; /* Or any color you want */ font-weight: bold; font-family: Calibri, sans-serif; position: absolute; top: 0; left: 0; white-space: nowrap; } #congress-enter-info tr:nth-child(2) > td:nth-child(2) { color: transparent; /* Hide original text */ position: relative; display: inline-block; font-style: normal; /* Cancel italics if needed */ } #congress-enter-info tr:nth-child(2) > td:nth-child(2)::before { content: "Email to join the waiting list"; color: purple; font-weight: bold; font-family: Arial, sans-serif; position: absolute; top: 0; left: 0; white-space: normal; /* Allow wrapping if needed */ font-style: normal; } #congress-enter-link { color: transparent; /* Hide original text */ position: relative; display: inline-block; font-style: normal; /* Cancel italics if needed */ } #congress-enter-link::before { content: "SOLD OUT!"; color: red; font-size: 16px; font-weight: bold; font-family: Trebuchet MS, sans-serif; position: absolute; top: 0; left: 0; white-space: normal; /* Allow wrapping if needed */ font-style: normal; } .tabs > li:nth-child(2) { /*Your code should go under this comment*/ display: none !important; }

AlphaChess U1200 Medley – North London Gateway

28 June • 3 Rapid games + 3 Standard games • ECF Rated

Playing schedule coming soon. Details subject to change.
-->

Venue

Wyllyotts Theatre, Wyllyotts Place, Darkes Lane, Potters Bar, EN6 2JD

Less than 5 minutes from Potters Bar station, just 15 minutes from Finsbury Park and 20 minutes from King's Cross by train.

Five minutes from Junction 24 of the M25. Seven minutes from South Mimms Services on the A1(M).

Plenty of parking in the area, free on-site parking on Sunday.

People-centred

Our flexibility is designed to be inclusive. We welcome players who want to play one game or a few games only—email us for reduced rates that suit your schedule.

Unrated and new players are welcome! This event is geared towards those rated under 1200 or new to competitive chess.

Format

This is a 6-round medley event:
• 3 Rapid games (ECF Rapid Rated)
• 3 Standard games (ECF Standard Rated)

Great for gaining experience across time controls. Pairings managed by Swiss system. Begins at 10:15, Prizegiving latest 19:15

Eligibility

Open to players under 1200 ECF or unrated.
Age or nationality does not matter — all are welcome!

This is a great stepping stone for juniors, adult improvers, and first-timers.

Entry Fee £35

const modal = document.getElementById("myModal"); const img = document.getElementById("feeImg"); const modalImg = document.getElementById("imgModal"); const closeBtn = document.getElementById("closeModal"); img.onclick = function () { modal.style.display = "block"; modalImg.src = this.src; modalImg.style.maxWidth = "90%"; modalImg.style.maxHeight = "90vh"; }; closeBtn.onclick = function () { modal.style.display = "none"; }; window.onclick = function (event) { if (event.target == modal) { modal.style.display = "none"; } };