AllinolCP / houdini-asyncio

A Club Penguin private server written in Python 3

Home Page:https://houdini.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

houdini-asyncio

Solero Discord Solero Forum Issue Tracker License Documentation

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

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

About

A Club Penguin private server written in Python 3

https://houdini.readthedocs.io/

License:MIT License


Languages

Language:Python 99.8%Language:Dockerfile 0.2%