Everything you need to succeed in games and VR/AR
Overview is a 2D game of sorts, built with Unity!
- Download Unity
- Fork/Clone the repo
git clone https://github.com/brandonbrule/_Overview.git
- Open the
_Overview
directory in Unity - Under
Assets / Scenes
, double-clickfirst
- Click
Play
and move thePlayer
object around!
Program code is written in C# and is located under Assets / Scripts
.
2D Tilesets are created using Pyxel Edit and are located under _Working / Tiles
.
Maps and Scenes are created using Tiled Map Editor and are located under Assets / Tiled
Importing maps to unity is done using Tiled2Unity
Quick how to guide for level design
We're just making this for fun and for learning Unity. If you want to help out:
- Fork the repo
- Make your changes
- Create a PR and @ mention @brandonbrule or @svinkle and we'll check out what you've got for us.
- Wait until we give the 👍 and we'll merge your changes.