Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 507 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 507 Bytes

Striker-Stats

An Overwolf application that seeks to help beginners learn awakening choices in the game, Omega Strikers. This app uses Terreract.js to perform optical character recognition (OCR) on command when a player wants to analyze the available awakenings, and be recommended a choice based on their previous selections and awakenings that have already left the availability pool.

Build Setup

git clone https://github.com/Poke024/Striker-Stats.git;
npm install;
cd ts;
npm run dev;