A UK LLB revision quiz. Read a paraphrased precedent, name the case.
345 exam authorities across six cores, drawn 10 at random each round.
| Subject | Cases |
|---|---|
| Contract Law | 80 |
| Tort Law | 70 |
| Criminal Law | 60 |
| Land Law | 50 |
| Equity & Trusts | 45 |
| Public Law | 40 |
| Total | 345 |
Headnotes are original paraphrases of public-record case law, not copies from commercial databases.
Open index.html in a browser, or from this folder:
python3 -m http.server 8765Then visit http://127.0.0.1:8765/.
- Choose a subject.
- Match the principle to one of four authorities (click, or keys
1–4). - Read the short note after each ruling.
- High scores are stored in the browser.
index.html # screens: title, library, quiz, judgment
css/style.css
js/cases.js # SUBJECTS + CASES
js/game.js
assets/ # pixel-art UI
tools/build_bank.py # regenerates js/cases.js
python3 tools/build_bank.pyCase names and principles are public legal authorities. Original game code and paraphrased quiz text in this repository.