Jump to content

Recommended Posts

cpp3mDg.png

Greetings, everyone! I am pleased to announce the release of Houdini, a Club Penguin private server written in Python for the AS2 protocol. As with all of my large projects, Houdini will be hosted on GitHub and will be completely open for everyone to use and contribute to.

You can find the repository to Houdini here.

Aside from the standard Club Penguin stuff, Houdini also has the following features:

  • Hot-reloading; modules are safely reloaded at run-time if a change is detected. Meaning you don't need to restart the server after editing any handler.
  • ORM based database transactions via SQLAlchemy.
  • Bcrypt password hashing.

A lot more is planned for Houdini, including multiplayer games (such as Card Jitsu and Find Four), as well as throttling and plugin systems.

For the time being, report any bugs you find through the issue-tracker on the repository or to me on Discord.

Have a nice day!

  • Like 2
  • Haha 1

Share this post


Link to post
Share on other sites

×