Difference between revisions of "Server"

From SBOL Project
Jump to: navigation, search
(Created page with "== Server Binaries == Currently there are no public binaries. Currently we aren't at a stage where the game is functional with our server code. Once we have a release of the s...")
 
(Server Binaries)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Server Binaries ==
 
== Server Binaries ==
Currently there are no public binaries. Currently we aren't at a stage where the game is functional with our server code. Once we have a release of the server software it will be posted here.
+
Currently there are no fully functional public binaries. Currently we aren't at a stage where the game is functional with our server code. Once we have a release of the server software it will be posted here.
 +
 
 +
In the mean time you can download an early build of a working server and client which currently has very limited functionality [http://wiki.sb-online.net/client/SBOL%20Server%20files.zip HERE]. The login with this is
 +
 
 +
'''Username''': test
 +
 
 +
'''Password''': test
 +
 
 +
 
 +
you can create accounts using the DB server using the -createaccount switch further edits can be made using a SQLite DB editor like http://sqlitebrowser.org/
  
 
== Server Source Code ==
 
== Server Source Code ==
The server is currently in its early stages of development. Once we're able to get to the wangan we'll make a public GIT of the project. If you would like to join the development of the SBOL Project please contact us.
+
The server is currently in its early stages of development. It can be found on [https://github.com/tofuman0/SBOL GitHub here]

Latest revision as of 01:50, 4 December 2018

Server Binaries

Currently there are no fully functional public binaries. Currently we aren't at a stage where the game is functional with our server code. Once we have a release of the server software it will be posted here.

In the mean time you can download an early build of a working server and client which currently has very limited functionality HERE. The login with this is

Username: test

Password: test


you can create accounts using the DB server using the -createaccount switch further edits can be made using a SQLite DB editor like http://sqlitebrowser.org/

Server Source Code

The server is currently in its early stages of development. It can be found on GitHub here