/3tapheroes

A simple HTML5 game with Phazer to use for a Telegram Gamebot

Primary LanguageJavaScript

Disclaimer

This project is very early in development. You might spot various errors in the code and find the program itself doing far less then it is supposed to. Plus I'm not exactly a pro in web development so take that into account.

What is this?

Three Tap Heroes is an extremely simple Gamebot for Telegram. You play as a team of Heroes trying to fend off hordes of monsters as they arrive. You are in control of a Mage (left), a Knight (center) and a Ranger (left). Monsters approach from above and you are supposed to command the hero corresponding to the frontmost enemy. If you get it right, the enemy is defeated and you get points. If you command the wrong hero, the other enemies will exploit that brief distraction and sprint briefly onward. If at any time a monster reaches your heroes, it's game over.

Dependencies

The game itself is written in Javascript using Phaser. Please refer to http://phaser.io/ for further details. The Telegram Bot API is wrapped using Telegram Bot SDK. Please refer to https://github.com/irazasyed/telegram-bot-sdk/

Setting Up

== To Come ==