mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
init-commit
This commit is contained in:
commit
18a552597a
3461 changed files with 1150579 additions and 0 deletions
32
internbootcamp/libs/slitherlink/config.json
Executable file
32
internbootcamp/libs/slitherlink/config.json
Executable file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"difficulty_levels": {
|
||||
"easy": {
|
||||
"grid_size": 5,
|
||||
"num_clues": 12
|
||||
},
|
||||
"medium": {
|
||||
"grid_size": 7,
|
||||
"num_clues": 18
|
||||
},
|
||||
"hard": {
|
||||
"grid_size": 10,
|
||||
"num_clues": 25
|
||||
}
|
||||
},
|
||||
"ui_settings": {
|
||||
"cell_size": 60,
|
||||
"line_width": 3,
|
||||
"colors": {
|
||||
"background": "#FFFFFF",
|
||||
"grid": "#000000",
|
||||
"clues": "#0000FF",
|
||||
"lines": "#FF0000",
|
||||
"completed": "#00FF00"
|
||||
}
|
||||
},
|
||||
"game_settings": {
|
||||
"default_difficulty": "medium",
|
||||
"show_timer": true,
|
||||
"highlight_errors": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue