Skip to content

Releases: dwillis/hoops-game

v0.1.0

11 Jun 18:38
5b0c9fe

Choose a tag to compare

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

v0.0.3

11 Jun 11:33

Choose a tag to compare

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


Full Changelog: v0.0.2...v0.0.3

v0.0.2

11 Jun 10:57

Choose a tag to compare

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

  • Add run instructions for release executables by @dwillis in #1

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

27 May 23:32

Choose a tag to compare