Downloads:
5,100
Downloads of v 11.5.0.20250506:
5
Last Update:
06 May 2025
Published Date:
06 May 2025
Package Maintainer(s):
Software Author(s):
- LOVE Development Team
Tags:
love2d lua luajit gamedev game-developement framework 2d admin- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
LÖVE - Free 2D Game Engine (Install)
(Ready for review)
- 1
- 2
- 3
11.5.0.20250506 | Updated: 06 May 2025
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
5,100
Downloads of v 11.5.0.20250506:
5
Published:
06 May 2025
Maintainer(s):
Software Author(s):
- LOVE Development Team
LÖVE - Free 2D Game Engine (Install) 11.5.0.20250506
(Ready for review)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by LOVE Development Team. The inclusion of LOVE Development Team trademark(s), if any, upon this webpage is solely to identify LOVE Development Team goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
LÖVE is an awesome framework you can use to make 2D games in Lua. It's free, open-source, and works on Windows, Mac OS X, Linux, Android and iOS.
LÖVE is totally free, and can be used in anything from friendly open-source hobby projects, to evil, closed-source commercial ones.
Documentation
Community
Please Note: This is an automatically updated package. If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
$ErrorActionPreference = 'Stop';
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'love*'
fileType = 'EXE'
silentArgs = '/S'
validExitCodes= @(0)
}
Uninstall-ChocolateyPath "$($env:SystemDrive)\Program Files\LOVE"
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString)"
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
}
if (!(Test-Path function:\Uninstall-ChocolateyPath)) {
function Uninstall-ChocolateyPath {
param(
[string]$pathToRemove,
[System.EnvironmentVariableTarget] $pathType = [System.EnvironmentVariableTarget]::User
)
Write-Debug "Running 'Uninstall-ChocolateyPath' with pathToRemove: `'$pathToRemove`'"
# get the PATH variable
Update-SessionEnvironment
$envPath = $env:PATH
if ($envPath.ToLower().Contains($pathToRemove.ToLower())) {
Write-Host "The PATH environment variable already contains the directory '$pathToRemove'. Removing..."
$actualPath = Get-EnvironmentVariable -Name 'Path' -Scope $pathType -PreserveVariables
$newPath = $actualPath -replace [regex]::Escape($pathToRemove + ';'),'' -replace ';;',';'
if (($pathType -eq [System.EnvironmentVariableTarget]::Machine) -and !(Test-ProcessAdminRights)) {
Write-Warning "Removing path from machine environment variable is not supported when not running as an elevated user!"
} else {
Set-EnvironmentVariable -Name 'Path' -Value $newPath -Scope $pathType
}
$env:PATH = $newPath
}
}
}
Log in or click on link to see number of positives.
- love-11.5-win64.exe (a91ec9beb1ea) - ## / 72
- love-11.5-win32.exe (11bde8121a73) - ## / 70
- love.install.11.5.0.20250506.nupkg (3f58ed61c39d) - ## / 65
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.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
LÖVE - Free 2D Game Engine (Install) 11.5.0.20250506 | 5 | Tuesday, May 6, 2025 | Ready | |
LÖVE - Free 2D Game Engine (Install) 11.5 | 894 | Sunday, December 3, 2023 | Approved | |
LÖVE - Free 2D Game Engine (Install) 11.5.0 | 8 | Tuesday, May 6, 2025 | Ready | |
LÖVE - Free 2D Game Engine (Install) 11.4 | 771 | Tuesday, January 4, 2022 | Approved | |
LÖVE - Free 2D Game Engine (Install) 11.3 | 707 | Tuesday, September 1, 2020 | Approved | |
LÖVE (Install) 0.10.2 | 1340 | Wednesday, November 2, 2016 | Approved | |
LÖVE (Install) 0.10.1 | 487 | Sunday, February 14, 2016 | Approved | |
LÖVE (Install) 0.10.0 | 430 | Tuesday, December 22, 2015 | Approved | |
LÖVE (Install) 0.9.2 | 458 | Saturday, April 18, 2015 | Approved |
2006-2020 LOVE Development Team
This package has no dependencies.
Ground Rules:
- This discussion is only about LÖVE - Free 2D Game Engine (Install) and the LÖVE - Free 2D Game Engine (Install) 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 LÖVE - Free 2D Game Engine (Install), 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.
naveen521kk (maintainer) on 06 May 2025 17:49:52 +00:00:
User 'naveen521kk' (maintainer) submitted package.
chocolatey-ops (reviewer) on 06 May 2025 18:21:59 +00:00:
love.install has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
Suggestions
Suggestions are either newly introduced items that will later become Guidelines or items that are don't carry enough weight to become a Guideline. Either way they should be considered. A package version can be approved without addressing Suggestion comments.
chocolatey-ops (reviewer) on 06 May 2025 22:34:02 +00:00:
love.install has passed automated package testing (verification). The next step in the process is package scanning.
Please visit https://gist.github.com/choco-bot/f12a01c53836d75930fbaa695f54b2a9 for details.
This is an FYI only. There is no action you need to take.
chocolatey-ops (reviewer) on 06 May 2025 22:49:20 +00:00:
love.install has been flagged as part of automated virus scanning.
Package virus scanning found that at least 1 file within, or downloaded by, the package has between 1 and 5 VirusTotal detections associated with it.
This is not enough detections to prevent the approval of this package version.