Closed TechComSpot closed 4 years ago
You're trying to run the app by only using one file main.go
, you need to run the all the files in the directory. So run: go run .
instead of go run main.go
. Keep in mind this repo isn't all the way up to date with my local stuff and the game isn't really fully playable at the moment.
Awesome :))) I did it :))) Thank you @otraore for help and a quick response :) Sorry for such stupid questions.
You're fine, your question was not stupid. Hope you have fun messing around with the code, but take everything in here with a grain of salt for now, there's a lot of stuff that's not ideal at the moment.
Thank you. No problem I am not a good developer at all, so your code is fine and the game is good too :)
On Sat, Jun 20, 2020, 6:19 PM Ousmane Traore notifications@github.com wrote:
You're fine, your question was not stupid. Hope you have fun messing around with the code, but take everything in here with a grain of salt for now, there's a lot of stuff that's not ideal at the moment.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/otraore/space-shooter/issues/1#issuecomment-647008719, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACJUWLL6RBVAQ2RL3JMR3PDRXTHQDANCNFSM4ODNGZ7A .
Hi @otraore.
I have installed all dependencies including go, engo, etc but when I try to run a game I got next error: Can you advice, please ??