- NodeJS
- Electron
- node-fetch
To get started with the Game Server project, run the following:
node server.js # Should output:
# > Hosted server at localhost:8080
cd client
npm startYou'll see two windows open, Game Controller and Game Client. If you click into the Game Controller window, you can control the cube with the W, A, S and D keys. You should see it moves the cube in both windows.