Search found 188 matches

by monolifed
Mon Aug 16, 2021 8:54 pm
Forum: Support and Development
Topic: Triangulation as a triangle strip
Replies: 4
Views: 5342

Re: Triangulation as a triangle strip

what about this one?
by monolifed
Mon Aug 16, 2021 7:29 pm
Forum: Games and Creations
Topic: Polygon outline / offset
Replies: 7
Views: 6817

Re: Polygon offset

o is the offset polygon (x,y) is a corner of the polygon (x0, y0) is the unit vector of the line to (x, y) (unit normal of this line is (y0, -x0)) (x1, y1) is the unit vector of the line from (x, y) (unit normal of this line is (y1, -x1)) a is offset amount a is positive for outset, negative for ins...
by monolifed
Mon Aug 16, 2021 1:16 pm
Forum: Games and Creations
Topic: Polygon outline / offset
Replies: 7
Views: 6817

Re: Polygon offset

Something I did naively
It doesn't handle self intersections
press W/S
by monolifed
Thu Aug 12, 2021 6:01 pm
Forum: Games and Creations
Topic: nono: a game based on no
Replies: 36
Views: 52430

Re: nono: a game based on no

In multiple solutions mode, initial solution is discarded. Win condition is satisfying row and column numbers. Since the solution is discarded, it doesn't know the actual correct positions.
by monolifed
Thu Aug 12, 2021 9:10 am
Forum: Games and Creations
Topic: nono: a game based on no
Replies: 36
Views: 52430

Re: nono: a game based on no

Your NoNo looks good. For the "Left": yes, it is a little misleading. It is "squares in the solution" - "squares on the grid" So, it can be negative too. "Left" makes more sense in single solution mode. I can remove it since there are already column/row indica...
by monolifed
Wed Aug 11, 2021 9:39 am
Forum: Games and Creations
Topic: Multiresolution game menu
Replies: 6
Views: 8109

Re: Multiresolution game menu

nice
by monolifed
Mon Aug 09, 2021 6:19 pm
Forum: Games and Creations
Topic: nono: a game based on no
Replies: 36
Views: 52430

Re: nono: a game based on no

Yes, my own
by monolifed
Sun Aug 08, 2021 8:35 pm
Forum: Games and Creations
Topic: nono: a game based on no
Replies: 36
Views: 52430

Re: nono: a game based on no

Improved user interface and new single solution mode
by monolifed
Fri Jul 30, 2021 9:26 am
Forum: Games and Creations
Topic: love editor
Replies: 11
Views: 13056

Re: love editor

Updated movement logic

Added highlight support via lexer.lua
by monolifed
Tue Jul 27, 2021 7:16 am
Forum: Games and Creations
Topic: love editor
Replies: 11
Views: 13056

Re: love editor

How about Android version? I didn't try it on an android device but I checked the documentation. love.keyboard.setTextInput must be used to enable textinput Other than that I don't know what might not be working on Android If you want to run single file love programs. Writing the code in a real edi...