Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Omnibus-archive
/
game-multi-test
like
0
Running
App
Files
Files
Community
d081f21
game-multi-test
/
server
/
game
/
game.js
Omnibus
Upload 27 files
c679a93
over 1 year ago
raw
Copy download link
history
blame
Safe
157 Bytes
import
{ config }
from
'./config.js'
export
class
PhaserGame
extends
Phaser.Game
{
constructor
(
server
) {
super
(config)
this
.
server
= server
}
}