diff options
| author | Fuwn <[email protected]> | 2021-03-17 19:46:15 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-17 19:46:15 +0000 |
| commit | 6c6399de4f016b4313437d517ef801ff22bfa0de (patch) | |
| tree | f9cbcde2a6c0ebc9d0dfc6bd66c6e83804b06851 | |
| parent | Create MAINTAINERS (diff) | |
| download | whirl-6c6399de4f016b4313437d517ef801ff22bfa0de.tar.xz whirl-6c6399de4f016b4313437d517ef801ff22bfa0de.zip | |
chore: spice up readme.
| -rw-r--r-- | README.md | 29 |
1 files changed, 27 insertions, 2 deletions
@@ -1,2 +1,27 @@ -# Whirl -Whirl, an open-source [worldserver](http://dev.worlds.net/private/GammaDocs/WorldServer.html) implementation in [Rust](https://www.rust-lang.org/). +<p align="center"> + <a href="https://github.com/Whirlsplash/whirl"> + <img src="https://raw.githubusercontent.com/Whirlsplash/assets/master/Whirl.png" alt="Whirl icon" width="220" /> + </a> +</p> +<h1 align="center"> + Whirl, an open-source <a href="http://dev.worlds.net/private/GammaDocs/WorldServer.html">WorldServer</a> implementation in <a href="https://www.rust-lang.org/">Rust.</a> +</h1> + +## Purpose +Two *main* reasons; +1. Worlds' official servers are old, slowly deteriorating, and *probably unmaintained*. +2. Worlds is **old**. The shutdown of the servers is inevitable. + +TLDR: To keep Worlds' legacy going for future generations. + +## Usage +Work-in-progress. + +## Documentation +Work-in-progress. + +## Contributing +Work-in-progress. + +### License +[GNU General Public License v3.0](./LICENSE) |