A PHP & JavaScript based idle clicker game simulating a journey of a "Beggar" in a city environment inspired by Dhaka.
- Frontend: HTML5, CSS3, JavaScript (ES6+)
- Styling Framework: Bootstrap 5 (for grid and base components)
- Backend (for Saving): PHP (using Sessions)
- Local Development Environment: XAMPP (or any Apache+PHP server like WAMP, MAMP)
To run "The Begging: From the Beginning" on your local machine, you'll need a web server environment that supports PHP, like XAMPP.
-
Prerequisites:
- Install XAMPP (or a similar package like WAMP for Windows, MAMP for Mac). Make sure Apache and PHP are running. You can download XAMPP from apachefriends.org.
-
Setup Instructions:
- Clone or Download:
- If you have Git:
git clone https://github.com/your-username/your-repository-name.git
- Alternatively, download the project ZIP from GitHub and extract it.
- If you have Git:
- Place Project Folder: Move the entire project folder (e.g.,
The-Begging-From-The-Beginning
) into your XAMPPhtdocs
directory.- On Windows, this is usually
C:\xampp\htdocs\
- On macOS, this is usually
/Applications/XAMPP/htdocs/
- On Windows, this is usually
- Start XAMPP: Open the XAMPP Control Panel and start the Apache module. (MySQL is not strictly required for this game's current features, but it's okay if it's running).
- Access the Game: Open your web browser and navigate to:
http://localhost/your-project-folder-name/
(e.g.,http://localhost/The-Begging-From-The-Beginning/
)
The game should now load and be playable! Your progress will be saved using PHP sessions on your local server.
- Clone or Download:
- [Shoytanbaba99]
- This project was developed as part of [Internet Programming Lab] Course.