Skip to content

harijar/geogame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoGame

Online geographical game where you need to guess a randomly picked country by hints the game displays on screen

Configuration (env)

  • TRIES_LIMIT (integer) how many hints will be given to the user to guess the country
  • BOT_TOKEN (string) Telegram bot token, for user authorization
  • POSTGRES_URL (postgres://user:password@host:port/database)
  • REDIS_URL (redis://user:password@host:port/database)
  • LISTEN_ADDR (0.0.0.0:8080)
  • COOKIE_DOMAIN (example.com)
  • COOKIE_SECURE (boolean)
  • SAME_SITE (integer)
  • CORS_ENABLED (boolean)
  • CORS_ALLOW_ALL_ORIGINS (boolean)
  • CORS_ORIGINS (example.com)
  • CORS_ALLOW_CREDENTIALS (boolean)
  • GIN_MODE (string)
  • LOG_LEVEL (string) level of Zap logs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published