ladybird/Games/Minesweeper
Andreas Kling bc5148354f LibCore: Add a CConfigFile class, a simple INI file parser.
You open the configuration for an app like so:

    auto config = CConfigFile::get_for_app("MyApp");

This will then open ~/MyApp.ini and parse it for you.
Immediately start using it in Minesweeper to load the field size and mine
count from a config file.
2019-04-15 02:23:20 +02:00
..
.gitignore Minesweeper: Start working on a simple minesweeper game. :^) 2019-04-13 03:08:16 +02:00
Field.cpp LibCore: Add a CConfigFile class, a simple INI file parser. 2019-04-15 02:23:20 +02:00
Field.h Minesweeper: Add flag counter and game timer. 2019-04-14 21:01:52 +02:00
main.cpp Minesweeper: Add flag counter and game timer. 2019-04-14 21:01:52 +02:00
Makefile Minesweeper: Start working on a simple minesweeper game. :^) 2019-04-13 03:08:16 +02:00