Integrate Rapfi Analysis in Gomoku
Employer not named by the sourceRemote
Frontier is not the employer and does not collect applications.
About this role
PHP, JavaScript, Python, C++ Programming, Game Development, Web Development, API Development, Base44 · I built a Gomoku web-app with Base44 and now want to enrich it with rapfi analysis similar to what Chess.com offers for chess.
Scope of the new module • Move-by-move analysis that updates as each stone is placed. • Winning probability calculations displayed alongside the board. • Suggestions for next best move that players can click to preview.
Display style The analysis must appear through interactive elements rather than static text or charts. Think tooltips, side panels, or overlays that let users explore variations without leaving the game view.
Coverage The feature has to work in both live games and past games saved in the user’s archive, so the same component should listen to real-time moves and also replay stored move lists.
Technical notes – The app is written in Base44’s framework; your solution should slot cleanly into that stack. – Optimised computation is important to avoid noticeable lag during live play. If you plan to offload calculations to a backend service or WASM module, outline that approach. – All UI additions must follow the app’s existing styling conventions and be responsive on mobile and desktop.
Deliverables 1. Integrated code with c