Skip to content

Cxyda/MiniRTS-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MiniRTS-Tutorial

There is a blogpost about this project, which can be found at https://cxyda.github.io/

This project is about how to implement common game systems used in RTS games. I will also implement multiplayer support. The network architecture will be a lockstep simulation, which is quite common for games in the RTS genre.

I’m going to focus on a good architecture which should allow you to learn from it and extend it to a big project without suffering from a fast but hacky implementation. This of course comes with a drawback. Some implementations might look cumbersome at first or even like overkill for such a small project, but the goal of this series is not to get basic systems working but to create a solid foundation for any RTS project. I assume you have at least basic knowledge about Unity, so this series will not explain you how to do basic thing in Unity. If you are stuck on some steps, I’m sure google can help you out. Otherwise, feel free to drop me some lines.

There won’t be any fancy graphics, so don’t be disappointed that it looks bad at the end. I’ll also keep in mind that you might want to replace my coder artwork with your own to start the next big RTS hit.

This project will use Extenject (formerly know as Zenject) for Dependency Injection.

Content of this series (might change on the go)

Technology used

  1. Unity3D 2021.1.15f1
  2. Extenject (Zenject) framework
  3. Photon Engine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors