Skip to content

Badrpas/goguming

Repository files navigation

goguming

Couch multiplayer with your mobile phone as controller

Screenshot

Download

Get prebuilt version as zip archive from latest release

How to

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 format 192.168.xxx.xxx
  • In your mobile browser go to that address with 8080 port. For example 192.168.1.23:8080

Build and run from source

Prerequisites

Get the sources

$ git clone https://github.com/Badrpas/goguming.git
$ cd goguming

Build

$ make

This builds web client and game executable

Run

$ make run

Or both in one step

$ make build run

CLI options

Bind on a custom address

-addr 0.0.0.0:7331

Run a specific level

-level levels/mylevel.tmx

Custom levels

You can use Tiled to open .tmx files in levels dir to edit or create new levels

About

Couch multiplayer with your mobile phone as controller

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages