Skip to content

sjbarlas/SharkGameProject

Repository files navigation

Contents

http://blogs.computing.dcu.ie/wordpress/ifad/ > weekly blog of the project (03/06/15 to 03/09/15)

SharkGameProject
├── Bootstrap-3.3.5/
│   ├── css/
│   │   ├── bootstrap.css
│   │   ├── bootstrap.css.map
│   │   ├── bootstrap.min.css
│   │   ├── bootstrap.min.css.map
│   │   ├── bootstrap-theme.css
│   │   ├── bootstrap-theme.css.map
│   │   ├── bootstrap-theme.min.css
│   │   └── bootstrap-theme.min.css.map
│   │ 
│   ├── fonts/
│   │   ├── glyphicons-halflings-regular.eot
│   │   ├── glyphicons-halflings-regular.svg
│   │   ├── glyphicons-halflings-regular.ttf
│   │   ├── glyphicons-halflings-regular.woff
│   │   └── glyphicons-halflings-regular.woff2js
│   │
│   └── js/
│       ├── bootstrap.js
│       └── bootstrap.min.js
│    
├── Database/
│   ├── DB-info.txt
│   ├── README.md
│   ├── sharks.mwb
│   ├── sharks.sql
│   ├── sharks2.sql
│   └── sharksERD.png
│
├── Jcrop-0.9.12/
│   ├── css/
│   │   ├── Jcrop.gif
│   │   ├── jquery.Jcrop.css
│   │   └── jquery.Jcrop.min.css
│   │
│   ├── demos/
│   │   ├── demo_files/
│   │   │   ├── demos.css
│   │   │   ├── main.css
│   │   │   ├── pool.jpg
│   │   │   ├── sago.jpg
│   │   │   ├── sagomod.jpg
│   │   │   └── sagomod.png
│   │   │
│   │   ├── crop.php
│   │   ├── non-image.html
│   │   ├── styling.html
│   │   ├── tutorial1.html
│   │   ├── tutorial2.html
│   │   ├── tutorial3.html
│   │   ├── tutorial4.html
│   │   └── tutorial5.html
│   │ 
│   ├── js/
│   │   ├── jquery.Jcrop.js
│   │   ├── jquery.Jcrop.min.js
│   │   ├── jquery.color.js
│   │   └── jquery.min.js
│   │
│   ├── MIT-LICENSE.txt
│   ├── README.md
│   └── Index.html
│
├── Jcrop-2.0.0/
│   ├── css/
│   │   ├── Jcrop.css
│   │   ├── Jcrop.gif
│   │   └── Jcrop.min.css
│   │
│   ├── demos/
│   │   ├── demo_files/
│   │   │   ├── demos.css
│   │   │   ├── main.css
│   │   │   ├── pool.jpg
│   │   │   ├── sago.jpg
│   │   │   ├── sagomod.jpg
│   │   │   └── sagomod.png
│   │   │
│   │   ├── basic.html
│   │   ├── box-sizing.html
│   │   ├── circle.html
│   │   ├── coords.html
│   │   ├── crop.php
│   │   ├── index.html
│   │   ├── non-image.html
│   │   ├── panel.html
│   │   └── thumbnail.html
│   │
│   ├── js/
│   │   ├── Jcrop.js
│   │   ├── Jcrop.min.js
│   │   ├── jquery.color.js
│   │   └── jquery.min.js
│   │ 
│   ├── Gruntfile.js
│   ├── MIT-LICENSE.txt
│   ├── README.md
│   ├── bower.json
│   ├── index.html
│   └── package.json
│   
├── MAIN/
│   ├── bootstrap/
│   │   ├── css/
│   │   │   ├── bootstrap-theme.css
│   │   │   └── bootstrap.css
│   │   │ 
│   │   ├── fonts/
│   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   ├── glyphicons-halflings-regular.woff
│   │   │   └── glyphicons-halflings-regular.woff2js
│   │   │
│   |   └── js/
│   │       ├── bootstrap.js
│   │       └── npm.js
│   │      
│   ├── images/
│   │   ├── 1.jpg
│   │   ├── 2.jpg
│   │   ├── 3.jpg
│   │   ├── 4.jpg
│   │   └── ajax-loader.gif
│   │   
│   ├── jcrop/
│   │   ├── gen-css/
│   │   │   ├── demos.css
│   │   │   └── main.css
│   │   │
│   │   ├── jcrop-css/
│   │   │   ├── Jcrop.gif
│   │   │   ├── jquery.Jcrop.css
│   │   │   └── jquery.Jcrop.min.css
│   │   │ 
│   │   ├── jcrop-js/
│   │   │   ├── jquery.Jcrop.js
│   │   │   ├── jquery.Jcrop.min.js
│   │   │   ├── jquery.color.js
│   │   │   └── jquery.min.js
│   │   │
│   │   └── v2/
│   │       ├── css/
│   │       │   ├── Jcrop.css
│   │       │   ├── Jcrop.gif
│   │       │   └── Jcrop.min.css  
│   │       │
│   │       ├── demo_files/
│   │       │   ├── demos.css
│   │       │   └── main.css
│   │       │     
│   │       └── js/
│   │           ├── Jcrop.js
│   │           ├── Jcrop.min.js
│   │           ├── jquery.color.js
│   │           └── jquery.min.js
│   │        
│   ├── sharkcss/
│   │   ├── about.css
│   │   ├── game.css
│   │   ├── index.css
│   │   ├── leaderboard.css
│   │   ├── main.css
│   │   ├── main_signinBox.css
│   │   ├── main_signinFooter.css
│   │   └── sguide.css
│   │   
│   ├── sharkjs/
│   │   └── signin.js
│   │
│   ├── testing-cropping-with-Jcrop-v2.0.0/
│   │   ├── gameTEST.html
│   │   ├── gameTEST2.html
│   │   ├── gameTESTANOTHER.html
│   │   └── gameTESTANOTHER.php
│   │
│   ├── testing-tagging/
│   │   ├── jquery.js
│   │   ├── tag.php
│   │   ├── taggingSystem.css
│   │   ├── taggingSystem.js
│   │   ├── taggingSystem.php
│   │   └── taggingSystemConnect.php
│   │
│   ├── README.md
│   ├── about.html
│   ├── check_signin.php
│   ├── config.php
│   ├── game.html
│   ├── index.php
│   ├── leaderboard.html
│   ├── main.html
│   ├── main_signin.php
│   ├── sguide.html
│   └── signout.php
│   
├── PHP-Login/
│   ├── css/
│   │   ├── bootstrap.css
│   │   └── main.css
│   │
│   ├── images/
│   │   ├── ajax-loader.gif
│   │   └── screenshot.png
│   │
│   ├── js/
│   │   ├── bootstrap.js
│   │   ├── login.coffee
│   │   └── login.js
│   │
│   ├── README.md
│   ├── checklogin.php
│   ├── config.php
│   ├── index.php
│   ├── logout.php
│   └── main_login.php
│   
├── README.md
├── Saira Barlas - Presentation.ppt
├── SharkGameProject_Documentation.pdf
└── SharkSpecies.txt