Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Xerios/UniRxSimpleGame

A simple game showing how to use UniRx to make a dumb endless game for Unity
https://github.com/Xerios/UniRxSimpleGame

endless-game game unirx unity3d

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](/Img/screencap.png?raw=true "Optional Title")

# 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.