mirror of
https://github.com/Lendaia/oe-alga-feladatok.git
synced 2026-04-23 12:26:07 +01:00
Add project files.
This commit is contained in:
43
Engine/Parameterek.cs
Normal file
43
Engine/Parameterek.cs
Normal file
@@ -0,0 +1,43 @@
|
||||
namespace OE.ALGA.Engine
|
||||
{
|
||||
public static class Param
|
||||
{
|
||||
public const int TERKEP_SZELESSEG = 15;
|
||||
public const int TERKEP_MAGASSAG = 19;
|
||||
|
||||
public const char NYIL_FEL = '\u02c4';
|
||||
public const char NYIL_BAL = '\u02c2';
|
||||
public const char NYIL_LE = '\u02c5';
|
||||
public const char NYIL_JOBB = '\u02c3';
|
||||
public const char HALOTT = '+';
|
||||
|
||||
public const char FAL = '\u2593';
|
||||
public const char LOVEDEK_VIZSZINTES = '-';
|
||||
public const char LOVEDEK_FUGGOLEGES = '-';
|
||||
|
||||
public const int JATEKVEGE_IDO = 500;
|
||||
public const int HIRTELENHALAL_KEZDO_IDO = 100;
|
||||
public const int HIRTELENHALAL_FOKOZAS_IDO = 10;
|
||||
public const int HIRTELENHALAL_BUNTETES = 1;
|
||||
|
||||
public const int LOVEDEK_MAX_SEBZES = 10;
|
||||
|
||||
public const int JATEKOS_LATOTAVOLSAG = 2;
|
||||
public const int JATEKOS_MEMORIAMERET = 30;
|
||||
|
||||
public const int KINCSEK_SZAMA = 5;
|
||||
public const int KINCSEK_MAX_MERETE = 8;
|
||||
public const int HATIZSAK_MAX_MERETE = 10;
|
||||
|
||||
public const double GEP_VISSZARAK_ESELY = 0.1;
|
||||
|
||||
// optimalizalas
|
||||
public const double MIN_KINCS_TAVOLSAG = 4;
|
||||
|
||||
// kupac
|
||||
public const int LOVEDEKEK_SZAMA = 10;
|
||||
|
||||
// szélességi bejárás
|
||||
public const int TERKEP_BEJARAS_LEPESKORLAT = 30;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user