Skip to content

This is just a simple sudoku generator with playable terminal and frontend interface

Notifications You must be signed in to change notification settings

TimAnthonyAlexander/SudokuPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SudokuPHP 🎮

SudokuPHP is a sleek and powerful Sudoku puzzle game built in PHP. It provides a flexible way to play Sudoku right in your terminal or via a user-friendly frontend. The game includes three different difficulty levels to cater to all types of Sudoku enthusiasts.

Table of Contents

Installation 💻

Clone the repository and navigate into the project directory. Then follow the steps below:

Terminal Interface

For a terminal-based interface, use the following command:

composer terminal

Frontend

To start the frontend and access it at 127.0.0.1:8000, use:

composer start-server

Usage 🎉

SudokuPHP can be played through the terminal or using the frontend. Start the desired interface as mentioned in the Installation section.

Settings ⚙️

You can change the difficulty mode in either terminal.php or in the frontend UI.

Difficulty Levels

  • $mode = 0 - Easy
  • $mode = 1 - Normal
  • $mode = 2 - Hard

Feel free to choose a difficulty level that suits your skill and taste!

Contribute 🤝

Contributions are always welcome! Feel free to open an issue or submit a pull request.

About

This is just a simple sudoku generator with playable terminal and frontend interface

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages