Skip to content

cooldongdong/MiSheng-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiSheng App

MiSheng is a real-world puzzle-solving game(實境解謎遊戲) platform built with React + Vite.

It allows creators to design interactive puzzle levels with custom questions, hints, and media files.

By simply adding game files to the gameFile folder, you can instantly load and play new games.

MiSheng Logo

Installation

# Clone the repository
git clone https://github.com/rr37/MiSheng-App/

# Go to the project folder
cd MiSheng-App

# Install dependencies
npm install

# Start the development server
npm run dev

Then open your browser and navigate to the address shown in the terminal (usually http://localhost:5173).

Adding a Game File

  1. Locate the src/gameFile/ folder.

  2. Copy your game folder (or the provided example) into this directory.

  3. The game folder should contain the necessary CSV data and related images.

  4. Follow the example game’s structure for compatibility.

    my-game/
    ├── demo-character.csv
    ├── demo-config.csv
    ├── demo-hint.csv
    ├── demo-mission.csv
    ├── demo-prop.csv
    ├── demo-story.csv
    ├── demo-rundown.csv
    └── img/
    
  5. Ensure the folder name is unique.

  6. Run the development server:

    # Start the development server
    npm run dev
    
    Then open your browser and navigate to the address shown in the terminal (usually http://localhost:5173).
    

MiSheng's Multirow Universe(Tutorial Game File)

If you don't have your own game file yet, you can start with MiSheng's Multirow Universe, our tutorial game file:

Download MiSheng's Multirow Universe

Google Sheets Template

To help you create your game CSV files, we provide a blank Google Sheets template you can copy: Click here to copy the template

After editing in Google Sheets:

  • Download each sheet as CSV (File → Download → CSV).
  • Place them in your game folder (follow the example folder structure).

License

© Dong 2025. Released as free software under the GNU GPL 3.0 Public License.

About

一個為實境解謎開發的開源工具

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages