Cannot open a game in 0.10.2
Posted: Mon Jun 01, 2020 2:27 am
Hello. I am currently doing the CS50G online course provided by Harvard. The first assignment consists of modifying a file of Pong to implement a basic AI, but I'm having trouble even getting the game opened.
I am using LÖVE 0.10.2 on mac (before anyone asks, this is the version we're supposed to be using for the course). I tried using the instruction detailed on https://love2d.org/wiki/Getting_Started, but with no luck. Dropping the assignment0 folder (the one that contains the game's files) on the love app, as well as typing "open -n -a love /Users/[My username]/Desktop/assignment0" in the terminal leads to the same result: LÖVE opens, but gives me this screen: https://love2d.org/imgmirrur/Ctk7Cu4.png
What's weird is that if I use the latest version instead, Pong does open, but I get an error message about a variable being nil or something.And if I write a path to a file that does not exist in 0.10.2 it tells me the path does not exist.
Am I missing something? Did the instructions for opening games on the "getting started" page change between versions?
I am using LÖVE 0.10.2 on mac (before anyone asks, this is the version we're supposed to be using for the course). I tried using the instruction detailed on https://love2d.org/wiki/Getting_Started, but with no luck. Dropping the assignment0 folder (the one that contains the game's files) on the love app, as well as typing "open -n -a love /Users/[My username]/Desktop/assignment0" in the terminal leads to the same result: LÖVE opens, but gives me this screen: https://love2d.org/imgmirrur/Ctk7Cu4.png
What's weird is that if I use the latest version instead, Pong does open, but I get an error message about a variable being nil or something.And if I write a path to a file that does not exist in 0.10.2 it tells me the path does not exist.
Am I missing something? Did the instructions for opening games on the "getting started" page change between versions?