this-place / this.place

An isometric puzzle game that incorporates platforming and block building.
https://isteps.comp.nus.edu.sg/event/12th-steps/module/CS3247/project/4
MIT License
7 stars 6 forks source link
isometric platformer puzzle unity3d

this.place

this.place (a play on the word ‘displace’), is an isometric puzzle game that incorporates platforming and block building.

Download available here

Setup

  1. Fork this repository and clone the fork to your computer
  2. Install Git LFS
    • $ git lfs install
  3. Unity Setup
    • Install/Update Unity
      • Unity Version 2017.3.1f1
    • Unity Editor Settings
      1. Open Editor Settings Window
        • Edit > Project Settings > Editor
      2. Make .meta files visible
        • Version Control / Mode: "Visible Meta Files"
      3. Use Plain Text Serialization
        • Asset Serialization / Mode: "Force Text"
      4. Save
        • File > Save Project

Contributing

  1. Follow semantic commit messages
  2. When ready to commit, create a pull request to this repo