Tactical Math Returns (TMR) is an eco-friendly multiplayer game, where you can virtually plant trees.
Due to licensing issues we can't publish the source.
Website: tacticalmath.games/
If you can't reach tacticalmath.games, there may be an issue with you DNS servers.
You can change them to Cloudflare 1.1.1.1, Google Public DNS, Quad9 or any other good DNS servers.
You can download the game through the TacticalLauncher for Windows or as a Flatpak for Linux.
The Android version is available on the Google Play Store.
You can get the server as a Docker image from the GitHub Container Registry.
Here is a simple docker-compose.yml for it:
version: "3.9"
services:
tmr_server:
image: ghcr.io/darealroyal/tmr_server:latest
restart: unless-stopped
ports:
- 7777:7777/udp
All game files are also available without any update functonality from the Releases Tab on this Repository.
The .zip file is for Windows and the .tar.xz file is for Linux. The .apk and the .obb is for Android (you need to install both). TMR_Server.tar.xz is the server for Linux.