rubenmantecon / php-says

A basic "Memory" type of game written in PHP and a sprinkle of Javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP-says

A "Memory" type of game written in PHP and a sprinkle of JavaScript.

Displays different colored cells briefly, and then they have to be guessed. Multiple levels of difficulty, and checkpoints to continue from the last level you reached.

Requirements

  1. Update packages and install apache2
sudo apt update && sudo apt install apache2 php
  1. Start Apache
systemctl start apache2.service

Installation instructions

  1. cd to localhost
cd /var/www/html
  1. Clone repo
git clone https://github.com/TinfoilBat/php-says.git
  1. Start Apache2 service
systemctl start apache2.service
  1. Open final path in browser
firefox localhost/php-says

About

A basic "Memory" type of game written in PHP and a sprinkle of Javascript.

License:GNU General Public License v3.0


Languages

Language:PHP 48.8%Language:CSS 40.2%Language:JavaScript 11.0%