Skip to content

AmirMGhanem/fps-game-ursina

 
 

Repository files navigation

Multiplayer FPS Game

  • Multiplayer FPS game using Ursina Engine (Python)
  • Server made with javascript (easier to work with websocket)

How to use

Easy method:

Windows:

  PowerShell.exe -ExecutionPolicy Bypass -File .\installer-windows.ps1

Linux (Debian and Ubuntu based):

  sh installer-linux.sh

Manual method:

  • Setup .env (with .env.template example)

Server:

  npm i && npm start

Client:

  pip install -r requirements.txt
  python main.py

More about Ursina:

About

Multiplayer FPS Game using Ursina (Python)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.7%
  • JavaScript 24.7%
  • PowerShell 6.7%
  • Shell 3.2%
  • HTML 2.9%
  • CSS 1.8%