Computer Science Kiosk Created/Modified By: Mary Spies Date: Spring 2013 Because this project is based on browsers, there is no specific hardware necessary for the program to run, although the kiosk itself needs a computer with Internet access. All the files are stored on the compsci02 server. They are also self-contained, so putting the directory anywhere on the server means the program will still work, although the title page may need to be edited so that it displays the correct web address for the user to go to (both in text form and using the QR code - I used the following website to generate the QR code currently in the project). http://qrcode.kaywa.com/ The program has been tested and run only in Google Chrome. Inside the main directory are the following files: - kiosk_check.php - kiosk_index.php - kiosk_lifeline.php - kiosk_lose.php - kiosk_title.php - kiosk_win.php - user_button.php - user_index.php - user_title.php There are also other directories contained within the main one: - text_files - style - js - images The images file contains the .png of the QR code, the style file and the js file contain the .css file and other files responsible for the styling of all the browsers in the program, and the text_files file contains all .txt files used within the program.