Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

routemaster/routemaster-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Routemaster (Frontend)

Logo

Walking is boring. Let's turn it into an online multiplayer competitive game!

  • Map your walking, running, biking, or even driving paths with GPS on your phone.
  • View past routes, and the routes of your friends
  • Earn points for walking efficient routes
  • Earn points for exploring more area than your friends

Screenshot

Picture

Repository Organization

This is the repository for our front-end. It will contain a minimal development webserver in Java, and the HTML, CSS, and Javascript needed for our UI. Eventually it should contain the build scripts for our Phonegap builds.

Building the Project

  1. Install nodejs. There's information about how to do this on the node wiki.
  2. Install sass. The sass website has information on how to do this.
  3. Install the grunt command-line tool: sudo npm install -g grunt-cli.
  4. Install all local dependencies: npm install
  5. Compile by simply running: grunt

Project Scope

This project is being created by a team of eight students at the University of Florida for CEN3031, Introduction to Software Engineering. It will be developed in three Scrum sprints over the course of the Spring 2013 semester.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Releases

No releases published

Packages

No packages published