Search found 11 matches

by shaan1974
Tue May 16, 2023 2:08 pm
Forum: Games and Creations
Topic: Push Push
Replies: 7
Views: 2130

Re: Push Push

There are multiples ways to resolve screens ;) At the beginning i want to create 100 levels but after 50 my brain was burned :) Did you tried to make level generator and solve/check it with level solver? It looks that it can be done with Breadth-First Search with some optimization tricks. https://e...
by shaan1974
Tue May 09, 2023 7:16 pm
Forum: Games and Creations
Topic: Push Push
Replies: 7
Views: 2130

Re: Push Push

There are multiples ways to resolve screens ;)

At the beginning i want to create 100 levels but after 50 my brain was burned :)
by shaan1974
Tue May 09, 2023 6:55 pm
Forum: Games and Creations
Topic: Push Push
Replies: 7
Views: 2130

Re: Push Push

I'm gonna tool your remarks for next version.

Solution for the second level :)

By the way in the youtube video i do the first five level ;)
by shaan1974
Tue May 09, 2023 6:00 pm
Forum: Games and Creations
Topic: Push Push
Replies: 7
Views: 2130

Push Push

Hello all, Push Push is out ;) You can get it on Itch io for free => https://crazypiri.itch.io/push-push This is my first game created with love2d. The concept and mechanics of the game are based on – Puzzle’n desu – of the “Super Nintendo”. I tried to reproduce the mechanics to run some tests, but ...
by shaan1974
Wed Mar 29, 2023 8:32 pm
Forum: Support and Development
Topic: Lua-https ( before version 12.x )
Replies: 5
Views: 1237

Re: Lua-https ( before version 12.x )

I'v found a work around, as my server is running on apache with https protocol, i take a look to "how to force http" on defined folder. In fact it's possible to do, you have just to add ".htaccess" with this content. RewriteCond %{HTTPS} on RewriteRule (.*) http://%{HTTP_HOST}%{R...
by shaan1974
Wed Mar 29, 2023 8:23 pm
Forum: Support and Development
Topic: Lua-https ( before version 12.x )
Replies: 5
Views: 1237

Re: Lua-https ( before version 12.x )

Hello, when on click on the last one "artifacts" i have 4 zip files related to mac os, ubuntu, win 32 & 64, but no links for download :(
by shaan1974
Wed Mar 29, 2023 6:10 pm
Forum: Support and Development
Topic: Lua-https ( before version 12.x )
Replies: 5
Views: 1237

Lua-https ( before version 12.x )

Hello all, I saw that https should be available for love 12.x, right know if you want to use "https" feature you need to build the package "lua-https" (https://github.com/love2d/lua-https) for Windows or Linux. I'v try to create the DLL with the instructions, but without any succ...
by shaan1974
Sun Feb 19, 2023 1:17 pm
Forum: Support and Development
Topic: Build new image base on newQuads
Replies: 1
Views: 477

Build new image base on newQuads

Hello, I'v got a base image with flags. Base on this image: https://github.com/lafeber/world-flags-sprite/blob/master/images/flags32.png I want to create a new image related to defined flags that i need. By ex i need only flags of France, Italy and Spain. I know that it's possible to get the 3 flags...
by shaan1974
Mon Jan 16, 2023 4:19 pm
Forum: Support and Development
Topic: Font transparency
Replies: 6
Views: 1009

Re: Font transparency

Thanks i'm gonna test it.
by shaan1974
Sun Jan 15, 2023 2:29 pm
Forum: Support and Development
Topic: Font transparency
Replies: 6
Views: 1009

Re: Font transparency

Hello, in fact if i put something else than 1 for opacity for the font it's not changing at all ;)