You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-14Lines changed: 20 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,19 +30,35 @@ The project requires **Python 3.12 or newer** and the **`uv`** package manager/b
30
30
To install the package as a command-line tool, you must complete the full cycle: dependency synchronization, **wheel file creation**, and final installation. These steps are automated by the `make install-games` command:
**Important**: After running this command, all executable scripts (e.g., `brain-even`, `brain-calc`) become available directly in your terminal without needing the `uv run` prefix.
46
+
### 2. Running a Game
41
47
You can start any game by typing its corresponding command.
0 commit comments