Skip to content

Files

Latest commit

 

History

History
15 lines (13 loc) · 223 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 223 Bytes

Boggle

Compiling

For the compilation, you'll need tools such as : make and gcc

From scratch

$ make clean run -j

Debug

$ make clean run DEBUG=1 -j

Then you can use gdb to debug the program.