Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

This still didnt work for me. Why dont you try to rebuild it and reupload it ? 

Make .exe file (source: https://github.com/LazerLars/inLove2d)
https://love2d.org/wiki/Game_Distribution

  1. Add love.exe to your repo
  2. Zip all files your project
  3. Rename filename.zip to -> .love
  4. Open dir in cmd and run command:
    4.1) copy /b love.exe+yourGameFileName.love theNameOfYourExeFileForYourGame.exe
    OR if cmd dont work directly with that command try in powershell, that often does the trick then
    x) Or open powershell and run command:
    x) cmd /c "copy /b love.exe+yourGameFileName.love theNameOfYourExeFileForYourGame.exe"

Thank you !

It drives me crazy... i follow all the steps and I get a no games when I launch the exe