Skip to content

πŸ—ΊοΈ About Zone4 MAX Combo

Welcome to Zone4 MAX Combo! An exciting new addition to the world of MMO(Massive Multiplayer Online). Whether you are an avid gamer, a fan of animes or simply curious about play & earn, Zone4 MAX Combo is an experience that builds communities in a web3 gaming environment.

This whitepaper gives players an understanding on the game and web3 features we are introducing. New systems will be added to these nostalgic Zone4 Online (Z4) PC game with competitive Gang vs Gang (GvG) mechanics, crypto and NFTs economy. We will continue to improve these features to engage communities and make the gameplay more enjoyable.

We believe in a player-driven economy and are incentivizing players who progresses in-game. By leveraging web3 features, all players can participate in a secured and fair marketplace driven by demand and supply.


πŸ“š Documentation Site

This repository also serves as a GitHub Pages documentation site built with MkDocs and the Material theme.

Local Development

To run the documentation site locally:

  1. Install Python and pip
  2. Install dependencies:
    pip install -r requirements.txt
    
  3. Start the local development server:
    mkdocs serve
    
  4. Open your browser to http://localhost:8000

Deployment

The site is automatically deployed to GitHub Pages when you push changes to the main branch. The deployment is handled by GitHub Actions (.github/workflows/deploy.yml).

Configuration

  • mkdocs.yml - MkDocs configuration file
  • requirements.txt - Python dependencies
  • .github/workflows/deploy.yml - GitHub Actions workflow for automated deployment