/hackBCA2

BLINK^3: A Unity Game made for HackBCA II -https://youtu.be/R1hq0ZHNIfQ?t=10s

Primary LanguageC#

How to set up git

  1. git init
  2. git remote add origin https://github.com/Flafla2/hackBCA2.git
  3. git pull -u origin master

Make Changes

  1. git add -A
  2. git commit -m "Committed changes"
  3. git push -u origin master