31

io-game - Synchronizing various RPG elements over the network with sockets.

 4 years ago
source link: https://github.com/valkyrienyanko/io-game
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

nyAJbmz.png!web

io-game is a networking prototype using sockets and express to communicate over the network, p5.js for the graphics and input, and electron.js for cross-platform support. The end goal is to create a online RPG syncing over various elements such as NPCs, chat messages and other transforms.

Thanks to electron the game has the potential to run on Windows, Linux, Mac and any web browser.

Due to the limitations of the p5.js graphics library and the complexity of three.js, this project has been discontinued and is now a relic in time. I'm still open to working on it if anyone has any suggestions.

Feel free to contact me on Discord ( valk#3277 ).

Table of Contents

Setup

  1. Clone https://github.com/valkyrienyanko/io-game-v2.git
  2. Download and install LTS Node.js
  3. Make sure you have yarn installed npm i -g yarn
  4. Run yarn install
  5. Start server with yarn dev:server
  6. Create a client by opening up localhost:7777/ in your browser

If you're using nodemon, the server will automatically restart whenever code has been changed. If you ever need to restart the server manually you can do so with the rs command. Nodemon is used by default when using yarn dev:server . You can use node . instead if you prefer.

Building

Use yarn build to build the electron app.

Debugging

Server

The server will spit out errors directly to the server console. If you're using nodemon, it will restart the server when changes are made to any of the files.

Browser

Viewing the developer console depends on which browser you're using. Here are some hotkeys to take note of.

Chrome Firefox Opera CTRL + SHIFT + J CTRL + SHIFT + J CTRL + SHIFT + I

Electron

An external debugger will automatically be attached if you run the app through yarn dev:client . Note that this has not been tested and may not even be the right way to go about debugging electron.

Libraries


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK