1 Week Multiplayer TypeScript remake of Suika Game for the web using PIXI.js and Matter.js.
A more extensive polished remake is being worked on at andrewn9/tsuika-99
- Room system
- Client-driven event system
- 🍒 🍓 🍇 🍊 🍎 🍐 🍑 🍍 🍈 🍉
Clone the project
git clone https:github.com/andrewn9/tsuika
Go to the project directory
cd tsuika
Install dependencies
npm install
Start the server
npm run start
Client: PIXI.js, socket.io-client
Server: Node, Express, socket.io