Skip to content

kanicreampasta/WebcamShooting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Webcam FPS

This is online meeting first-person-shooter game.

Every player in this game has his/her face from the webcam.

You can enjoy pulling the trigger at your friends' face!

How to compile

This repository contains client-side codes.

This project has been created using webpack-cli, you can now run

npm run build

or

yarn build

to bundle your application

Dependencies

  • ammo.js (typescript types are auto-generated by us)
  • three.js
  • pion/webrtc (golang)

How to set up server

This chapter is work in progress.