Skip to content

Commit

Permalink
added two games to showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
viblo committed Aug 18, 2024
1 parent ffe81dd commit 62b08c6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
Binary file added docs/src/_static/pykart-1.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/_static/suika-in-python.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 28 additions & 2 deletions docs/src/showcase.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Showcase
********

This page shows some of the many ways Pymunk can be used. I hope you find them
as inspiring as I do!
as inspiring as I do!

If you also have done something using Pymunk please let me know, and I can
add it here!
Expand All @@ -14,6 +14,32 @@ Games
.. list-table::
:widths: 40 60

* - .. image:: _static/suika-in-python.jpg
- `Suika i Python <https://youtu.be/In0EvhenzeQ>`_

:subscript:`made by Ole-Batting. Retrieved 2024-08-18`

A reimplementation of the `Suika Game
<https://en.wikipedia.org/wiki/Suika_Game>`_ in Python /
Pymunk. Combine fruits to make bigger fruits.

Make sure to not miss the second part when Ole-Batting adds proper
sprites to the game! On YouTube `here <https://youtu.be/_4kstHyPtSk>_`

Source code of both part 1 and 2 on on
`Github <https://github.com/Ole-Batting/suika>`_

* - .. image:: _static/pykart-1.1.png
- `PyKart - build and drive your vehicles <https://valdotorium.itch.io/pykart>`_

:subscript:`made by Valdotorium. Retrieved 2024-08-18`

A driving game in which players can drive the vehicles they built in
generated landscapes with physics!

This game comes both as a download, but also as a web version
playable directly in the browser.

* - .. image:: _static/guide-the-ball.png
- `Guide The Ball <https://github.com/francisA88/Guide-The-Ball-1>`_

Expand Down Expand Up @@ -640,7 +666,7 @@ List of papers which has used or mentioned Pymunk:
"Dynamic Robot Path Planning Among Crowds in Emergency Situations."


List last updated 2024-04-28. If something is missing or wrong, please contact
List last updated 2024-08-18. If something is missing or wrong, please contact
me!


Expand Down

0 comments on commit 62b08c6

Please sign in to comment.