mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-08-03 19:56:31 -04:00
update help, upload forgotten build.bat
This commit is contained in:
parent
9fc5f9bf44
commit
804acc1eff
5
programs/games/flood-it/build.bat
Normal file
5
programs/games/flood-it/build.bat
Normal file
@ -0,0 +1,5 @@
|
||||
@del *.
|
||||
@For /R %%i In (*.c) Do c-- "%%i"
|
||||
@rename *.com *.
|
||||
@pause
|
||||
@del warning.txt
|
@ -29,18 +29,16 @@ char BOARD_SIZES[] = "S\0L";
|
||||
|
||||
#ifdef LANG_RUS
|
||||
char *BUTTON_CAPTIONS[]={ " ‡ ®¢® [F2]", " <20>®¬®éì [F1]", " ‚ë室 [Esc]", 0};
|
||||
char CLICKS_TEXT[]=" Š«¨ª¨: /";
|
||||
char CLICKS_TEXT[]="Š«¨ª®¢: /";
|
||||
char LEVELS_TEXT[]=" <20>®«¥:";
|
||||
|
||||
char HELP_WINDOW_CAPTION[]="<EFBFBD>®¬®éì";
|
||||
char *HELP_TEXT[]={ "Š ª ¨£à âì ¢® Flood-it?",
|
||||
"",
|
||||
"‡ ¯®«¨â¥ ¯®«¥ ®¤¨¬ 梥⮬ § ®£à ¨ç¥®¥ ç¨á«® 室®¢.",
|
||||
"ˆ£à ç¨ ¥âáï á ¢¥à奩 «¥¢®© ª«¥âª¨. ‚ë¡¥à¨â¥ 梥â, ¦ ¢ ®¤¨ ¨§",
|
||||
"ª¢ ¤à ⨪®¢ á«¥¢ , ¨ ª«¥âª¨ ®ªà áïâáï í⨬ 梥⮬ - â ª ¢ë ¯à¨á®¥¤¨¨â¥",
|
||||
"á®á¥¤¨¥ ª«¥âª¨ ⮩ ¦¥ ®ªà ᪨. ‡ å¢ â¨âì ¯®«¥ 㦮 § ¬¨¨¬ «ì®¥",
|
||||
"ç¨á«® 室®¢. <20>®è £®¢ ï áâà ⥣¨ï á ¨â¥à¥áë¬ ¯à¨æ¨¯®¬ - ¨§¬¥¨áì,",
|
||||
"çâ®¡ë ¯®¡¥¤¨âì!",
|
||||
"‚ë¡¥à¨â¥ 梥â, ¦ ¢ ®¤¨ ¨§ ª¢ ¤à ⨪®¢. Š«¥âª¨ ®ªà áïâáï",
|
||||
"í⨬ 梥⮬ <20>€—ˆ<E28094>€Ÿ ‘ ‚…<E2809A>•<EFBFBD>…‰ ‹…‚މ - â ª ¢ë ¯à¨á®¥¤¨¨â¥",
|
||||
"á®á¥¤¨¥ ª«¥âª¨ ⮩ ¦¥ ®ªà ᪨. ‡ å¢ â¨âì ¯®«¥ 㦮 § ",
|
||||
"®£à ¨ç¥®¥ ç¨á«® 室®¢. „®áâ㯮 ¤¢ à §¬¥à ¤®áª¨.",
|
||||
"",
|
||||
"ˆ£à âì â ª¦¥ ¬®¦® ª« ¢¨è ¬¨:",
|
||||
"[Q] [W] [E]",
|
||||
@ -59,7 +57,7 @@ char BOARD_SIZES[] = "S\0L";
|
||||
"vajutades nuppudele vasakul. Kui sa muudad värvi pragusel alal,",
|
||||
"siis iga kokkupuutuv sama värv muutub samaks. Nii saad ujutada",
|
||||
"teised alad mänguväljal üle. Valida saad 2 mänguvälja suuruse",
|
||||
"vahel. Proovi väli üle ujutada etteandtud käikude arvuga!",
|
||||
"vahel.",
|
||||
"",
|
||||
"Mängida saab ka klaviatuuriga:",
|
||||
"[Q] [W] [E]",
|
||||
@ -73,11 +71,10 @@ char BOARD_SIZES[] = "S\0L";
|
||||
char HELP_WINDOW_CAPTION[]="Help";
|
||||
char *HELP_TEXT[]={ "How to play Flood-it?",
|
||||
"",
|
||||
"Flood the whole board with one color within the allowed steps.",
|
||||
"You start from the top left corner and progress by selecting one",
|
||||
"You start from the TOP LEFT corner and progress by selecting one",
|
||||
"of the colored buttons on the left. When you change your current area",
|
||||
"color, every adjacent square with the same color also changes, that",
|
||||
"way you can flood other areas of the board. Select from 3 sizes of",
|
||||
"way you can flood other areas of the board. Select from 2 sizes of",
|
||||
"the board and try to flood-it in the least amount of steps!",
|
||||
"",
|
||||
"You can also play with keyboard:",
|
||||
|
Loading…
x
Reference in New Issue
Block a user