Skip to content

Commit 476f048

Browse files
committed
Initial commit
0 parents  commit 476f048

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Tactical Math Returns
2+
3+
TMR is an eco-friendly multiplayer game, where you can virtually plant trees. Made with Unity 2020.1.
4+
Due to licensing issues we can't publish the source here on GitHub.
5+
6+
Website: [https://tacticalmathreturns.netlify.app/](https://tacticalmathreturns.netlify.app/)
7+
8+
## How to run
9+
10+
### Windows
11+
12+
run the .exe file
13+
14+
### Linux Headless Server
15+
16+
```bash
17+
export TERM=xterm && ./TMR_Server.x86_64
18+
```
19+
20+
Run in background:
21+
22+
```bash
23+
export TERM=xterm && nohup ./TMR_Server.x86_64 </dev/null &>/dev/null &
24+
```

0 commit comments

Comments
 (0)