Having little issues getting started with Noble #84
Unanswered
erickwatson
asked this question in
Support Requests
Replies: 1 comment
-
Okay, this makes sense now haha |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
I'm a fairly basic coder, mostly experienced in C# and Notepad++, not really experienced with Lua but I've got a Playdate now so I wanted to give it a crack!
I've followed the instructions to the best of my abilities, and am embarking on my adventure reading the docs and seeing what's the deal.
I've got VSCode hooked up so as to launch the Simulator on Run, and have successfully run the example scene, so I'm taking my first steps, and in the docs it has this string:
It says "Engine initialization. Run this once in your main.lua file to begin your game."
I put an import 'scenes'/StartingScene' in main, copy/pasted the above string into the main, and the error I'm getting is:
Unsure how to proceed or what I'm doing wrong, and then there's the many other errors down the line, all unique in some way:
Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions