Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Xerios/UniRxSimpleGame
- Owner: Xerios
- License: mit
- Created: 2016-06-13T22:30:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T22:43:11.000Z (over 8 years ago)
- Last Synced: 2024-08-02T05:20:22.411Z (3 months ago)
- Topics: endless-game, game, unirx, unity3d
- Language: C#
- Homepage:
- Size: 304 KB
- Stars: 76
- Watchers: 11
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.