Skip to content

Unity Multiplayer Game with Bots. Does not include all files to run it, but most scripts and assets.

Notifications You must be signed in to change notification settings

Kolbein/MultiplayerBotGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Bot Game

Shooting game with bots that chase you. Host server or join multiplayer. Start development fall 2022.

Roadmap

  • Physics
  • Player
    • Simple Body
    • Movement
    • Health
  • Enemy
    • Simple Body
    • Navigation
    • Dealing Damage On Collision
    • Health Bar
    • Hitbox With Varying Damage
    • Animation
    • Weapon
  • Weapon
    • Prefab
    • Shooting Script
    • Hit Scan Logic
    • Bullet Trail
    • Muzzle Flash
    • Reloading
    • Reload Animation
      • Pistol
      • Assault Rifle
    • Weapon Sway
    • Recoil Pattern
    • Recoil Animation
      • Pistol
      • Assault Rifle
    • Multiple Weapons
      • Pistol
      • Assault Rifle
    • Switching Weapons
    • Switching Weapons Animation
  • UI
    • Display Ammo
    • Display Reloading
    • Display Health
    • Crosshair
    • Menu
      • Main Menu
      • Save/Load
      • Host Game
      • Join Game
      • Settings
        • Panel
        • Mouse Sensitivity
        • Field Of View
      • Exit Game
      • In-game Pause Menu
  • Audio
    • Background Music
    • Shooting Audio
      • Assault Rifle
      • Pistol
    • Reloading Audio
      • Assault Rifle
      • Pistol
    • Enemy Audio
    • Movement Audio
      • Walking
      • Running
      • Jumping
  • General
    • Save/Load State
      • PlayerPrefs For Sens/FOV
      • Setting Sens/FOV in CharacterController/Camera
      • State File?
  • Multiplayer
    • GUI for starting
    • Netcode For Player
    • Netcode For Bots
    • Different Player Colors
  • Fun Game

About

Unity Multiplayer Game with Bots. Does not include all files to run it, but most scripts and assets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages