Skip to content

Commit 62b08c6

Browse files
committed
added two games to showcase
1 parent ffe81dd commit 62b08c6

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

docs/src/_static/pykart-1.1.png

19.2 KB
Loading

docs/src/_static/suika-in-python.jpg

56.2 KB
Loading

docs/src/showcase.rst

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Showcase
33
********
44

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

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

17+
* - .. image:: _static/suika-in-python.jpg
18+
- `Suika i Python <https://youtu.be/In0EvhenzeQ>`_
19+
20+
:subscript:`made by Ole-Batting. Retrieved 2024-08-18`
21+
22+
A reimplementation of the `Suika Game
23+
<https://en.wikipedia.org/wiki/Suika_Game>`_ in Python /
24+
Pymunk. Combine fruits to make bigger fruits.
25+
26+
Make sure to not miss the second part when Ole-Batting adds proper
27+
sprites to the game! On YouTube `here <https://youtu.be/_4kstHyPtSk>_`
28+
29+
Source code of both part 1 and 2 on on
30+
`Github <https://github.com/Ole-Batting/suika>`_
31+
32+
* - .. image:: _static/pykart-1.1.png
33+
- `PyKart - build and drive your vehicles <https://valdotorium.itch.io/pykart>`_
34+
35+
:subscript:`made by Valdotorium. Retrieved 2024-08-18`
36+
37+
A driving game in which players can drive the vehicles they built in
38+
generated landscapes with physics!
39+
40+
This game comes both as a download, but also as a web version
41+
playable directly in the browser.
42+
1743
* - .. image:: _static/guide-the-ball.png
1844
- `Guide The Ball <https://github.com/francisA88/Guide-The-Ball-1>`_
1945

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

642668

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

646672

0 commit comments

Comments
 (0)