Project Files
0 files
0 folders
- js
- LICENSELICENSEMIT License Copyright (c) 2026 Molla Samser (RSK World) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above c...
- README.mdREADME.md<!-- Developer: Molla Samser (RSK World) Website: https://rskworld.in Email: help@rskworld.in, support@rskworld.in Phone/WhatsApp: +91 93305 39277 --> # Maze Solver — 3D HTML5 Game Navigate a procedurally generated maze with a 3D character. Enjoy smooth camera follow, cinematic mode, hints, auto‑solve, scoring, and sharing. Features - Random Maze Generation (seeded, shareable links) ...
- about.phpabout.php<!-- Developer: Molla Samser (RSK World) Website: https://rskworld.in Email: help@rskworld.in, support@rskworld.in Phone/WhatsApp: +91 93305 39277 --> <!doctype html> <html lang="en"> <head> <meta charset="utf-8"/> ...
- index.phpindex.php<?php /** * Developer: Molla Samser (RSK World) * Website: https://rskworld.in * Email: help@rskworld.in, support@rskworld.in * Phone/WhatsApp: +91 93305 39277 */ $seed = isset($_GET['seed']) ? $_GET['seed'] : ''; $difficulty = isset($_GET['difficulty']) ? $_GET['difficulty'] : 'medium'; ?> ...
- privacy.phpprivacy.php<!-- Developer: Molla Samser (RSK World) Website: https://rskworld.in Email: help@rskworld.in, support@rskworld.in Phone/WhatsApp: +91 93305 39277 --> <!doctype html> <html lang="en"> <head> <meta charset="utf-8"/> ...
- robots.txtrobots.txtUser-agent: * Allow: / Sitemap: https://rskworld.in/games/html5-games/puzzle-games/maze-solver/maze-solver/sitemap.xml
- sitemap.xmlsitemap.xml<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://rskworld.in/games/html5-games/puzzle-games/maze-solver/maze-solver/</loc> <lastmod>2026-03-22</lastmod> <changefreq>weekly</changefreq> <priority>1.0</priority> </url> <url> <loc>https://rskworld.in/games/html5-games/puzzle-games/maze-solver/maze-solver/about.php</loc> ...
- styles.cssstyles.css/* * Developer: Molla Samser (RSK World) * Website: https://rskworld.in * Email: help@rskworld.in, support@rskworld.in * Phone/WhatsApp: +91 93305 39277 */ :root { --bg: #0b0f1a; --bg-soft: #0f1524; --bg-glass: rgba(255,255,255,0.04); ...
Select a file from project to view its contents
Bookmarks