Skip to content

Commit c90a884

Browse files
author
baerlux
committed
final polish (make it easier)
1 parent 6bdd2db commit c90a884

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ static constexpr int base = 10;
2424
static constexpr int chain_length = 3;
2525
static constexpr int surface_size = 100;
2626
static constexpr int max_surface_factor = 10000;
27-
static constexpr int min_win_score = 5000;
27+
static constexpr int min_win_score = 2000;
2828
static constexpr int player_lives = 5;
2929
static constexpr int player_energy = 100;
3030
static constexpr int ok_energy_gain = 10;

0 commit comments

Comments
 (0)