Search found 1088 matches

by Gunroar:Cannon()
Mon Jan 16, 2023 5:26 am
Forum: Games and Creations
Topic: JellyBall: Softbody Based Physics Platformer [WIP]
Replies: 6
Views: 5956

Re: JellyBall: Softbody Based Physics Platformer [WIP]

Do you by chance use the ui lib gooi :3
...
...
Because that's a "gooi" game :rofl:

Nice work turning soft bodies into a game. Looking good.
by Gunroar:Cannon()
Sat Jan 07, 2023 8:43 am
Forum: General
Topic: Anyone know what LFSRs are?
Replies: 11
Views: 2594

Re: Anyone know what LFSRs are?

Wow. Dang. Thanks.^^ From all these I've picked up these facts (with my ultimate goal being to solve a certain question I got sent): >>> n = degree of polynomial >>> bit length = period = 2^n-1 >>> combined length = bitLen1 x bitLen2 >>> taps = {n-1-(non zero degree of monomial)} >>> to combine LFSR...
by Gunroar:Cannon()
Fri Jan 06, 2023 11:05 pm
Forum: General
Topic: Implementing simple game states using tables
Replies: 1
Views: 1004

Re: Implementing simple game states using tables

Wow. Very informative.
by Gunroar:Cannon()
Thu Jan 05, 2023 9:12 am
Forum: General
Topic: Anyone know what LFSRs are?
Replies: 11
Views: 2594

Re: Anyone know what LFSRs are?

(I got the primitive polynomials from www.partow.net/programming/polynomials/index.html ) Okay, things are making more sense. But then if the taps for the primitive polynomial of degree 4 is 2 and 3 why does the table say 0 and 3? And I found this lua LFSR https://gist.githubusercontent.com/inmatari...
by Gunroar:Cannon()
Wed Jan 04, 2023 8:24 pm
Forum: General
Topic: Anyone know what LFSRs are?
Replies: 11
Views: 2594

Re: Anyone know what LFSRs are?

Heheh, I summoned the great pgimeno-sama ^^ Okay, okay. I'm looking at the first half of your reply for now about the degree of a monomial being the taps. So this primitive polynomial x^4 + x^1 + 1 Has 3 monomials and it's taps are {4,1,0}? And then does that render that table I posted above not app...
by Gunroar:Cannon()
Wed Jan 04, 2023 11:15 am
Forum: General
Topic: Anyone know what LFSRs are?
Replies: 11
Views: 2594

Anyone know what LFSRs are?

I randomly ended up reading about LFSRs when someone asked me a question related to them because they heard I was good with computers (:rofl:) So in approx. 30 minutes I got the basic understanding of them and what they do. Then I was confused as to how to use a polynomial to get a tap and a bunch o...
by Gunroar:Cannon()
Tue Jan 03, 2023 4:51 pm
Forum: Games and Creations
Topic: Grata Monstrum - Eldritch Visual Novel
Replies: 5
Views: 3289

Re: Grata Monstrum - Eldritch Visual Novel

Heheh, funny enough I already saw this a few days ago when I randomly searched for black and white games. Downloaded it but yet to play, but already loving the art and eldritch stuff.
by Gunroar:Cannon()
Mon Jan 02, 2023 9:55 am
Forum: Games and Creations
Topic: Secret Delivery 2 - A Pokemon-styled Christmas game (Playable in browser)
Replies: 21
Views: 5936

Re: Secret Delivery 2 - A Pokemon-styled Christmas game (Playable in browser)

Oh, yeah. By the way, Gvovkiv was just recommending you use a library like Baton for input control instead of taking the more difficult route.

(*Oh, and it's roguelike, like rogue, not red :) )
by Gunroar:Cannon()
Sun Jan 01, 2023 9:23 pm
Forum: Games and Creations
Topic: Secret Delivery 2 - A Pokemon-styled Christmas game (Playable in browser)
Replies: 21
Views: 5936

Re: Secret Delivery 2 - A Pokemon-styled Christmas game (Playable in browser)

Heheh...what did I miss..
....
oh...
oh my.

Though seriously keep up the good work on your Christmas games. Can't wait to see what you make next year. Maybe a roguelike :?
by Gunroar:Cannon()
Sat Dec 31, 2022 4:51 pm
Forum: General
Topic: Java Love2D?
Replies: 12
Views: 3657

Re: Java Love2D?

Maybe make a libgdx wrapper that calls it's functions like love2d? (I too like Java, though I'm also fine with dos and thens :3 )