Embarcadero Dev C Random Maze Generator

Опубликовано: 02 Апрель 2026
на канале: Code Cube
265
4

Dev C have the ability to perform old style BGI type graphics applications. In this example a 20 x 20 size matrix generated for simulating a 2D maze. And blocks of maze are generated with random number generation. After that step graphics are created by using the information in the matrix

#devc #embarcadero #bgigraphics #c #c++ #2dmaze

you can find the codes in the following link :
https://github.com/burakyilmazrobotic...