Skip to content

kentarospin98/RandomSourceCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

HADA presents Zyr


What is our project is

This project is basically a simple board game which we created as a pastime in our free periods.

How to use it

It is a simple board game you can play in online using random integer function. You should know some rules before play.

  1. You have to choose the Board Size.

    Players Grid Size
    1 5x5 Tiny
    2 7x7 Medium
    3 9x9 Large
    4 11x11 Insane
  2. You need to input Player names and a Symbol will automatically be assigned to Players. (Min 2 Players, Max 4 Players)

  3. After setting up everything, a random number will be chosen. Each random number represents an action;

    1. Move
    2. Shoot
    3. Build
    4. Break
    5. Step
  4. Each function has different ability:

    • Move : You are allowed two steps in any direction. But you can't move across walls (Or corners). If you move on another player, you can push him to one step to any direction, even into walls! A Player cannot Move, Shoot, Build or Step when in a wall. If a player is pushed into the wall there is a 25% chance of his life being deducted and when the wall breaks there is a 75% chance of his life being deducted. Test your luck!
    • Shoot: You can shoot others once they are in line of sight. But you can't shoot them when they are behind walls. When shot, a life is lost and you returned to spawn position. When all 3 lives have been deducted, you are out of the game.
    • Build: You can build a wall in every direction one step away from your place, but not over other players or in locations which are behind walls.
    • Break: You can break a wall in every direction one step away from your place, but not the ones which are hidden behind walls.
    • Step : Exactly like move, but you are allowed only one step.
    • Jump
  5. Last man standing will be winner of the game!

Minimum requirements:

When you start game for the first time, it requires some data. This will be downloaded automatically when you start the game.

Why we made it:

We have enjoyed random integer game during free period so that we want to share our idea through this project and makes others also can enjoy this game.


Credits

Name Job
Dhruva Loke Lead Developer, Junior Visionary Officer
Abhay Sriwastawa Lead Graphics Designer, Junior Developer, Junior Visionary Officer
Allen Jomy Junior Graphics Designer, Sound Creator, Junior Visionary Officer
Junehan Lee Technical Writer, Junior Visionary Officer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •