Inf-Devs / procyon_skies

A game server, just like one of the .io games. Enjoy blasting each other.
1 stars 1 forks source link

Procyon Skies

What is this?

We've built a "small" game server where players connect, enter their name, and fly around as tiny little spaceships.

This project grew out of an experimental game server. It's now going to be actively developed and improved.

Dependencies

This project is built with Node.js, Socket.io, and Express.

Installing and Running

To run, just type

npm install

and then

node main.js. (alternatively, run start_server.bat.)

Go into a browser, and type localhost:3000 to view the result.

What does this do, specifically?

On the server side...

On the client side...

To-do list

Client side

Server side