An open API service indexing awesome lists of open source software.

https://github.com/cornel-cp/car-ball

Web GL game. Pixi, socket.io,
https://github.com/cornel-cp/car-ball

game-development multiplayer phaser pixijs socket-io webgl

Last synced: about 1 month ago
JSON representation

Web GL game. Pixi, socket.io,

Awesome Lists containing this project

README

        

# carball.io
![image](https://github.com/user-attachments/assets/948835fd-b18a-4652-b332-c9d798f9432f)

## how to run on a server
1. pnpm i
2. npm run build
3. node .

Running on port 3000

## development

running client in dev mode:
1. pnpm i
2. cd client
3. npm run watch

Running server in dev mode:

Now open a new terminal while that's running
1. node .

Running on port 3000

Make sure to restart `node .` whenever you make a server change

Enjoy!