An open API service indexing awesome lists of open source software.

https://github.com/reececomo/fizzbuzz

FizzBuzz in Java is a reconstruction of the classic children's game
https://github.com/reececomo/fizzbuzz

Last synced: 12 months ago
JSON representation

FizzBuzz in Java is a reconstruction of the classic children's game

Awesome Lists containing this project

README

          

FizzBuzz (in Java)
========
Written by Reece Como

A playable version of the classic children's game, as written in Java.
Using the commands "fizz" (or "f"),"buzz" (or "b"), and "fizzbuzz" (or "fb"), players distinguish between regular integers and multiples of 3, 5 and 15 (respectively), as they traverse from 1 to 100.

Compatible with Java 6.