Couch multiplayer with your mobile phone as controller
Get prebuilt version as zip archive from latest release
The game starts HTTP server on your PC on 8080 port (by default).
You need to open a page in your mobile browser by IP address of your PC.
To find out the IP (on windows)
- Open command line
- Type
ipconfig - Look for lines with
IPv4 Address. Usually IP address will be in format192.168.xxx.xxx - In your mobile browser go to that address with
8080port. For example192.168.1.23:8080
$ git clone https://github.com/Badrpas/goguming.git
$ cd goguming$ makeThis builds web client and game executable
$ make run$ make build runBind on a custom address
-addr 0.0.0.0:7331Run a specific level
-level levels/mylevel.tmxYou can use Tiled to open .tmx files in levels dir to edit or create new levels
