pythonarcade / arcade

Easy to use Python library for creating 2D arcade games.
http://arcade.academy
Other
1.71k stars 330 forks source link

Add font preview, fix giant snake, and start adding missing 3.0 content #2432

Open pushfoo opened 1 month ago

pushfoo commented 1 month ago
  1. Add missing font previews per Digi's feedback
  2. Stop the resource snake from being huge
  3. Rewrite front page to be punchier per Digi reactions / https://github.com/pythonarcade/arcade/issues/2325#issue-2433955130
  4. Make resource page sort order deterministic and configurable
  5. Explain 2.6.X plans somewhere other than issue comments and Discord
  6. Put the links include into rst_prolog where it belongs[^1]
  7. Mark a lot of awful with # pending: post-3.0 cleanup

[^1]: Perhaps not how it belongs, but I am out of caring on this until 3.0's out

pushfoo commented 4 weeks ago

I rebased this onto development branch.

pushfoo commented 3 weeks ago

Changes:

  1. Removed out-of-scope section
  2. Rebased onto development