Search found 25 matches

by lazershark3k
Thu Nov 15, 2018 6:12 pm
Forum: Games and Creations
Topic: PlusPlus: an app for people who can't count
Replies: 6
Views: 6229

Re: PlusPlus: an app for people who can't count

Oops! Didn't notice that .git, and I totally forgot to test the .love
I really appreciate the feedback! Do you have any other implementation recommendations off the top of your head?

Here's a working .love
by lazershark3k
Thu Nov 15, 2018 3:43 pm
Forum: Games and Creations
Topic: PlusPlus: an app for people who can't count
Replies: 6
Views: 6229

PlusPlus: an app for people who can't count

Hey all,I've just made the ultimate counting app. Check it ouuuut https://github.com/Clickity-Clack/PlusPlus '+' or '.': Increment Counter '-' or ',': Decrement Counter 'escape': Clear Counter 'q': Quit program 'l': Start changing the label for the current counter 'enter': Finish changing the label ...
by lazershark3k
Tue Aug 28, 2018 5:10 am
Forum: Games and Creations
Topic: DeathSticks!
Replies: 5
Views: 4882

Re: DeathSticks!

New Github source with version check warning
https://github.com/Clickity-Clack/Death ... ree/master
by lazershark3k
Tue Aug 28, 2018 4:16 am
Forum: Games and Creations
Topic: DeathSticks!
Replies: 5
Views: 4882

Re: DeathSticks!

I'll put in a little warning
by lazershark3k
Mon Aug 27, 2018 3:25 am
Forum: Games and Creations
Topic: DeathSticks!
Replies: 5
Views: 4882

DeathSticks!

Behold! My senior project in computer science! It was supposed to be a clone of Stick Soldiers II with multiplayer networking, but I wasn't able to replicate bots, headswapping, gibbing, or map creation, I used the oldhero dude instead of having stick figures, and a lot of things are still hard-code...
by lazershark3k
Thu Jun 07, 2018 3:51 pm
Forum: Support and Development
Topic: [SOLVED!]
Replies: 2
Views: 2646

Re: Lubuntu Love2d installing

You may want to run "sudo apt-get install love". If I remember correctly, that's what I had to do to get it running on my machine. My memory isn't the most reliable, though, so take that with a grain of salt
by lazershark3k
Fri May 25, 2018 10:19 pm
Forum: Support and Development
Topic: Rate my client/server structure
Replies: 2
Views: 2283

Re: Rate my client/server structure

Thanks! That helps a lot! I'll have to google lerping
by lazershark3k
Wed May 23, 2018 11:44 pm
Forum: General
Topic: Today's downtime
Replies: 8
Views: 11048

Re: Today's downtime

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

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: 4398

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

Thanks, mates. I appreciate the perspective