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,
- Host: GitHub
- URL: https://github.com/cornel-cp/car-ball
- Owner: cornel-cp
- Created: 2025-04-11T10:21:08.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-11T16:14:22.000Z (about 1 month ago)
- Last Synced: 2025-04-11T16:52:45.504Z (about 1 month ago)
- Topics: game-development, multiplayer, phaser, pixijs, socket-io, webgl
- Language: JavaScript
- Homepage:
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# carball.io
## 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 watchRunning 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!