UniRxSimpleGame icon indicating copy to clipboard operation
UniRxSimpleGame copied to clipboard

A simple game showing how to use UniRx to make a dumb endless game for Unity

UniRx Simple Game

This is an example showing how to use UniRx to make a dumb endless game.

Features CompositeDisposables and a basic code structure.

Screenshot

Libraries

  • UniRx : https://github.com/neuecc/UniRx
  • LeanTween : https://github.com/dentedpixel/LeanTween
  • Unity3D : http://unity3d.com/

Notes

There is always a way to do it better, so if you noticed a horribly wrong mistake in the code then feel free to do a pull request.