Skip to content

Instantly share code, notes, and snippets.

View oestrich's full-sized avatar
🔡
Making text games

Eric Oestrich oestrich

🔡
Making text games
View GitHub Profile
@oestrich
oestrich / sound.md
Last active November 6, 2019 05:54
Grapevine Sound GMCP Messages
@oestrich
oestrich / linux.md
Last active September 19, 2019 14:57

Long

Operating System: Linux
CPU Information: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
Number of Available Cores: 8
Available memory: 61.04 GB
Elixir 1.9.0
Erlang 22.0.4
zones "claybrook" {
name = "Clay Brook"
}
rooms "town_square" {
name = "Town Square"
description = "You are in the town square."
features = [
{
@oestrich
oestrich / heartbeat.json
Created November 21, 2019 03:22
Heartbeat with extra player metadata
{
"event": "heartbeat",
"payload": {
"players": [
"player",
{"name": "eric", "status": "idle", "idleTime": 6000, "title": "a wizard"},
{"name": "odo", "status": "active", "title": "a cat"}
]
}
}
@oestrich
oestrich / behavior trees
Created May 9, 2020 16:43
Kalevala benchmarking - 2020-05-09
Operating System: Linux
CPU Information: AMD Ryzen Threadripper 3970X 32-Core Processor
Number of Available Cores: 64
Available memory: 125.73 GB
Elixir 1.10.0
Erlang 22.2.5
Benchmark suite executing with the following configuration:
warmup: 2 s
time: 5 s