Skip to content

minimal version of telluriumgames to run game

Notifications You must be signed in to change notification settings

charlesmsiegel/tg

Repository files navigation

Introduction

Put description here

Set up

Secrets

You need to create the file tg/secrets.py, with the lines

SECRET_KEY = 'YOUR_SECRET_KEY'
API_KEY = 'YOUR_API_KEY'

You can generate keys from the python runtime with

import secrets
print(secrets.token_urlsafe(50))

About

minimal version of telluriumgames to run game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages