-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add blog post : Online Game Article #30
Conversation
Move Article.md to src/content/posts/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great post! Thanks a lot for taking the time to write it, I'm certain this will be useful in the future for you, for others or simply if someone wants to go on with the project. In any case I'm sure you learnt all a lot taking on this project and also writing this post!
I have a couple of remarks to make but nothing big:
- the only important one is to add a header, I address it with this thread below: Add blog post : Online Game Article #30 (comment)
- I made a few suggestions when I saw some spelling mistakes, you can commit them with the
Commit sugestion
button directly on GitHub - the post is quite long, a table of content and a conclusion would help a lot I think 🙂
- in English there is no whitespaces before question and exclamation mark:
->end !
end!
, same for?
- I suggested it once (Add blog post : Online Game Article #30 (comment)) but do it for all of them: you can trigger syntax highlight for python in your code block using the keyword
py
added to the first triple backstick:
\```py (without the antislash of course)
python code here
\```
this helps a LOT the reading of code blocks
And that's all! Tks a lot again for your post!
Co-authored-by: ClementMabileau <[email protected]>
Co-authored-by: ClementMabileau <[email protected]>
Co-authored-by: ClementMabileau <[email protected]>
Co-authored-by: ClementMabileau <[email protected]>
Co-authored-by: ClementMabileau <[email protected]>
Co-authored-by: ClementMabileau <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
less comments than last time clearly, I think it's almost ready for publishing!
Co-authored-by: ClementMabileau <[email protected]>
Co-authored-by: ClementMabileau <[email protected]>
Co-authored-by: ClementMabileau <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A very complete work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ZynoXelek This post seems nice feel free to merge the PR via the "Squash and merge" button 😉
An article to explain how we made a multiplayer online game and what we learnt while doing it.
First version.