Pingville Web is the companion website for the game PingVille. It manages user accounts, authentication, tokens, achievements, and other related functionalities to enhance the gaming experience and provide a seamless integration with the game.
- User authentication and account management
- Token generation and validation
- Achievement tracking and management
- Clone the repository:
git clone https://github.com/foxy4096/pingville-web.git
- Navigate to the project directory:
cd pingville-web
- Create a database for the application.
- Create a
_secrets.php
file in the project root to store your environment variables, such as database credentials:<?php $db_host = "localhost"; $db_user = "root"; $db_pass = ""; $db_name = "pingville_db"; ?>
- Set up your PHP environment (e.g., using Laragon, XAMPP, or similar).
Start the development server:
php -S localhost:8000
Open your web browser and navigate to http://localhost:8000
to access the application.
PingVille | Connect, Play, Explore 🦥