https://github.com/angydev/js_fizzbuzz_game
Print numbers from 1 to 100 and write Fizz for mutiples of 3, Buzz for mutiples of 5 and FizzBuzz for multiples of 3 and 5
https://github.com/angydev/js_fizzbuzz_game
fizzbuzz game html-css-javascript
Last synced: 11 months ago
JSON representation
Print numbers from 1 to 100 and write Fizz for mutiples of 3, Buzz for mutiples of 5 and FizzBuzz for multiples of 3 and 5
- Host: GitHub
- URL: https://github.com/angydev/js_fizzbuzz_game
- Owner: AngyDev
- Created: 2021-02-15T09:28:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-19T15:56:31.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T12:14:57.945Z (about 1 year ago)
- Topics: fizzbuzz, game, html-css-javascript
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FizzBuzz Game :game_die:
This is a simple game that prints numbers from 1 to 100 included. If the number is multiple of 3 prints the string "Fizz" near the number. If the number is multiple of 5 prints the string "Buzz", and if the number is multiple of 3 and 5 prints the string "FizzBuzz"
## Technologies
The technologies used in the project:
- Html
- Css
- Javascript
## Demo app
https://jsfizzbuzzgame.netlify.app/