Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments, Ideas, Suggestions. #6

Open
noooway opened this issue Aug 29, 2017 · 4 comments
Open

Comments, Ideas, Suggestions. #6

noooway opened this issue Aug 29, 2017 · 4 comments

Comments

@noooway
Copy link
Owner

noooway commented Aug 29, 2017

Feel free to post here any comments, suggestions, and other ideas regarding the tutorial.

@dbecker215
Copy link

I just started looking through this. First, thank you for putting the time and energy into this.

It would be nice to have links at the end of the chapters that go straight to the next chapter so that it can easily be worked through like a book.

I'll follow up with more as I work my way through this tutorial over the next week or so.

@dbecker215
Copy link

I just tried to compile the final project just to see what it's supposed to look like and there was an error. The love.audio.newSource() in main.lua (line 3) is missing it's second parameter. I'm assuming it's supposed to be 'stream'.

@noooway
Copy link
Owner Author

noooway commented Jul 26, 2018

I just started looking through this. First, thank you for putting the time and energy into this.

Thank you for your interest and for reporting the issues!

It would be nice to have links at the end of the chapters that go straight to the next chapter so that it > can easily be worked through like a book.

I've places minimal navigational links on the bottom of each page in "Part 1: Prototype".
I'll try to figure out how to format them in a common way:

Previous section             Top               Next section

and update the second part.

@noooway
Copy link
Owner Author

noooway commented Jul 26, 2018

I just tried to compile the final project just to see what it's supposed to look like and there was an error. The love.audio.newSource() in main.lua (line 3) is missing it's second parameter. I'm assuming it's supposed to be 'stream'.

My guess this is due to different version of Love interpreter.
The code in the tutorial was written for Love v.0.9 and the current version is v.11.1.

I'll take a closer look and try to update the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants