Skip to content

Skyl3r/AMDOnlyRTS

Repository files navigation

AMD Only RTS

This is a highly moddable, cross platform and open source RTS game (That only runs on AMD). The core idea is that every feature is built behind interfaces allowing a high level of abstraction between things such as Graphics and Rendering and the Game Engine itself.

Index

Technology

  • .Net Core
  • Lua
  • SignalR
  • Love2d

Build Guide

Linux

  1. Install dotnet-sdk-3.0 via Microsoft's repository
  2. (Optional) Install Visual Studio Code
  3. Clone repository: git clone https://github.com/Skyl3r/AMDOnlyRTS
  4. Open the root folder in Visual Studio Code
  5. Build from terminal to get all prerequisites: dotnet build ./Core/AMDOnlyRts.Core.csproj

Windows

  1. Install .NET Core SDK 3.0 from Microsoft's website
  2. (Optional) Install Visual Studio Code
  3. Clone this repository using git clone https://github.com/Skyl3r/AMDOnlyRTS or your choice of git client.
    • If you would like to install git, an easy way to do so is via the Chocolatey package manager. With Chocolatey installed, simply run choco install git
  4. Open the root folder in Visual Studio Code
  5. Build from commandline to get all prerequisites: dotnet build Core/AmdOnlyRts.Core.csproj

Wanna get involved?

Join us on our Freenode IRC channel: #AMDOnlyRTS

Credits

Free art assets from user Hyptosis at Open Game Art

About

Highly modular RTS built to be cross platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages