Skip to content

BOBONA/BoardGameOnline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoardGameOnline

BoardGameOnline/BGO is an online multiplayer site which uses the Spring framework, designed to be versatile and extendable. It currently includes tic tac toe, checkers, and connect 4. It was made in 2020. An instance is hosted here (with limited functionality due to the hosting plan).

Disclaimer

The online version uses a basic free plan and does not run properly. If you want to see this fully in action, you'll need to run it locally (or give me a nicer server).

Run

The app uses gradle to startup. It expects a postgresql database.

Config

Environment variables:

APP_DOMAIN: <location of site, used in email verification redirect>
DBC_DATABASE_URL: <database url>
JDBC_DATABASE_USERNAME: <database username>
JDBC_DATABASE_PASSWORD: <database password>
MAIL_HOST: <verification email host>
MAIL_USERNAME: <mail username>
MAIL_PASSWORD: <mail password>

Contributing

This project is finished and here for archive purposes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published