Academic Projects
Collaborative Jigsaw Puzzle
Developers: Devon Austen and Ryan Marotta-
Web Site (Use Firefox, it may work on Opera and Safari e-mail me and tell me)
This is a PHP puzzle program that uses AJAX for collaboration built for a computer networks project. The image used belongs to its respective copyright holders.
Gryphon News: Interface Design
Developers: Devon Austen, Dan Clark, Andrew McNally, Ryan Marotta and Geoff Rostant-
Requirements Document
Prototype Document
Final Document
Gryphon News is a proposed portlet for the University of Guelph's portal which allows students to find university published syndicated news. We meet with stakeholders, surveyed students and performed usability tests on prototypes. These are the design documents for the project which was done for a Human Computer Interaction class.
UberCMS: Group Project Management System
Developers: Devon Austen, Dan Clark, Amy Gill, Jason Mansfield, Andrew McNally and Jessica Reyes-
Web Site (username:devon, password:austen)
Software Requirements Specification
Design Document
This is a PHP based groupware software that can be used to organize a group project designed and built for a software engineering project. It also has many administrator controls for adding content, controling users and controling projects. If you want to test these features you need to contact me.
Artificial Intelligence Programs
-
A* 8-Puzzle Problem Solver
MiniMax Tic Tac Toe Game
Inference Engine
These are the source code for various AI problems designed and built for AI assignments. They require java 1.5 or higher to compile and run.
Non-Academic Projects
C++ Playing Card Library
-
Zip File
This is a library that handles all the function you need to play a card game (shuffling, discarding, picking up, dealing, etc). This also comes with an example program that uses the library.