Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

parasdaryanani/wasp-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Wasp Game

You may only use PHP / CSS / HTML for this task and no frameworks or libraries. You can use sessions. The whole program should be written in one single file and may be either procedural or object oriented. It should be possible to place the file anywhere within a website and for it to be run in a browser. Create a simple text only game with a single button that hits a random wasp from a nest of wasps. Each time the button is pressed, a wasp is hit and its points reduced. Once its points have gone to zero the wasp dies and cannot be hit again. The screen shows the state of all the wasps after each hit. The game is over when all wasps have died. You should be able to start a new game once the game is over.

You should be able to solve this in under 150 lines including comments and any more than that is a sign you have overcomplicated the problem. You can use basic html and css to tidy up the output, but the solution should be simple text and a button rather than any styled UI.

You start the game with the following wasps:

1 x Queen

  • 80 Hit Points
  • Loses 7 hit points every time it is hit
  • All wasps die if the queen is killed

5 x Worker wasps

  • Each one starts with 68 hit points
  • Each one Loses 10 hit points each time it is hit

8 x Drone wasps

  • Each starts with 60 hit points
  • Each loses 12 hit points each time it is hit.

This task should take no more than 60-90 minutes to complete. Send us the final PHP file. Be prepared to talk through your solution.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages