#pragma once

#include <string>

#include "random.h"

//please don't put mutable state here

const int NUM_LEVELS = 26;
const int NAME_LENGTH = 10;
const std::string VALID_NAME = "abcdefghijklmnopqrstuvwxyz _ABCDEFGHIJKLMNOPQRSTUVWXYZ";