https://github.com/quackster/euclid
A private Habbo Hotel server designed for emulating the V1 (2001) of Habbo written in C# using .NET Core.
https://github.com/quackster/euclid
Last synced: 10 months ago
JSON representation
A private Habbo Hotel server designed for emulating the V1 (2001) of Habbo written in C# using .NET Core.
- Host: GitHub
- URL: https://github.com/quackster/euclid
- Owner: Quackster
- License: gpl-3.0
- Created: 2022-05-31T02:00:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T23:24:52.000Z (over 2 years ago)
- Last Synced: 2025-05-19T02:11:49.800Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 3.8 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Euclid
A private Habbo Hotel server designed for emulating the ~2001 version of Habbo written in C# using .NET Core.
Euclid uses DotNetty for asynchronous TCP sockets and networking. Fluid NHibernate for quick and easy database access and SQL queries on the fly without having to manually write queries and Newtonsoft.Json for JSON serializing and deserializing for various custom item attributes.
## Download
The latest builds for Linux and Windows are found on the [latest](https://github.com/Quackster/Euclid/releases/tag/latest) tag. This project requires .NET 8.
| OS | Download |
|---|---|
| Linux (64-bit) | [Euclid-linux-x64.zip](https://github.com/Quackster/Euclid/releases/download/latest/Euclid-linux-x64.zip) |
| Windows (64-bit) | [Euclid-win-x64.zip](https://github.com/Quackster/Euclid/releases/download/latest/Euclid-win-x64.zip) |
### Cloning this repository
```
$ git clone --recursive https://github.com/Quackster/Euclid
```
**or**
```
$ git clone https://github.com/Quackster/Euclid
$ git submodule update --init --recursive
```
# Images


