Search found 170 matches

by Qcode
Fri Sep 06, 2013 6:48 pm
Forum: General
Topic: LÖVE-Jam 1 [VOTING]
Replies: 105
Views: 34898

Re: LÖVE-Jam 1

Why is it space if space and curiosity are tied?
by Qcode
Wed Sep 04, 2013 1:37 am
Forum: Support and Development
Topic: Enemies crash game, need help. (SOLVED)
Replies: 7
Views: 3958

Re: Enemies crash game, need help. (SOLVED)

The # sign can also be used to get the length of a string (an alternative to string.len).

Code: Select all

cat = "keyboard"
print(#cat) -- prints 8
by Qcode
Tue Sep 03, 2013 3:36 pm
Forum: Support and Development
Topic: math.random always generating the same number?
Replies: 30
Views: 9500

Re: math.random always generating the same number?

Also, what if you need to print a local variable? You'd have to do some fiddling to get that to work with love.graphics.print.
by Qcode
Sun Sep 01, 2013 1:00 am
Forum: General
Topic: The Best Tutorial
Replies: 4
Views: 3116

Re: The Best Tutorial

What I was planning was to give out pieces of code for each lesson, put an error or omission or conundrum in that code and let the viewer sort this out themselves. Think about school, you get something explained and then you get questions about it. You should have that in tutorials too, as it track...
by Qcode
Thu Aug 29, 2013 5:32 pm
Forum: General
Topic: What's everyone working on? (tigsource inspired)
Replies: 1791
Views: 1495552

Re: What's everyone working on? (tigsource inspired)

If non love projects count....
by Qcode
Sat Jul 27, 2013 1:21 am
Forum: Games and Creations
Topic: Idiot: Puzzles
Replies: 10
Views: 5777

Re: Idiot: Puzzles

This is actually pretty cool, some minor nitpicks though, I don't like how focus returning to the window unpauses the game, and the character feels a bit.. sluggish, as if you're weighing a couple hundred pounds. Yeah playing it again I can see what you mean. Acceleration too slow, friction too hig...
by Qcode
Fri Jul 26, 2013 1:02 pm
Forum: Games and Creations
Topic: Idiot: Puzzles
Replies: 10
Views: 5777

Re: Idiot: Puzzles

I think he's referring to the eponymous "Rubber Piggy" that you see when you run Love without a file. I realized that, but I wasn't sure what was causing it. The mediafire link worked fine on my computer, so I tried changing it to dropbox to see if it was something with the mediafire down...
by Qcode
Thu Jul 25, 2013 1:19 pm
Forum: Games and Creations
Topic: Idiot: Puzzles
Replies: 10
Views: 5777

Re: Idiot: Puzzles

This is pretty good! Great job with the artwork/animations! Thanks for the feedback! Only thing I can really complain about is the extremely sluggish controls. Other than that, it's a pretty good game. Yeah the friction did react differently depending on the framerate, a problem I never managed to ...
by Qcode
Thu Jul 25, 2013 1:52 am
Forum: Games and Creations
Topic: Idiot: Puzzles
Replies: 10
Views: 5777

Idiot: Puzzles

So this project of mine has been finished for a while, though I've only decided to release it here now. https://dl.dropboxusercontent.com/u/51013077/Idiot%20Puzzles/header.png A puzzle game created by the minds of Qcode, TheSeek, Mr.Q.Marx?, and Idiot9.0 Our hero Idiot is captured and trapped in a d...
by Qcode
Sun May 26, 2013 1:15 am
Forum: Support and Development
Topic: Audio Looping?
Replies: 2
Views: 1353

Re: Audio Looping?

You're doing nothing wrong, from what I can tell. Is there whitespace at the end of the song? If so, use a program like Audacity to cut the end off.