Projects

codingame Ghost in the Cell

Ghost in the Cell

During the COVID quarantine in March 2020, I discovered an exhilarating competition. The objective was simple: choose a programming language and develop an artificial intelligence to dominate the enemy bots, all while adhering to strict rules.

I immediately fell in love with the challenge. The difficulty level started low but progressively increased, keeping me hooked. As I climbed the ranks, I delved into studying algorithms to find optimal paths, ultimately selecting the Floyd-Warshall algorithm.

To maximize performance, I tirelessly optimized my code, conducting multiple refactors. Embracing the test-driven development approach, I implemented tests with Jest. With determination, time, and a stroke of luck, I proudly secured the eighth position in the rankings, placing first among JavaScript participants.