Project Files
0 files
0 folders
- assets
- CHANGELOG.mdCHANGELOG.md# Changelog All notable changes to Math Puzzle Quest will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.0.0] - 2026-03-25 ### Added - Initial release of Math Puzzle Quest - Core game mechanics with adaptive difficulty - Four arithmetic operations: addition, subtraction, multiplication, division - Progressive level system with score tracking ...
- CONTRIBUTING.mdCONTRIBUTING.md# Contributing to Math Puzzle Quest Thank you for your interest in contributing to Math Puzzle Quest! This document provides guidelines and information for contributors. ## 🤝 How to Contribute ### Reporting Bugs 1. Check existing issues on GitHub 2. Create a new issue with: - Clear description of the bug - Steps to reproduce - Expected vs actual behavior - Browser and device information ...
- LICENSELICENSEMIT License Copyright (c) 2026 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 copyright notice...
- README.mdREADME.md# Math Puzzle Quest An interactive HTML5 math puzzle game designed for educational purposes, featuring adaptive difficulty and engaging gameplay to improve mathematical skills. ## 🎮 Game Features - **Adaptive Difficulty**: Game learns from player performance and adjusts complexity - **Progressive Learning**: Multiple difficulty levels with arithmetic operations (+, -, ×, ÷) - **Streak System**: Combo multipliers for consecutive correct answers - **Timer Challenge**: 60-second rounds with ti...
- index.htmlindex.htmlBinary file or too large to preview
- manifest.jsonmanifest.json{ "name": "Math Puzzle Quest", "short_name": "MathQuest", "description": "Educational math puzzle game with progressive learning and adaptive difficulty.", "start_url": "index.html", "display": "standalone", "background_color": "#0f172a", "theme_color": "#ec4899", "icons": [ { ...
- math-puzzle.pngmath-puzzle.pngBinary file or too large to preview
- package.jsonpackage.json{ "name": "math-puzzle-quest", "version": "1.0.0", "description": "An interactive HTML5 math puzzle game for educational purposes", "main": "index.html", "scripts": { "start": "python -m http.server 8000", "serve": "npx serve .", "build": "echo 'Build process not implemented yet'", "test": "echo 'Tests not implemented yet'" ...
- script.jsscript.jsBinary file or too large to preview
- styles.cssstyles.cssBinary file or too large to preview
- sw.jssw.js/** * Math Puzzle Quest - Service Worker * Developer: Molla Samser (RSK World) * Copyright © 2026 RSK World. All rights reserved. */ const CACHE_NAME = 'math-quest-v1'; const ASSETS = [ 'index.html', 'styles.css', 'script.js', ...
Select a file from project to view its contents
Bookmarks