Skip to content

alphdevcode/fizz-buzz-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fizz Buzz Game

The main idea of this project is to integrate the Fizz-Buzz problem concept into a video game prototype.

It is a wave system game where the player is in the center of the screen and the enemies are spawned around him. Enemies move towards the player to kill him.

Each enemy has a random number from 1 to 100 and based on that it can be a fizz (multiple of 3 but not 5), a buzz (multiple of 5 but not 3), a fizz-buzz (multiple of both, 3 and 5) or a dumb (not a multiple of 3 nor 5).

Conviniently the player have 4 types of attacks, which kills only one kind of enemy (dumb, fizz, buzz, fizz-buzz). In order to kill an enemy the player must choose the correct attack.

Developed using Unity 2021.3.11f1

Controls:

  • Rotate player: Mouse movement.
  • Attack: Left Mouse Button.
  • Change Attack Type: [1, 2, 3, 4] or Mouse Wheel.

Note: A desktop release version is also included in the repo as a zip file.

Game Trivia:

Shadowland used to be a place full of life and joy, until one day... Humanity suffered the worst plague in history, the Dropheads. These ball-shaped creatures wiped out everything in their path, destroying entire cities in the blink of an eye.

Only those who master the ancient magic and the power of its mind will have a chance against them in this journey that mixes ancient arts with a little bit of math.

About

Integrating the Fizz-Buzz problem concept into a video game prototype.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published