[Python] Icarus server from 2016 (asyncoro, pymysql)

Quackster

Administrator
Staff member
Administrator
Hello,

This is just a small base I wrote in 2016 and then decided to put it up, fix it up, update it to 2017 production revision and patch any bugs that this had.

Features

- 2017 revision support
- Database access
- Authentication
- Navigator somewhat started
- Room entry started
- Walking
- Pathfinding
- Leaving room

How to install dependencies

If you have pip installed, just type these commands below, to install asyncoro:

Code:
pip install asyncoro

And to install pymysql

Code:
pip install pymysql

Screenshots

BqcHNw7.png


bMPpBpu.png


Iu118VR.png


Source code

Source: https://github.com/Quackster/Icarus-Python/

Database: https://github.com/Quackster/Icarus-Python/raw/master/icarusdb.sql

SWF production: https://h4bbo.net/archive/Habbo Client Data/Flash/zipped_swf/PRODUCTION-201710172204-432325793.zip

Feel free to use this as a base, and please give credits back to me. :eek:tt1:
 
Last edited:
A Python server? That's pretty cool! Sadly Python gives me bad memories to my first Python teacher >< (jk jk)
 
Back
Top