Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/humbertodias/unity-real-time-strategy-game
- Owner: humbertodias
- Created: 2017-02-25T15:36:59.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T02:53:25.000Z (11 months ago)
- Last Synced: 2024-11-10T20:37:58.447Z (about 2 months ago)
- Topics: game, real-time-strategy, unity
- Language: C#
- Homepage: https://humbertodias.github.io/unity-real-time-strategy-game
- Size: 15.7 MB
- Stars: 25
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)