An open API service indexing awesome lists of open source software.

https://github.com/jeffery-wasty/phpmathgame

Assignment 3 for BCIT CST Program 2017W - Term 1 - Introduction to Web Development. This project involved the use of HTML, CSS, and PHP. Information about the project can be found in the 'README'.
https://github.com/jeffery-wasty/phpmathgame

bootstrap css css3 html html5 php

Last synced: about 2 months ago
JSON representation

Assignment 3 for BCIT CST Program 2017W - Term 1 - Introduction to Web Development. This project involved the use of HTML, CSS, and PHP. Information about the project can be found in the 'README'.

Awesome Lists containing this project

README

          

Jeffery Wasty

A01027014

Set 1D

jwasty@my.bcit.ca

This project required students to make a 'math game' that would present users with either an addition or subtraction question, ask for input, and record the number of correct guesses the user has made, as well as the total questions answered by the user (their score). To access the game users had to 'log in' using pre-defined credentials (found in 'credentials.config'). The project used HTML, CSS, and PHP, but mainly PHP the login information had to be passed to an authenticate page via $POST, and user score, and total questions asked were recorded with session variables, with the session being destroyed when the user logged out.

Demo available at:

http://wasty-jeffery-math-game.azurewebsites.net