Create a custom Bracket City puzzle!
This project contains a simple, interactive HTML tool that lets you create your own custom version of The Atlantic's Bracket City game. Input your clues and corresponding answers, and it generates a playable game your friends can try to solve.
No setup, no servers, just a self-contained file that runs directly in your browser.
How to Use:
-
Download the Project: Click the green "Code" button at the top of the repository and select "Download ZIP"
-
Unzip the file once downloaded
-
Double-click on the file called "index.html" to open it in your browser (this works locally, no internet connection required)
-
Enter the full puzzle with all of your brackets
-
Enter the answers for each of your bracketed clues
-
Challenge a friend to play your game, or play it yourself!
Files in this project
-
index.html - This is the file you will run (opens up locally in your browser)
-
main.js - Contains the logic for creating and playing the game
-
style.css - Stylesheet to make the code look pretty
-
bracket.py - Original Python script to create and play the game in the terminal
Credit to: Bracket City by The Atlantic (Ben Gross)