fix: a star in docs

This commit is contained in:
zsq259
2024-06-25 15:51:24 +08:00
parent 1b3eba4657
commit 4c3e84486d
173 changed files with 10755 additions and 6 deletions

View File

@ -0,0 +1,2 @@
class: "PercentPassedQuestion"
max_points: "3"

View File

@ -0,0 +1,4 @@
# This is the solution file for test_cases/q4/positionLogicPlan1.test.
solution_win: "True"
solution_score: "508"
solution_path: "West South"

View File

@ -0,0 +1,11 @@
class: "PositionProblemTest"
layoutName: "maze2x2"
layout: """
%%%%
% P%
%. %
%%%%
"""

View File

@ -0,0 +1,4 @@
# This is the solution file for test_cases/q4/positionLogicPlan2.test.
solution_win: "True"
solution_score: "502"
solution_path: "South South West South West West South West"

View File

@ -0,0 +1,14 @@
class: "PositionProblemTest"
layoutName: "tinyMaze"
layout: """
%%%%%%%
% P%
% %%% %
% % %
%% %%
%. %%%%
%%%%%%%
"""

View File

@ -0,0 +1,4 @@
# This is the solution file for test_cases/q4/positionLogicPlan3.test.
solution_win: "True"
solution_score: "491"
solution_path: "East East South South West South South West West South West West West West West West West West West"

View File

@ -0,0 +1,17 @@
class: "PositionProblemTest"
layoutName: "smallMaze"
layout: """
%%%%%%%%%%%%%%%%%%%%%%
% %% % % %
% %%%%%% % %%%%%% %
%%%%%% P % %
% % %%%%%% %% %%%%%
% %%%% % % %
% %%% %%% % %
%%%%%%%%%% %%%%%% %
%. %% %
%%%%%%%%%%%%%%%%%%%%%%
"""