Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/humbertodias/unity-real-time-strategy-game

Unity Real Time Strategy Game
https://github.com/humbertodias/unity-real-time-strategy-game

game real-time-strategy unity

Last synced: about 2 months ago
JSON representation

Unity Real Time Strategy Game

Awesome Lists containing this project

README

        

[![gh-pages](https://github.com/humbertodias/unity-real-time-strategy-game/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/humbertodias/unity-real-time-strategy-game/actions/workflows/gh-pages.yml)

# Unity RTS Game

Unity Real Time Strategy Game following the tutorial:

[Noobtuts - RTS](https://noobtuts.com/unity/real-time-strategy-game)

# Prerequires

1. [Unity](https://unity3d.com/pt/get-unity/download) 2021.3.11f1+

# Game

![](doc/output.png)

# How to run

### Web

[Play](https://humbertodias.github.io/unity-real-time-strategy-game)

### Desktop

```shell
curl https://raw.githubusercontent.com/humbertodias/unity-real-time-strategy-game/main/run.sh | sh
```

# References

1. [Noobtuts - RTS](https://noobtuts.com/unity/real-time-strategy-game)