Search found 12 matches

by neku
Sat Nov 16, 2019 3:06 pm
Forum: Games and Creations
Topic: Sliding maze puzzle
Replies: 6
Views: 6312

Re: Sliding maze puzzle

that's a thing of the devil !
Congratulations.
by neku
Sat Nov 02, 2019 4:47 pm
Forum: Libraries and Tools
Topic: Template for using Löve as if it were not event-oriented
Replies: 16
Views: 17285

Re: Template for using Löve as if it were not event-oriented

aiii .. the screenshot is stuck somewhere ...
;-)
Nestor-nQueens-PGcont - 02_11.png
Nestor-nQueens-PGcont - 02_11.png (36.45 KiB) Viewed 6676 times
by neku
Sat Nov 02, 2019 11:20 am
Forum: Libraries and Tools
Topic: Template for using Löve as if it were not event-oriented
Replies: 16
Views: 17285

Re: Template for using Löve as if it were not event-oriented

Addendum to the topic: "the nested "for" loops are atrocious." ;) a nQueens variant with a variable chessboard, flexible window (with info) and wait for the next output (key or mouse button). a screen or field for parameter value for largnes to chessboard would be nice .. but not...
by neku
Mon Sep 30, 2019 8:53 am
Forum: Libraries and Tools
Topic: Template for using Löve as if it were not event-oriented
Replies: 16
Views: 17285

Re: Template for using Löve as if it were not event-oriented

and the complete code (KT01.zip):
by neku
Mon Sep 30, 2019 8:48 am
Forum: Libraries and Tools
Topic: Template for using Löve as if it were not event-oriented
Replies: 16
Views: 17285

Re: Template for using Löve as if it were not event-oriented

Subsequent to the post of (Sep 21, 2019 12:11 pm) pgimeno and his reference to my post by: May 17, 2018 5:17 pm. The program that was in question at that time I have finally finished with the love-template (published here). it went well after all. you just have to forget about the love-mechanics. ;)...
by neku
Fri Sep 27, 2019 8:05 pm
Forum: Libraries and Tools
Topic: Template for using Löve as if it were not event-oriented
Replies: 16
Views: 17285

Re: Template for using Löve as if it were not event-oriented

ingsoc451 wrote: Fri Sep 27, 2019 5:05 pm From the image, it looks like it also optimizes the path
maybe I'm not right, but I do not see any other way there. only this one.
look at the code. :monocle:
by neku
Thu Sep 26, 2019 2:03 pm
Forum: Libraries and Tools
Topic: Template for using Löve as if it were not event-oriented
Replies: 16
Views: 17285

Re: Template for using Löve as if it were not event-oriented

Here's a complete zip-file with the maze (generator&solver) project:
by neku
Thu Sep 26, 2019 1:50 pm
Forum: Libraries and Tools
Topic: Template for using Löve as if it were not event-oriented
Replies: 16
Views: 17285

Re: Template for using Löve as if it were not event-oriented

It's any time a go.. after I have (due to carelessness in the zerobrane) overwrited an already functioning version of the "knigt's tour" (with some test) I was so frustrated that I switched to corona sdk. well, the other (maybe the first) reason was "delay". I managed not (even w...
by neku
Sat Sep 21, 2019 8:18 pm
Forum: Libraries and Tools
Topic: Template for using Löve as if it were not event-oriented
Replies: 16
Views: 17285

Re: Template for using Löve as if it were not event-oriented

That's great!
and atrocious nested "for" loops?
well - who can do it better?
;)
Thank you very much.
by neku
Thu May 24, 2018 9:17 am
Forum: Support and Development
Topic: need help !
Replies: 15
Views: 9772

Re: need help !

hi pgimeno
hi zorg
thanks for the suggestions. I will study them and hope that I can understand and apply them (sometime). At the moment I am quite overstrained. I'm afraid that my code has to be totally different.