Initial commit

This commit is contained in:
Jonathan Barrow 2022-08-14 03:58:09 -04:00
commit 8e49609d2b
5 changed files with 21 additions and 0 deletions

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "splatoon-secure"]
path = splatoon-secure
url = https://github.com/PretendoNetwork/splatoon-secure
[submodule "splatoon-authentication"]
path = splatoon-authentication
url = https://github.com/PretendoNetwork/splatoon-authentication

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
update_submodule:
git submodule init
git submodule update --remote --merge
git add -A
git commit -am 'Updated submodules'
git push -u origin master
.PHONY: update_submodule

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# Splatoon
### Pretendo Splatoon server implementation
## What is this?
This repository contains both the authentication and secure server for the Pretendo Splatoon server. Project progress can be found in the repo projects.

@ -0,0 +1 @@
Subproject commit 48e8491c32602c29999970f95d5e957c754f062c

1
splatoon-secure Submodule

@ -0,0 +1 @@
Subproject commit 855906ead93fca844aa006cc505c8d74abe27f15