Minesweeper
Coding Challenge #71
In this challenge, I attempt to code the classic game Minesweeper in JavaScript with the p5.js library. This video builds on some previous tutorials related to the Prototypes and multi-dimensional arrays in JavaScript.
Community Contributions
- Extended Beesweeper by kleinesfilmröllchen (Source Code)
- TypeScript Port with Color by Gareth Williams (Source Code)
- Mine-Buddy by dondanhill (Source Code)
- Minesweeper made in Processing.py by ChrisB (Source Code)
- Python implementation with PyGame by Sayan Goswami (Source Code)
- Mine Sweeper by Bruce Chen (Source Code)
- MineSweeper by Po Mauguet (Source Code)
- Minesweeper! by Vignesh Joglekar (Source Code)
- Beesweeper by SphaeriCactus (Source Code)
- Minesweeper - trying data oriented (Is it?) by alok (Source Code)
- HexSweeper - Hexagon-based Minesweeper game by Zykatious (Source Code)
- Trollsweeper - no mines only harmless trolls by Claes Gill (Source Code)
- Marksweeper by Jasper Eenhoorn (stemvork) (Source Code)
- Beesweeper by Vaibhav Gupta (guptavaibhav0) (Source Code)
- 3D MineSweeper by jc1812 (Source Code)
- Minesweeper using Processing.py by Bhaswar Chakraborty (Source Code)
- BOMBSWEEPER!!! by Abhay Kashyap and Simon Tiger (Source Code)
- clasic bomb-sweeper by Loïc Rico (Source Code)
- Minesweeper with Unity3D! by Muhammed Resul BİLKİL (Source Code)
You can also add your own version! (See how)