Skip to content

behide-game/behide

Repository files navigation

Behide 🔺

A prop hunt made with Godot
This game is in slow development

WIP

  • Networking
  • Base user interface
  • Base gameplay
  • Playable game
  • Player account?
  • Coherent design

Detailed WIP

  • Add effects when hunter shoots
  • Add end game scene
  • Add ability to start a new game
  • Add ability to choose the hunters/props repartition
  • Add game info on HUD
    • Ammo
    • Kill field
  • Crash test

Development

  • Clone the repo: git clone https://github.com/behide-game/behide --recursive
  • Download the WebRTC native extension
  • Download the models here (put the Models folder in the Assets folder)
  • Let Godot import files (you can run the godot --import command)
  • Add a .env file:
    SIGNALING_URL=https://signaling-server-url.com/
    RELAY_USERNAME=username
    RELAY_PASSWORD=password
    

Releases

No releases published

Contributors