/KeepieUppieBot

Telegram bot that allows users to play a simple HTML5 game.

Primary LanguagePHPApache License 2.0Apache-2.0

Keepie Uppie Bot (Telegram Game)

Keepie Uppie is a simple game that I made using HTML5. In order to make it work within the Telegram app, I also created a bot in PHP that allows users to play the game, share it and get and set records.

DISCLAIMER: There is nothing wrong with the code, but the bot doesn't work anymore because I no longer have a web server up and running.

The game

The goal of the game is to keep the ball in the air as long as possible by tapping on it.

Game demo

The design of the game is responsive and adapts to different screen sizes and orientations.

The bot

The only purpose of the bot is to allow users to play the game and set records. To do so, it manages the communications between the players and the Telegram API.

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.