This is the second project for the COSC3000 subject, due in week 13 of semester one, 2015.
- Get the source:
~$ git clone https://github.com/kamikai/cosc_project2.git
- Or download and extract the zip.
- Make it the current working directory:
~$ cd cosc_project2
- Fetch dependancies (i.e. Three.js) using bower:
~/cosc_project2$ bower update
- Run it, using any http server:
- Example:
~/cosc_project2$ python3 -m http.server
~/cosc_project2$ python2 -m SimpleHTTPServer
- Example:
- Navigate to the url
- Example - Python:
http://localhost:8000
- Example - Python: