Parking-Master / FPS2

Welcome to FPS2. A lightweight multiplayer FPS game made with pure, native JavaScript.
https://fps2.uk.to
MIT License
6 stars 9 forks source link

probably a dumb question #5

Closed develperbayman closed 8 months ago

develperbayman commented 8 months ago

how do i launch my own server instance? i was hoping to run on my orange pi 5 ....i mean is it nodejs or do i just drop the files in my www folder? (i dont know how to use node really)

Parking-Master commented 8 months ago

Hello there. During development I used my own server instance to test the game. You can clone this repository using the clone command, go into that directory/folder, and run node server.js.

Once you have a running instance of the server, you can visit localhost:8080 in your web browser and have an entire clone of the game. All of the game's files are also inside of this repository, so you may edit whatever you want. Keep in mind that cloning this repository may take a while since the size is nearly 2GB.

develperbayman commented 8 months ago

cool thank you