Skip to main content

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

Nice animation and music. really like the effect when it fades to black on space click. I just wonder why you didnt bother adding a screenshot or .love or .exe file. By looking at your code it seems like you know what you are doing, but it just aditionals steps which prevent people from playing, since they might not want to bother.  This is my steps:

Make .exe file
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" .

You can stille make it, add a screen shot and a .love .exe file and you might get more plays/ratings :D