Skip to content

daancsc/POGI_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POGI

a ball shooting game

Requirements

  • nodejs
  • npm
  • docker (option)

Get Started

Install express and socket.io

$ yarn install

Run server

$ node index.js
...
Server listening at port 25565
...

Docker

# build image
$ docker build -t pogi .

# Run server on 8080
$ docker run -d -p 8080:25565 pogi

About

a ball pushing game server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages