Compare commits

...

3 Commits

Author SHA1 Message Date
abf866c078 Merge pull request 'added player g6, initial score 0' (#3) from g6/LaiNomic:master into master
player 3 has joined the game
2021-03-08 18:38:25 -05:00
13154d6ac7 Added some helpful instructions 2021-03-08 18:38:05 -05:00
Gabe Meikle
cc2da48f5e added player g6, initial score 0 2021-03-09 12:09:30 +13:00
2 changed files with 14 additions and 0 deletions

1
players/002-g6 Normal file
View File

@ -0,0 +1 @@
0

13
tools/flow.md Normal file
View File

@ -0,0 +1,13 @@
# Managing Game Flow
## Joining the game
* create an account on git.lain.church
* fork the iwakuraLain/LaiNomic repo
* add your player file, following the rules
* commit your work to your fork
* create a pull request to the iwakuraLain/LaiNomic
## Keeping your fork up to date
* clone your fork to your local computer
* run `git remote add upstream https://git.lain.church/iwakuraLain/LaiNomic`
* in order to pull in commits, run `git pull upstream master`
* you can then push the changes to your fork