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
a06f65ab
Commit
a06f65ab
authored
15 years ago
by
mcmlxxix
Browse files
Options
Downloads
Patches
Plain Diff
fixed score list, added server.ini
parent
1b79ad09
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
xtrn/bublbogl/boggle.js
+5
-6
5 additions, 6 deletions
xtrn/bublbogl/boggle.js
xtrn/bublbogl/server.ini
+4
-0
4 additions, 0 deletions
xtrn/bublbogl/server.ini
with
9 additions
and
6 deletions
xtrn/bublbogl/boggle.js
+
5
−
6
View file @
a06f65ab
...
...
@@ -10,9 +10,7 @@
Matt Johnson ( MCMLXXIX@BBS.THEBROKENBUBBLE.COM )
*/
var
gameroot
;
try
{
barfitty
.
barf
(
barf
);
}
catch
(
e
)
{
gameroot
=
e
.
fileName
;
}
gameroot
=
gameroot
.
replace
(
/
[^\/\\]
*$/
,
""
);
var
gameroot
=
js
.
exec_dir
;
load
(
"
graphic.js
"
);
load
(
"
sbbsdefs.js
"
);
...
...
@@ -512,8 +510,9 @@ function getFiles()
{
console
.
putmsg
(
"
\
1nPlease wait. Synchronizing game files with hub...
\r\n
"
);
stream
.
recvfile
(
"
*.bog
"
);
//stream.recvfile("players.ini");
//stream.recvfile("month.ini");
stream
.
recvfile
(
"
players.ini
"
);
stream
.
recvfile
(
"
month.ini
"
);
mswait
(
10000
);
}
function
sendFiles
()
{
...
...
@@ -522,7 +521,6 @@ function sendFiles()
//stream.sendfile("month.ini");
}
//GAME OBJECTS
function
Lobby
(
x
,
y
)
{
...
...
@@ -1088,4 +1086,5 @@ function Game()
this
.
board
.
draw
();
}
}
boggle
();
\ No newline at end of file
This diff is collapsed.
Click to expand it.
xtrn/bublbogl/server.ini
0 → 100644
+
4
−
0
View file @
a06f65ab
;if you want to offer this game as local-only,
;or if you want your system to be a league hub, delete this file
host
=
bbs.thebrokenbubble.com
port
=
10088
\ No newline at end of file
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