pinheiro-lucas / fps-game-ursina

Multiplayer FPS Game using Ursina (Python)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)


Languages

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