Skip to content

v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jun 18:38
5b0c9fe

How to run Hoops

Hoops is a terminal program — you start it from a terminal window rather
than by double-clicking. Download the file for your system below, then follow
the matching steps. macOS and Windows will warn that the developer is
"unidentified" the first time; that's normal for a free, unsigned project.

Your computer Download Run it
🍎 macOS hoops-macos chmod +x hoops-macos && xattr -d com.apple.quarantine hoops-macos then ./hoops-macos play
🪟 Windows hoops-windows.exe In PowerShell: .\hoops-windows.exe play (click More info → Run anyway if SmartScreen blocks it)
🐧 Linux hoops-linux chmod +x hoops-linux && ./hoops-linux play

Not comfortable with the command line? See the full step-by-step guide,
including how to clear the macOS "cannot be opened because the developer
cannot be verified"
warning:
👉 https://github.com/dwillis/hoops-game/blob/main/RUNNING.md


What's Changed

  • Fix CI: install dev extras before lint and test steps by @Copilot in #2
  • Fix build.yml test job: install dev extras so ruff is available by @Copilot in #3

New Contributors

  • @Copilot made their first contribution in #2

Full Changelog: v0.0.3...v0.1.0