Help starting with Ebiten #1851
-
Hello, I am very new to both Golang and Ebiten, so please excuse me if this question is very basic.
The lines of code which stops the program are:
My GOROOT is set to /usr/local/go. I can see that the problem arises because there is no 'v2' folder inside the folder 'ebiten'. But, this is what the example code had. So, I removed the v2 from the line but I am getting a different error as follows:
This might be trivial but please help me through what the problem might be. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi, Did you follow the installation instruction: https://ebiten.org/documents/install.html ? Probably you are missing Thanks, |
Beta Was this translation helpful? Give feedback.
Hi,
Did you follow the installation instruction: https://ebiten.org/documents/install.html ? Probably you are missing
go.mod
or something.Thanks,