Skip to content

The Procedural Map Generator project in PHP is an initiative focused on studying and practicing procedural programming.

Notifications You must be signed in to change notification settings

dawsompablo/procedural-map-generation-with-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Procedural Map Generator (in PHP)

Description

The Procedural Map Generator project in PHP is an initiative focused on studying and practicing procedural programming, particularly in the PHP language. The main objective is to create a system capable of generating maps procedurally, providing a hands-on experience in manipulating terrain generation algorithms.

Planned Features

  1. Terrain Generation: Implementation of procedural terrain generation algorithms, such as Perlin Noise, to create realistic and diverse maps.
  2. Map Customization: Ability to customize parameters, such as map size, terrain smoothness, element density, among others, to allow a wide range of variations.

System Requirements

  • PHP 8.2: The project requires PHP version 8 or higher for optimal functionality.
  • Composer: Composer is essential for managing PHP dependencies. Ensure it is installed to handle project dependencies effectively.

Technologies Used

  • PHP: Primary language for project development.
  • HTML/CSS: For creating a simple graphical interface.

Basic usage

Use the composer to generate autoloader:

composer install

If everything is ok, start the local server inside the files folder:

php -S localhost:8000

About

The Procedural Map Generator project in PHP is an initiative focused on studying and practicing procedural programming.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages