Skip to content

Multiplayer online top down 2D shooter, made with JS, Processing (P5.js), and Socket.io

License

Notifications You must be signed in to change notification settings

cuHacks2020/1InTheSocket

Repository files navigation

One in the Socket

image

Getting started

Clone this repository and install its dependencies:

npm install
npm run dev

npm run build builds the application to public/bundle.js, along with a sourcemap file for debugging.

npm start launches a server, using serve. Navigate to localhost:3000.

npm run watch will continually rebuild the application as your source files change.

npm run dev will run npm start and npm run watch in parallel.

License

MIT.

About

Multiplayer online top down 2D shooter, made with JS, Processing (P5.js), and Socket.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published