https://github.com/zesterer/teloren
A command-line frontend for Veloren
https://github.com/zesterer/teloren
ansi gamedev multiplayer rpg rust terminal veloren voxel
Last synced: 7 months ago
JSON representation
A command-line frontend for Veloren
- Host: GitHub
- URL: https://github.com/zesterer/teloren
- Owner: zesterer
- License: gpl-3.0
- Created: 2019-07-02T21:38:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T19:56:04.000Z (almost 2 years ago)
- Last Synced: 2025-04-08T06:42:12.871Z (about 1 year ago)
- Topics: ansi, gamedev, multiplayer, rpg, rust, terminal, veloren, voxel
- Language: Rust
- Homepage: https://www.veloren.net
- Size: 1.4 MB
- Stars: 96
- Watchers: 5
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Teloren ('Telnet' + 'Veloren')

Teloren is an ANSI-compatible terminal frontend to Veloren, the multiplayer RPG voxel game written in Rust.
Teloren is currently still very much a work in progress and I strongly recommend you play with the [3D frontend](https://www.veloren.net) first.

## Usage
Start Teloren using the following arguments:
```
teloren --username YOUR_LOGIN --password YOUR_PASSWORD --character YOUR_CHARACTER
```
Optionally, you may also specify `--server` and `--port` arguments to play on something other than the main public server.
## Status
Currently implemented
- World rendering
- Object rendering
- Basic movement
- Basic HUD
- Basic combat
- Inventory manipulation
- Accepting a group invite
- Chat
To be implemented
- Build mode
- Lighting
- Who's near you
- Picking up objects
## Why?
Veloren's engine has been deliberately designed in an extremely modular manner.
As a result, graphical frontends are entirely decoupled from the client library itself, and so writing alternative frontends for the game is actually quite easy.