Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 645 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 645 Bytes

Gainea

Screenshot

  • Multiplayer strategy game based on the popular boardgame Risk
  • World layout comes from an actual boardgame I made as a kid

Play Online

Download latest game builds at https://gainea.de

If the game-server status is online you can connect your game clients with gainea.de and open or join a lobby

Installation

  1. Checkout project
  2. Install the network library: Installation instructions

Run Server

gradlew runServer

Run Client

Desktop:

gradlew runDesktop

Android:

gradlew runAndroid