Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ TODO

Like their 3D counterparts, these game engines are ready to go, just rather flatter.

### JoBase

[Website](https://jobase.org) — [PyPI](https://pypi.org/project/JoBase/) — [Source](https://github.com/JoBase/JoBase) — [Docs](https://jobase.org/docs) — [Discord](https://discord.gg/DzHyvZfa5q)

JoBase is a very fast Python game library designed for beginner programmers. Unlike most Python game libraries, it is written in pure C which makes it ideal for performance-critical 2D games.

### PursuedPyBear

[Website](https://ppb.dev/) — [PyPI](https://pypi.org/project/ppb/) — [Source](https://github.com/ppb/pursuedpybear) — [Docs](https://ppb.readthedocs.io/en/stable/) — [Discord](https://discord.gg/s7qx493) — [Twitter](https://twitter.com/pursuedpybear)
Expand Down