This is a simple implementation of the classic Minesweeper game in Javascript. It includes a bot that can play one turn at a time and an option to let it play automatically. The bot speed can be ...
Just a simple project to try and recreate the Minesweeper in Javascript, although once again certainly not as pretty. The current implementation is an absolute mess logic wise, barely working and ...