bayganik / EgoCS_RaceCar_Example

A unity 3D example game using EgoCS framework https://github.com/andoowhy/EgoCS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Race Car Example using EgoCS

This is a simple and interactive Unity3d example project to show how to use EgoCs (Entity Component System). EgoCS is an Entity Component System (ECS) Framework specifically made for C# and Unity

Get EgoCS here: https://github.com/andoowhy/EgoCS

Wiki is here : https://github.com/andoowhy/EgoCS/wiki

This example aims to demonstrate :

  1. Create Components, attach them to Entities (GameObjects)

  2. Create Events (to get the systems to communicate)

  3. Create Systems (to do all the logic of the game)

game image

Update Feb 14, 2017 EgoCS author made a few suggestions regarding systems. They have been cleaned up

About

A unity 3D example game using EgoCS framework https://github.com/andoowhy/EgoCS


Languages

Language:C# 54.9%Language:ASP 45.1%