Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
f165046a
Commit
f165046a
authored
2 years ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Install high scores timed event (new to rev 2.15).
parent
a53802ff
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
xtrn/minesweeper/install-xtrn.ini
+7
-2
7 additions, 2 deletions
xtrn/minesweeper/install-xtrn.ini
xtrn/minesweeper/readme.txt
+13
-4
13 additions, 4 deletions
xtrn/minesweeper/readme.txt
with
20 additions
and
6 deletions
xtrn/minesweeper/install-xtrn.ini
+
7
−
2
View file @
f165046a
; $Id: install-xtrn.ini,v 1.3 2020/04/17 08:15:48 rswindell Exp $
; Synchronet Minesweeper installer data for install-xtrn.js
Name:
Synchronet
Minesweeper
...
...
@@ -6,7 +5,7 @@ Desc: The classic Windows game written for Synchronet in JavaScript
By:
Digital
Man
(Rob
Swindell)
Cats:
Games
Subs:
Puzzle,
Classic,
JavaScript
Inst:
$Id:
install-xtrn.ini,v
1.3
2020/04/17
08:15:48
rswindell
Exp
$
Inst:
2022/11/20
[prog:MSWEEPER]
cmd
=
?minesweeper
...
...
@@ -19,3 +18,9 @@ name = Synchronet Minesweeper Winners
cmd
=
?minesweeper winners
event
=
EVENT_LOGON
settings
=
XTRN_MULTIUSER | XTRN_EVENTONLY
[event:MSHIGHSC]
prompt
=
false
cmd
=
?minesweeper export
days
=
1
This diff is collapsed.
Click to expand it.
xtrn/minesweeper/readme.txt
+
13
−
4
View file @
f165046a
...
...
@@ -11,7 +11,7 @@ The objective was to try to mimic the old Microsoft versions of the game that
I remember playing in the 1990's, but support more difficulty levels (5) and
maximize the number of cells usable in terminals, while keeping the game
playable and easy on the eyes (my daughter, Emma, helped with the color scheme,
as she is *not* colorblind).
There's no mouse support; use the
keyboard.
as she is *not* colorblind).
You can use the mouse (with SyncTERM) or
keyboard.
Multiple users can play the game simultaneously, but there is no inter-user
interaction of any kind. The normal Synchronet inter-node paging/listing
...
...
@@ -56,7 +56,7 @@ Requirements
Tested with Synchronet v3.17c (in development). Older versions of Synchronet
(e.g. v3.17b) may work however.
An up-to-date set of exec/load/*.js files (from
cvs
.synchronet) are needed.
An up-to-date set of exec/load/*.js files (from
git
.synchro
.
net) are needed.
Install
-------
...
...
@@ -96,12 +96,23 @@ program entry:
Command Line ?minesweeper winners
...
Execute on Event Logon, Only
If you want your top-x winners exported periodically to a message network
(i.e. to be displayed on other BBSes), create an additional Timed Event entry:
Internal Code MSHIGHSCORES
Start-up Directory ../xtrn/minesweeper
Command Line ?minesweeper export
...
Execution Day of Week Sun
Configure
---------
Command-line arguments supported:
"winners [num]" - display list of top-[num] winners and exit
"export [num]" - export list of top-[num] high scores to msgbase and exit
"nocls" - don't clear the screen upon exit
<level> - set the initial game difficulty level (1-5)
...
...
@@ -135,5 +146,3 @@ If you already had game winners and want to retain them in the list, copy or
rename the data/minesweeper.jsonl to xtrn/minesweeper/winners.jsonl. If you
don't care, the game will run fine and new winners will be added to the
new/correct filename.
$Id: readme.txt,v 2.1 2019/10/07 20:53:14 rswindell Exp $
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment