Search found 27 matches

by lazershark3k
Tue May 22, 2018 3:30 pm
Forum: Support and Development
Topic: Rate my client/server structure
Replies: 2
Views: 2292

Rate my client/server structure

Greetings denizens, I'm making my first game in LÖVE for a school project. It's a 2d shooter, a remake of Stick Soldiers 2. I want to have online multiplayer, so it has client and server components. Both use the same 'Game' object. Game has a 'getState' method which grabs the status of each in-game ...
by lazershark3k
Fri May 18, 2018 10:27 pm
Forum: Support and Development
Topic: Is asking for code review here in bad taste?
Replies: 6
Views: 4421

Re: Is asking for code review here in bad taste?

Thanks, mates. I appreciate the perspective
by lazershark3k
Fri May 18, 2018 4:18 pm
Forum: Support and Development
Topic: Is asking for code review here in bad taste?
Replies: 6
Views: 4421

Is asking for code review here in bad taste?

Hey, I'm working on a game, and I was thinking it would be nice to have some extra eyeballs on it. Would it be ok to ask for a review here? If this isn't the best spot, do you have any recommendations? thx m8s
by lazershark3k
Sat Apr 21, 2018 7:45 pm
Forum: Libraries and Tools
Topic: [library] gamera - A camera system for LÖVE - v1.0.1 is out
Replies: 64
Views: 96873

Re: [library] gamera - A camera system for LÖVE - v1.0.1 is out

kikito wrote: Wed Apr 18, 2018 10:47 pm I believe you can still send the PR. You must make it against the "demo" branch instead of "master" though (github should show a dropdown near the top of the page when you are creating the PR).
Sweet! Pull request made! Thanks for pointing that out!
by lazershark3k
Wed Apr 11, 2018 3:00 am
Forum: Libraries and Tools
Topic: [library] gamera - A camera system for LÖVE - v1.0.1 is out
Replies: 64
Views: 96873

Re: [library] gamera - A camera system for LÖVE - v1.0.1 is out

Oh wait, shoot, it's gamera-demo.love that needs fixing, not gamera itself. No github page for that.
by lazershark3k
Wed Apr 11, 2018 2:37 am
Forum: Libraries and Tools
Topic: [library] gamera - A camera system for LÖVE - v1.0.1 is out
Replies: 64
Views: 96873

Re: [library] gamera - A camera system for LÖVE - v1.0.1 is out

Oooh! My first pull request! I will! *lil' jazz hands of excitement*
by lazershark3k
Tue Apr 10, 2018 5:00 pm
Forum: Libraries and Tools
Topic: [library] gamera - A camera system for LÖVE - v1.0.1 is out
Replies: 64
Views: 96873

Re: [library] gamera - A camera system for LÖVE - v1.0.1 is out

I just downloaded the gamera demo, and ran into some issues running it with Love 11.0; the background was entirely white rather than being tiled, and the blue box was opaque. It took me a while to figure it out, but the problem was caused by the new color system being from 1 to 0 rather than 225 to ...