WPI Software Engineering 3733, taught by Professor Wong
Built by:
- Jason Ashton
- Jackson Baker
- Griffin Cecil
- David Giangrave
- Mylena Guzman
- Griffin Tabor
- Ryan Walsh
- Rolando Wong
- Mario Zyla
Complete a 7 week agile/scrum focused software engineering project. In teams of 9, build a project using agile/scrum from beginning to end.
The program is a pathfinding application for computer-based map kiosks. It allows a hospital patient to find their way around a hospital, through multiple floors and buildings. Other features include administrator tools, SMS directions, facial recognition, and 3D views of the path.
- IntelliJ Idea Ultimate
- Java
- JavaFX
- Gradle
- SourceTree
- Scenebuilder
- Git
- Twilio
- Unity
- Face Plus Plus
To clean and set up IntelliJ:
gradlew cleanIdea
then gradlew idea
To build the project:
gradlew build
To run the project:
gradlew run
To run tests:
gradlew test
gradlew fatJar
outputs to build/libs/Soft-Eng-all.jar