hello,
i am new here so please forgive me if this is the wrong place for this post.
i have been an amateur programmer most of my life and i'm currently using javascript (don't laugh too hard haha) to assist me in making some simple projects for personal use
i am looking to create an app that turns any given position or ECO (Encyclopedia of Chess Openings) code into an unsigned 64 bit integer (using bitboards i assume)
there might already be an app, website, or source code for this task... but i have been unable to find it so far
if anyone is able to assist me in finding or creating this tool i would appreciate it
i have found a json file on github containing most ECO code it seems, which should be helpful
https://github.com/hayatbiralem/eco.json
i have also found a 'Bitboard Viewer' that allows me to do logical operations based on 2 positions
https://github.com/Tearth/Bitboard-Viewer
i will continue thinking how to accomplish this task alone, i have done some coding related to chess before but it was long ago
ty for your time, and good luck/have fun on your personal projects,
brandon