-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pacman tutorial website #51
Conversation
387904c
to
1132327
Compare
1132327
to
76d4526
Compare
76d4526
to
1b32275
Compare
I just changed the base to the demo branch and hopefully maybe didn't break stuff during the rebase. |
Come to think of it, that didn't actually make too much sense. I changed to the demo branch because we need to remove some code from the demo so that it can be re-implemented. But of course that part should be merged to main. I'll try and undo the rebase I just did. |
1b32275
to
fb83d68
Compare
fb83d68
to
8fdfb39
Compare
1c1d1ea
to
7dfac0e
Compare
Alrighty, here's a first draft, let me know what you think :) The |
@orzechow I can't actually add you as a reviewer since you opened the PR. I assume you can give feedback anyway and should you be happy, I'll approve my own changes ;-) |
7dfac0e
to
62330f5
Compare
The tutorial quickly starts into the coding part – which I prefer against bloated descriptions 👌 Still, I'm thinking, if we should add a basics section explaining arbitration graphs in general – maybe as a sidelink or so. If short enough, we could add this to the main Readme 🤔 @ll-nick what do you think? |
Yes, that is a very good point. I think a short and concise description in the main README would be the very least of what we should do. |
Or paste some paper content in here. |
…on in cpp file, …)
Spell Pac-Man properly Co-authored-by: ll-nick <[email protected]>
Co-authored-by: ll-nick <[email protected]>
Co-authored-by: ll-nick <[email protected]>
Co-authored-by: ll-nick <[email protected]>
3e25743
to
cbaf5aa
Compare
Thanks a lot for the thorough review and going through the tutorial once more 🙌
Done: d09deff
Alright, first draft: cbaf5aa I won't wait with merging, though. We can further tune that in a small independent PR.
Agree 👍
Rebased onto main |
Let's split a first GitHub pages website from the pacman tutorial website.
This adds the Tutorial
Based on
Closes #28
Depends on #53