项目作者: mtalha91

项目描述 :
Hangman via PHP Sessions and MySql
高级语言: PHP
项目地址: git://github.com/mtalha91/hangman.git
创建时间: 2020-02-04T10:31:01Z
项目社区:https://github.com/mtalha91/hangman

开源协议:MIT License

下载


Hangman Game

Hangman game is developed in PHP using PHP sessions. It is a single-player game. The game is fully functional. The results are stored in the database.

Hangman

Installation

use git clone command

  1. git clone https://github.com/mtalha91/hangman.git

Configuration

Create a database and import database files (db.php). Update the database configuration.

  1. <?php
  2. $servername = "localhost";
  3. $username = "root";
  4. $password = "";
  5. $dbname = "hangman";

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update the tests as appropriate.

License

MIT