Downloads:
25,016
Downloads of v 2024.11.8:
58
Last Update:
14 Nov 2024
Package Maintainer(s):
Software Author(s):
- Simon Tatham
Tags:
sgt-puzzles logic puzzle games admin- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Simon Tatham's Portable Puzzle Collection
- 1
- 2
- 3
2024.11.8 | Updated: 14 Nov 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
25,016
Downloads of v 2024.11.8:
58
Maintainer(s):
Software Author(s):
- Simon Tatham
Simon Tatham's Portable Puzzle Collection 2024.11.8
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Simon Tatham. The inclusion of Simon Tatham trademark(s), if any, upon this webpage is solely to identify Simon Tatham goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Simon Tatham's Portable Puzzle Collection, run the following command from the command line or from PowerShell:
To upgrade Simon Tatham's Portable Puzzle Collection, run the following command from the command line or from PowerShell:
To uninstall Simon Tatham's Portable Puzzle Collection, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download sgt-puzzles --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade sgt-puzzles -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade sgt-puzzles -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install sgt-puzzles
win_chocolatey:
name: sgt-puzzles
version: '2024.11.8'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'sgt-puzzles' do
action :install
source 'INTERNAL REPO URL'
version '2024.11.8'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller sgt-puzzles
{
Name = "sgt-puzzles"
Version = "2024.11.8"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'sgt-puzzles':
ensure => '2024.11.8',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 15 Nov 2024.
From Simon Tatham: "I wrote this collection because I thought there should be more small desktop toys available: little games you can pop up in a window and play for two or three minutes while you take a break from whatever else you were doing. And I was also annoyed that every time I found a good game on (say) Unix, it wasn't available the next time I was sitting at a Windows machine, or vice versa; so I arranged that everything in my personal puzzle collection will happily run on both, and have more recently done a port to Mac OS X as well. When I find (or perhaps invent) further puzzle games that I like, they'll be added to this collection and will immediately be available on both platforms. And if anyone feels like writing any other front ends -- PocketPC, Mac OS pre-10, or whatever it might be -- then all the games in this framework will immediately become available on another platform as well.
The actual games in this collection were mostly not my invention; they are re-implementations of existing game concepts within my portable puzzle framework. I do not claim credit, in general, for inventing the rules of any of these puzzles. (I don't even claim authorship of all the code; some of the puzzles have been submitted by other authors.)"
LICENSE
This software is copyright 2004-2014 Simon Tatham.
Portions copyright Richard Boulton, James Harvey, Mike Pinna, Jonas Kölker, Dariusz Olszewski, Michael Schierl, Lambros Lambrou, Bernd Schmidt, Steffen Bauer, Lennard Sprong and Rogier Goossens.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
md5: 2C8D9168859CD326BA0C1169F0DB1754 | sha1: EE21E1A6E038580C9E587BB205B23394B0C2B28C | sha256: 006268BDEB63F423183B73C13B4DFA8E7966F0D57D254280075CC203639AA41C | sha512: 5280059EB1E027FFA1CA8281D4A05224552D2829A7F57DDA86F0177A375CB9B1284FBFE59BB6C39490818C2239B7599F5EADEB31558D1F3D200657B823DE8362
md5: 7D3D4C1CE09024CB1CD4769F258A5D6E | sha1: F6E60049429E3907902F96529C8B1244B17BEF48 | sha256: F0407FA0DCD4597BA99F8A1E29C067A121FB4433320EF8430D2A2F1974F9183C | sha512: C9D759C66AD3D05330DAB5992C98BCEEB486B48F4E0B1FBAFC9E0DBD2CDE8B50D7A003831982E2334E817A86AF26BBC280C44422F728E83418B7A91ED4DFBA2D
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The installer has been downloaded from the official download link listed on <https://www.chiark.greenend.org.uk/~sgtatham/puzzles/>
and can be verified like this:
1. Download the installer:
<https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-installer.msi>
2. Use one of the following methods to obtain the checksum:
- Use powershell function 'Get-Filehash -Algorithm sha512'
- Use chocolatey utility 'checksum.exe -t sha512'
checksum type: sha512
checksum32: C9D759C66AD3D05330DAB5992C98BCEEB486B48F4E0B1FBAFC9E0DBD2CDE8B50D7A003831982E2334E817A86AF26BBC280C44422F728E83418B7A91ED4DFBA2D
File 'LICENSE.txt' is obtained from <https://www.chiark.greenend.org.uk/~sgtatham/puzzles/doc/licence.html#licence>
Log in or click on link to see number of positives.
- puzzles-20241021.05f4f63-installer.msi (006268bdeb63) - ## / 64
- sgt-puzzles.2024.11.8.nupkg (1d3f28744576) - ## / 67
- puzzles-20241108.8e83f39-installer.msi (f0407fa0dcd4) - ## / 63
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
This package has no dependencies.
Ground Rules:
- This discussion is only about Simon Tatham's Portable Puzzle Collection and the Simon Tatham's Portable Puzzle Collection package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Simon Tatham's Portable Puzzle Collection, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.