https://github.com/ingwarsw/tinyfugue
TinyFugue - Rebirth
https://github.com/ingwarsw/tinyfugue
c mud mud-client tf tinyfugue
Last synced: 9 months ago
JSON representation
TinyFugue - Rebirth
- Host: GitHub
- URL: https://github.com/ingwarsw/tinyfugue
- Owner: ingwarsw
- License: other
- Created: 2014-06-25T17:45:39.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T07:52:36.000Z (10 months ago)
- Last Synced: 2025-03-29T17:09:57.232Z (9 months ago)
- Topics: c, mud, mud-client, tf, tinyfugue
- Language: C
- Homepage:
- Size: 1.35 MB
- Stars: 68
- Watchers: 20
- Forks: 38
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
- awesome-muds - TinyFugue Rebirth
README
TinyFugue - Rebirth
=====================
[](https://github.com/ingwarsw/tinyfugue/actions/workflows/build.yml)
[](https://github.com/ingwarsw/tinyfugue/releases/latest)
This project is meant to give rebirth to TinyFugue MUD client.
Because Ken Keys is not activelly developing it from 6 years and i gathered a lot of pathes over that time in that time i decided to push them together.
# New features
### Python support
To enable:
```
./configure --enable-python
```
### Lua support
To enable:
```
./configure --enable-lua
```
### Widechar support
Widehar is enabled by default.
Widechar requires icu libraries to be installed on system (libicu-dev on ubuntu).
To disable:
```
./configure --disable-widechar
```
### New telnet options
- ATCP
- GMCP
- option 102
```
To enable compile with:
--enable-atcp enable ATCP support
--enable-gmcp enable GMCP support
--enable-option102 enable telnet option 102 support
```
### New logging options
- Timestamp logging
- Ansi logging
## New versioning scheme
Because version was not changed ower last 14 years I have decided to go with normal versioning to allow easy distinguish different new versions.
I started with version 5.1.0 and will use try to follow [Semantic Versioning](https://semver.org/)
## Copyright
Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2002, 2003, 2004, 2005, 2006-2007 Ken Keys (kenkeys@users.sourceforge.net)
http://tinyfugue.sourceforge.net/
[Original README](README.orig)