We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 476f048Copy full SHA for 476f048
README.md
@@ -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
23
+export TERM=xterm && nohup ./TMR_Server.x86_64 </dev/null &>/dev/null &
24
0 commit comments