Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meijirestored/msx-stats
Website that displays Minesweeper X's stats file
https://github.com/meijirestored/msx-stats
minesweeper minesweeper-stats statistics stats stats-reader website
Last synced: about 2 months ago
JSON representation
Website that displays Minesweeper X's stats file
- Host: GitHub
- URL: https://github.com/meijirestored/msx-stats
- Owner: MeijiRestored
- License: mit
- Created: 2022-03-21T10:18:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T10:06:25.000Z (11 months ago)
- Last Synced: 2024-01-31T11:27:12.524Z (11 months ago)
- Topics: minesweeper, minesweeper-stats, statistics, stats, stats-reader, website
- Language: JavaScript
- Homepage: https://meijirestored.github.io/msx-stats
- Size: 153 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minesweeper X Stats viewer
![Release](https://img.shields.io/github/v/release/MeijiRestored/msx-stats) ![Commit activity](https://img.shields.io/github/commit-activity/m/MeijiRestored/msx-stats) ![Repo size](https://img.shields.io/github/repo-size/MeijiRestored/msx-stats)
A website to visualize [Minesweeper X](http://www.curtisbright.com/msx/)'s ``stats.txt`` file.
![Stats viewer](https://raw.githubusercontent.com/MeijiRestored/msx-stats/main/assets/main.png)
## Usage
Open the website with [this link](https://meijirestored.github.io/msx-stats/) and load in your ``stats.txt`` file.
The website will then parse various stats from the file and display them.
### How to get the stats.txt file
By default, Minesweeper X does not save the ``stats.txt`` file, you have to enable it manually.
Open Minesweeper X, go in the Extras tab, open Auto Options
![Auto Options menu](https://raw.githubusercontent.com/MeijiRestored/msx-stats/main/assets/auto-options.png)
From this menu, check 'All' under Statistics (in orange). Do the same for every game mode (in red), as the statistics setting applies per game mode.
![Stats file](https://raw.githubusercontent.com/MeijiRestored/msx-stats/main/assets/stats-file.png)
As you play minesweeper, Minesweeper X will fill in the ``stats.txt`` file, located in the same folder as the game executabe, with various stats, that you can read here!