Skip to content

AndreMigX/Virus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

LAN multiplayer game where two or more players have to fight waves of enemies trying to survive as long as possible.

How To Play

Movement

  • W: Up
  • A: Left
  • S: Down
  • D: Right

Attack

  • Mouse pointer: Aim
  • Left mouse button: Fire
  • E: Switch weapon

Weapons

At the moment, there are only two weapons in the game;
You can switch between the primary and secondary weapon by pressing 'E'.

G-Gun

Damage:

  • Primary: automatic, 1
  • Secondary: single-shot, 0.7

A-Bow

Damage:

  • Primary: single-shot.
    Its damage changes based on how long the weapon is loaded:
    • Low: 0.5
    • Medium: 1
    • High: 2
  • Secondary: automatic, 0.7

Enemies

At the moment, there are only two enemies in the game.

Virro

Chases the nearest player.

  • Health: 2
  • Damage: 1

VirroX

Chases the nearest player and shoots a bullet every 5 seconds against him.

  • Health: 4
  • Damage per shot: 2

Collectables

Charge

Randomly released by enemies when killed. Disappears after 1 second and restores 1 health point

Soul

Randomly released by enemies when killed. Disappears after 1 second and restores 1 soul point.
Note: only Ghost players can see it.

Game Modes

Single-Player

To start a single player match, just click the above icon after you have chosen your weapon

Multi-Player (LAN)

First, you have to choose your weapon and click on the icon above.
Then this menu will appear:

Here you can choose either to host a game (icon on the right) or to search for a game on your LAN (icon on the left)

Lobby

Buttons on the screen:

Leave the lobby.
Note: if you are the host, every player in the lobby is forced to leave as well.

  • Red: not ready to start;
  • Blue: ready to start;

Start the game.
Note: only visible to the host when all players are ready to start.

What happens when the player dies?

Single-Player

Game Over

Multi-Player

The player will become a Ghost

In this state, the player is invisible to enemies and if he collects 8 souls, he can return to the battlefield.
Note: if all the players die, the game will end.

Info during the game

  • Upper left: pause button
  • Upper right: player's health;
  • Bottom right: wave number, the higher the harder the game is;

About

LAN multiplayer game where two or more players have to fight waves of enemies trying to survive as long as possible.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors