All Projects → ChatTheatre → SkotOS

ChatTheatre / SkotOS

Licence: other
Open Source version of the SkotOS narrative prose library, using the DGD driver.

Programming Languages

c
50402 projects - #5 most used programming language
javascript
184084 projects - #8 most used programming language
Yacc
648 projects
shell
77523 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to SkotOS

embedded-sps
Embedded i2c Driver for Sensirion Particulate Matter Sensors - Download the Zip Package from the Release Page
Stars: ✭ 36 (+71.43%)
Mutual labels:  driver
stunt
LambdaMOO with multiple inheritance, anonymous objects, HTTP, JSON <-> MOO translation, better crypto, a map datatype and a RESTful interface.
Stars: ✭ 67 (+219.05%)
Mutual labels:  mud
Paperino
E-Paper display library for the Particle & Arduino family.
Stars: ✭ 35 (+66.67%)
Mutual labels:  driver
hwidspoofer
HardwareID Spoofer using kernelmode
Stars: ✭ 68 (+223.81%)
Mutual labels:  driver
guildmud
A SocketMUD-based Multi-User Dungeon built and managed by the members of The MUD Coders Guild.
Stars: ✭ 26 (+23.81%)
Mutual labels:  mud
KMAC
Some usefull info when reverse engineering Kernel Mode Anti-Cheat
Stars: ✭ 31 (+47.62%)
Mutual labels:  driver
wfx-fullMAC-driver
Silicon Laboratories WFx Wi-Fi Full-MAC driver
Stars: ✭ 14 (-33.33%)
Mutual labels:  driver
dumserver
A modern MU* engine re-imagined, actively developed and properly tracked.
Stars: ✭ 54 (+157.14%)
Mutual labels:  mud
embedded-ccs811-rs
Platform agnostic Rust driver for the CCS811 ultra-low power digital gas sensor for monitoring indoor air quality
Stars: ✭ 12 (-42.86%)
Mutual labels:  driver
rust-radio-sx127x
Rust driver for the Semtech SX127x series of Sub-GHz LoRa/ISM radio transceivers
Stars: ✭ 21 (+0%)
Mutual labels:  driver
crystal-sqlite3
SQLite3 bindings for Crystal
Stars: ✭ 118 (+461.9%)
Mutual labels:  driver
soxy-driver
A docker networking driver that transparently tunnels docker containers TCP traffic through a proxy
Stars: ✭ 25 (+19.05%)
Mutual labels:  driver
LandOfTheRair
Land of the Rair is a full-blown MORPG styled like the MUDs of olde, featuring hours upon hours of gameplay.
Stars: ✭ 20 (-4.76%)
Mutual labels:  mud
ant-arduino
An implementation of a ANT driver for Arduino, Mbed and ESP-IDF
Stars: ✭ 69 (+228.57%)
Mutual labels:  driver
linux nvidia jetson
Allied Vision CSI-2 camera driver for NVIDIA Jetson Systems. Currently supporting Nano, TX2, AGX Xavier, and Xavier NX. Support for TX2 NX coming soon.
Stars: ✭ 68 (+223.81%)
Mutual labels:  driver
phaChat
a web chat by node.js 一个基于 node.js 的多人 web 聊天室
Stars: ✭ 18 (-14.29%)
Mutual labels:  chatroom
aardwolfclientpackage
Get the Aardwolf MUSHclient Package installer at
Stars: ✭ 79 (+276.19%)
Mutual labels:  mud
cdrs-tokio
High-level async Cassandra client written in 100% Rust.
Stars: ✭ 54 (+157.14%)
Mutual labels:  driver
vboxpower
VirtualBox Power Driver for MAAS
Stars: ✭ 107 (+409.52%)
Mutual labels:  driver
bubbly
Full stack chat application created w/ Next.js, Socket.IO, Express, React and TypeScript
Stars: ✭ 24 (+14.29%)
Mutual labels:  chatroom

SkotOS Open Source Game Library

Remember MUDs? Early massively-multiplayer network games, sometimes pre-Internet? Text-input, text-output?

Skotos Tech, from 1999 to 2020, made MUDs "that were more social, more dynamic, more interactive, more realistic, and more story-focused than anything that had been seen before." They were a critical success but never a commercial powerhouse. Eventually they stopped...

But the MUD world's loss is your gain. Skotos Tech released their twenty-year game engine as open source.

SkotOS is that game engine. ChatTheatre is the organisation maintaining it.

Twenty years of good ideas and bad, authors and programmers, interesting failures and enjoyable successes have been built on this code and its (many) earlier versions. You can find fragments of those attempts in various ChatTheatre repositories on GitHub. There are others, hidden away in dark corners that may be added as we locate them.

You can use SkotOS to build your own games, probably starting from a simple one. You should start from the extensive documentation in GitHub Pages.

SkotOS's technical foundations are built atop a somewhat-bizarre interpreted language called DGD which combines MUD-specific origins with features so advanced no mainstream language has them yet and a paid premium version that presents multiple cores as a much faster single core in a way that is generally considered impossible. You can download the binaries for free right now and try it for yourself if you'd like to fact-check that claim.

If you just want to play a SkotOS-based game, these are good choices:

You can also try out a small SkotOS-based stage at The Gables.

Status

The SkotOS codebase has transitioned from "unreleased, unsupported and nearly unusable" to "usable by the brave and determined." As the description above suggests, this is not a smooth and easy experience. You'll have an easier time if your team includes at least one skilled developer and at least one skilled writer willing to use annoying interfaces. Those two can be the same person if they have a lot of free time.

SkotOS does not require great sophistication in modern web technologies. There's just enough of that to wrap an old-style monolithic application server and attach it to the current internet.

We'd be happy to accept any code changes you feel like contributing back. In the mean time we'll keep rehabilitating, exploring and documenting, little by little. You can also help out by putting together your own game that uses SkotOS even if you're not really messing with the core of SkotOS. Documentation is good too. We can always use more of that.

Dev Installation

Are you on a Mac? If you run deploy_scripts/mac_setup/mac_setup.sh, the script will check out the other repos you need such as DGD itself, the websockets tunnel and the dev-mode authentication server. It will even patch DGD for you before building it. All those repos will wind up under your checked-out SkotOS Git repo.

We don't currently support a Linux or Windows local dev install. We do support a Linux production deployment using Linode Stackscripts as an example. You can easily reuse those shell scripts to install on your VM provider of choice, or on physical hardware.

There's also a Docker installation, used for purposes like CI.

Docs

See SkotOS-Doc.

Copyright & Open Source Licenses

The library (SkotOS) and the shared game code and objects in this repository or copyright © 1999-2018 by Skotos Tech, Inc..

The library itself (all the portions written in LPC) and library documentation are licensed under the GNU Affero General Public License 3.0. All other documentation, the shared game code and common objects (written in a combination of Merry code & XML data) are licensed under the Creative Commons Attribution Share-Alike 3.0 license. There is no requirement to release your own game code and objects under any open source license, but any derivative works of the library (AGPL) or contributions to the shared game code and objects (CC-SA) must be released under the same license. All uses of this code must prominently give attribution to "Skotos Tech, Inc" and link to https://www.skotos.net .

Contributions

We welcome contributions back to this library and to shared game code and objects, but we do require a Contributors License to be signed by any contributor. The contributors license is still a work-in-progress, contact Shannon Appelcline [email protected] for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].