Skip to content
/ isles Public

Building an open source 3D real time strategy game!

License

Notifications You must be signed in to change notification settings

yufeih/isles

Repository files navigation

Isles: An open source 3D real-time strategy game

build status

This project aims to build an open source multiplayer 3D real-time strategy game platform that enables the community to create customized content and gameplay.

The game is playable today with 1 map and 1 race. Video footage showcasing the current gameplay:

Isles gameplay

Installation

To install the game, download the latest artifact from the main branch GitHub action.

Supported platforms: Windows, MacOS, Linux.

Build from Source

Prerequisite:

  1. Run git submodule update --init --recursive to fetch all dependencies.
  2. Run ./build.ps1 on Windows and ./build/sh on other systems to produce binary files under out folder.
  3. Run dotnet build for C# only changes.

The only way to rebuild shaders (*.fx files) today is using Visual Studio on Windows due to dependency on Microsoft.HLSL.CSharpVB.