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

https://github.com/remixer-dec/tbab

a browser game with upgrade & battle stages written in pure typescript
https://github.com/remixer-dec/tbab

autobattler game-development typescript websocket

Last synced: 16 days ago
JSON representation

a browser game with upgrade & battle stages written in pure typescript

Awesome Lists containing this project

README

          

### The Big AutoBattle
A [game](https://remixer-dec.github.io/tbab/) I decided to make, to practice typescript and to do a websocket lab for the university. Original design. Original game mechanics. Inspired by HS BGs.

![Screenshot](https://i.imgur.com/oCcoi96.png)

The game has two stages. During the upgrade stage you can increase your stats and use your special ability. You have to choose if you want to attack or defend in the upcoming battle. During the battle stage, every player that choosed to attack, deals damage matching it's attack points. Defense mode decreases that damage by the amount of defense points. The goal is to deal critical damage to your opponent and stay alive.

TODO:
- [X] Mobile support & fullscreen
- [X] Add special abilities to AI's script
- [ ] Add SFX
- [X] Add hover-based special ability description text
- [ ] Move to FWS API v2
- [ ] Add an option to select another server
- [ ] Add language switch in main menu

(c) Remixer Dec 2020 | CC-BY-NC-4.0