A Club Penguin private server written in Python 3
Go to file
2020-02-14 21:58:00 +00:00
docs Fix docs for readthedocs.org 2019-12-03 00:17:56 +00:00
houdini Send error if room is full 2020-02-14 21:58:00 +00:00
.gitattributes Exclude sql from language statistics 2019-03-18 16:26:43 +00:00
.gitignore Remove config.py from .gitignore 2019-12-02 23:46:04 +00:00
bootstrap.py Calculate timezone offset for daylight savings time 2020-02-14 21:23:07 +00:00
houdini.sql Add member_quantity attribute to purchased ninja cards 2020-02-14 21:49:37 +00:00
LICENSE.md Initial commit 2019-03-01 19:39:43 +00:00
README.md Correct README to new server bootstrap syntax 2019-12-02 23:45:17 +00:00
requirements.txt Remove unused requirement 2019-09-09 22:02:59 +01:00

houdini-asyncio

Solero Discord Solero Forum Issue Tracker License

A lightning-fast Club Penguin Private Server written in Python 3.

NOTE: Currently in early-stages development and things are missing!

Features 👾

  • 🕒 Cross-era: Different clients can play together on the same server.
  • Commands: Built-in extensible commands API.
  • 🔌 Powerful Plugin API: Easy and quick to write your own plugins.
  • 💬 Chat-filter: Filter trolls with minimal configuration.
  • 🛡️ Permissions: API to restrict access to server functionality & commands.

Installation

Houdini can be run as a normal Python program under any operating system.

$ git clone https://github.com/solero/houdini-asyncio
$ cd houdini-asyncio
$ pip install -r requirements.txt
$ python bootstrap.py login

Game Screenshots

Screenshot Screenshot Screenshot

Contributing

💗 So glad to hear of your interest!

If you have suggestions for how this project can be improved, or want to report a bug, please feel free to open an issue! We welcome any and all contributions. We listen to all your questions and are always active on the Solero Discord server.

Please note that in this early stage of development we cannot take requests for vanilla Club Penguin features!

License

MIT Licensed