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

Fish Fight version of ‘Platformer Book’ #88

Open
erlend-sh opened this issue Sep 3, 2021 · 3 comments
Open

Fish Fight version of ‘Platformer Book’ #88

erlend-sh opened this issue Sep 3, 2021 · 3 comments
Assignees
Labels
help wanted Extra attention is needed topic:documentation Improvements or additions to documentation

Comments

@erlend-sh
Copy link
Member

erlend-sh commented Sep 3, 2021

We should eventually have our own version of this booklet to onboard new contributors:

https://not-fl3.github.io/platformer-book/intro.html

Anyone is welcome to have a go at writing one of the missing pages of the tutorial, or rewriting the existing pages using our game as the reference codebase. Start an issue or chat with us about it and we’ll walk you through it.

Because FF uses Macroquad, we gotta start off explaining how to use mq. The tutorial will basically make a lightweight reimplementation of Fish Fight as a demonstration of how to make a game with Mq.

So this tutorial will explain how to make a game exactly like Fish Fight. But because the Fish Fight codebase itself is a fast moving target, we’re not gonna couple the tutorial to the exact production game.


A good start would be the first three that are missing in the booklet:

  • Game core
  • Game loop
  • World

The way to approach the writing is very simple:

  1. Inspect Fish Fight source code and ask #code channel Macroquad discord some initial questions about “what is game core?”
  2. Write a stub of 50-100 words about ‘game core’ and check in with community. advisors again to make sure it makes sense.
  3. Extend the stub by 2-3x words and finish the doc.
@erlend-sh erlend-sh added topic:documentation Improvements or additions to documentation help wanted Extra attention is needed good first issue Good for newcomers labels Sep 3, 2021
@erlend-sh
Copy link
Member Author

We will be adopting the same docs strategy that @cdsupina has implemented for Theta Wave: https://github.com/thetawavegame/thetawave-legacy/tree/master/book

Our /docs folder will eventually be refactored to mdbook standards, so we can build a static website from our .md files. There will be at least two sections:

  1. Platformer Tutorial
  2. Fish Fight internals

The internals section will cover the types of tutorials we’re currently adding to /docs.

@tigleym
Copy link
Collaborator

tigleym commented Oct 13, 2021

Hey @erlend-sh / @cdsupina I've got a working version on a fork of the repo at: https://tigleym.github.io/FishFight/

Some more info on this:

  • Static assets for the website are generated and being served on the gh-pages branch.
  • This process is automated using a GitHub action. On the forked repo, we trigger a new build and deploy the book whenever we push to the book_dev branch. This of course can be modified to another branch.

Let me know what either of you think about this!

@erlend-sh
Copy link
Member Author

That’s exactly what we want 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed topic:documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

4 participants