Search found 3 matches

by viniAb
Sun Jul 12, 2020 11:38 pm
Forum: General
Topic: Seriously, WHY ISN'T THIS printf PRINTING?
Replies: 7
Views: 5616

Re: Seriously, WHY ISN'T THIS printf PRINTING?

Did you get your printf to work already? Zorg got it right, you need to use VIRTUAL_xxxx instead of WINDOW_xxxx in the printf calls. HOLY CRAP IT WORKED Can't believe it was all because of this VIRTUAL x WINDOW stuff By the way, can someone explain what exactly would be virtual height and width? St...
by viniAb
Sun Jul 12, 2020 5:32 pm
Forum: General
Topic: Seriously, WHY ISN'T THIS printf PRINTING?
Replies: 7
Views: 5616

Re: Seriously, WHY ISN'T THIS printf PRINTING?

That said, if you haven't yet, i'd say get the latest löve version, and the latest push (if you want to use it), since i'm assuming you're another CS50 class taker... it'll be better to use those in the long run imho, after you finish this one that is. I believe my love2d is the latest version (11....
by viniAb
Sun Jul 12, 2020 12:59 am
Forum: General
Topic: Seriously, WHY ISN'T THIS printf PRINTING?
Replies: 7
Views: 5616

Seriously, WHY ISN'T THIS printf PRINTING?

I'm a newbie game developer and am developing my first game (which is just a copy of PONG). The gameplay works just fine, but I can't print anything. Neither the game name at the top, neither the scores. I have tried using the default font, using a different font, using the setColor method to make s...