Sundaybrian / game-ping-pong

Ping pong is a simple up-counter game.It prints up ping when numbers are divisible by 3;pong when numbers are divisible by 5 and ping-pong when numbers are divisible by both 3 and 5.

Home Page:https://sundaybrian.github.io/game-ping-pong/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ping-pong

18-8-2017

By Sunday Brian

Description

Ping pong is a simple up-counter game.It prints up ping when numbers are divisible by 3;pong when numbers are divisible by 5 and ping-pong when numbers are divisible by both 3 and 5.

Setup/Installation Requirements

  • Clone repo
  • Open index.html
  • Play
  • Enjoy

Technologies Used

Written in HTML.Styled with CSS and Bootstrap.Scripted in Javascript and Jquery frameworks.

Behaviour Driven Development(BDD)

Specifications

  • It can count to a specified number
  • It can detect if a number is divisible by 3
  • It can detect if a number is divisible by 5
  • It can detect if a number is divisible by both 3 and 5

Support and contact details

If you run into any issues or have questions, ideas or concerns.Feel free to contact me at brians931@gmail.com

License

MIT

Copyright (c) 2017

About

Ping pong is a simple up-counter game.It prints up ping when numbers are divisible by 3;pong when numbers are divisible by 5 and ping-pong when numbers are divisible by both 3 and 5.

https://sundaybrian.github.io/game-ping-pong/


Languages

Language:HTML 70.1%Language:JavaScript 20.5%Language:CSS 9.4%