All Projects → RomanZhu → Endless Runner Entitas Ecs

RomanZhu / Endless Runner Entitas Ecs

Licence: mit
Runner template for Unity

Projects that are alternatives of or similar to Endless Runner Entitas Ecs

Gdk For Unity
SpatialOS GDK for Unity
Stars: ✭ 296 (+621.95%)
Mutual labels:  ecs, game, unity, game-development, entity-component-system
Gdk For Unity Fps Starter Project
SpatialOS GDK for Unity FPS Starter Project
Stars: ✭ 119 (+190.24%)
Mutual labels:  ecs, game, unity, game-development, entity-component-system
Entitas Sync Framework
Networking framework for Entitas ECS. Targeted at turnbased games or other slow-paced genres.
Stars: ✭ 98 (+139.02%)
Mutual labels:  ecs, game, unity, game-development, entity-component-system
Entitas Csharp
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Stars: ✭ 5,393 (+13053.66%)
Mutual labels:  ecs, game, unity, game-development, entity-component-system
Defaultecs
Entity Component System framework aiming for syntax and usage simplicity with maximum performance for game development.
Stars: ✭ 286 (+597.56%)
Mutual labels:  ecs, game, game-development, entity-component-system
Anything about game
A wonderful list of Game Development resources.
Stars: ✭ 541 (+1219.51%)
Mutual labels:  ecs, game, unity, game-development
Unity resources
A list of resources and tutorials for those doing programming in Unity.
Stars: ✭ 170 (+314.63%)
Mutual labels:  ecs, game, unity, game-development
Kengine
Entity-Component-System (ECS) with a focus on ease-of-use, runtime extensibility and compile-time type safety and clarity.
Stars: ✭ 417 (+917.07%)
Mutual labels:  ecs, game, game-development, entity-component-system
Ecs
LeoECS is a fast Entity Component System (ECS) Framework powered by C# with optional integration to Unity
Stars: ✭ 578 (+1309.76%)
Mutual labels:  ecs, unity, game-development, entity-component-system
Entitas Cpp
Entitas++ is a fast Entity Component System (ECS) C++11 port of Entitas C#
Stars: ✭ 229 (+458.54%)
Mutual labels:  ecs, game, game-development, entity-component-system
Svelto.ecs
Svelto ECS C# Lightweight Data Oriented Entity Component System Framework
Stars: ✭ 605 (+1375.61%)
Mutual labels:  ecs, unity, game-development, entity-component-system
Ecsrx
A reactive take on the ECS pattern for .net game developers
Stars: ✭ 288 (+602.44%)
Mutual labels:  ecs, unity, game-development
Godex
Godex is a Godot Engine ECS library.
Stars: ✭ 307 (+648.78%)
Mutual labels:  ecs, game-development, entity-component-system
Etengine
Realtime 3D Game-Engine with a focus on space sim. Written in C++ 14
Stars: ✭ 408 (+895.12%)
Mutual labels:  ecs, game-development, entity-component-system
Noahgameframe
A fast, scalable, distributed game server engine/framework for C++, include the actor library, network library, can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal.
Stars: ✭ 3,258 (+7846.34%)
Mutual labels:  game, unity, game-development
Texturepanner
This repository hosts a shader for Unity3D whose main goal is to facilitate the creation of neon-like signs, conveyor belts and basically whatever based on scrolling textures
Stars: ✭ 528 (+1187.8%)
Mutual labels:  game, unity, game-development
Beaverandfairies
Stars: ✭ 14 (-65.85%)
Mutual labels:  game, unity, game-development
Shipyard
Entity Component System focused on usability and speed.
Stars: ✭ 247 (+502.44%)
Mutual labels:  ecs, game-development, entity-component-system
Actors.unity
🚀Actors is a framework empowering developers to make better games faster on Unity.
Stars: ✭ 437 (+965.85%)
Mutual labels:  ecs, unity, entity-component-system
Ecs
A simple and easy to use entity-component-system C++ library
Stars: ✭ 20 (-51.22%)
Mutual labels:  ecs, game-development, entity-component-system

(Discontinued) Endless Runner template for Unity

Template for Runner genre using Entitas ECS. Previews: WebGL

Runner template screenshot

Features

  • Low Unity dependency
  • Clear and expandable project structure
  • 2 Execution routes (FixedUpdate/Update)
  • Easy configuration
  • Infinite platform type count
  • Collision detection
  • Chunk definition tool
  • Death/Respawn
  • Timers

Controls

  • Jump - (W) or (UpArrow) or (Click left side of screen)
  • Change player type - (Space) or (Hold right side of screen)

Disclaimer

Template is WIP, there is missing core functional. That project shows how ECS can help to create clear project structure and gives ability to add features without pain.

Dependencies

  • Entitas ECS 1.6.1
  • Unity 2018.1
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].