JakeOrichmond / Ping-PongCodeReview

A game making ping and pong happen by using numbers divisible by 3, 5, and 15

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ping-Pong Numbers

Enter a number. If it is divisible by 3 you get ping, divisible by 5 you get pong, and if it is divisible by 15 you get ping pong.

Getting Started

Clone from GitHub and open the index.html file in your browser.

Built With

  • Jquery - User Interface Logic
  • JavaScript - Business Logic
  • Bootsrap - for layout
  • Atom - Text Editor I built program with
  • CSS3 - for styling

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc

About

A game making ping and pong happen by using numbers divisible by 3, 5, and 15


Languages

Language:HTML 62.2%Language:JavaScript 23.5%Language:CSS 14.3%