Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding two final packs #8

Merged
merged 1 commit into from
Mar 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ The playtime for the packs from McDonald's should be quite predictable, even for

The classic packs are a bit more complex, as the values of their stats can vary significantly — including year, height, price, etc. It may take a few games to determine what should be considered a "high" value for each stat, but otherwise, the gameplay doesn't differ much. Nonetheless, the classic packs show more variability in terms of playtime, ranging from [`34 to 56 minutes`](https://github.com/aelmekeev/top-trumps/actions/workflows/packs.yaml). In the first few games, where players might choose stats nearly at random, [the duration of the game can be reduced by up to 20%](https://github.com/aelmekeev/top-trumps/actions/workflows/strategies.yaml).

The Mini Trumps series, which has fewer cards than even the McDonald's editions, seems to have the shortest average playtime of about 12 minutes. However, the pack tested also proved to be the most unstable.

As evident, none of these durations come close to the 3-10 minutes mentioned on Wikipedia.

## Test conditions
Expand Down
66 changes: 33 additions & 33 deletions packs/german-cars.csv
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
Car;mph;hp;0-100 km/h;cc;cylinders;lbs
Audi 100 Coupe S;113;112;10;1871;4;2425
Audi 100 GL;111;112;11;1871;4;2200
Audi 80 GL;105;85;13;1470;4;1884
Audi 80 L;90;55;17;1296;4;1840
BMW 1802;102;90;12;1766;4;2072
BMW 3.0 CS;132;180;8;2985;6;3042
BMW 3.0 S;127;180;9;2985;6;3042
BMW 520;107;115;13;1990;4;2712
Ford Consul 1700;90;75;19;1698;4;2645
Ford Escort 1100 S;80;48;23;1098;4;1862
Ford Granada 3000;115;138;11;2945;6;3010
Ford Taunus 1600 GT;100;88;14;1576;4;2250
Mercedes 200;100;95;16;1988;4;2932
Mercedes 280 E;125;185;10;2746;6;3307
Mercedes 350 SE;128;200;10;3499;8;3803
Mercedes 350 SL;130;200;9;3499;8;3406
Opel Ascona 16;90;68;18;1584;4;2060
Opel Commodore GS/E Coupe;125;160;10;2784;6;2810
Opel Commodore;108;115;13;2490;6;2712
Opel Diplomat 5,4;128;230;9;5334;8;3725
Opel Kadett 1,2;87;60;17;1196;4;1698
Opel Manta 16 S;100;80;14;1584;4;2116
Opel Rekord 1700 S;96;83;17;1698;4;2425
Opel Rekord 1900 Coupe;103;97;14;1897;4;2425
Porsche 911 E Targa;137;165;9;2341;6;2370
Porsche 911 T Coupe;128;130;10;2341;6;2315
Porsche Carrera RS;152;210;6;2687;6;2116
VW 1303;78;44;25;1285;4;1962
VW 1600 L;84;54;19;1584;4;2282
VW 412 LE;96;80;16;1679;4;2425
VW K 70 L;98;90;14;1605;4;2425
VW-Porsche 914 2.0;118;100;11;1971;4;2094
Car;mph;hp;0-100 km/h;cc;cylinders;lbs # 0-100 km/h is set to minus to simulate "smaller is better"
Audi 100 Coupe S;113;112;-10;1871;4;2425
Audi 100 GL;111;112;-11;1871;4;2200
Audi 80 GL;105;85;-13;1470;4;1884
Audi 80 L;90;55;-17;1296;4;1840
BMW 1802;102;90;-12;1766;4;2072
BMW 3.0 CS;132;180;-8;2985;6;3042
BMW 3.0 S;127;180;-9;2985;6;3042
BMW 520;107;115;-13;1990;4;2712
Ford Consul 1700;90;75;-19;1698;4;2645
Ford Escort 1100 S;80;48;-23;1098;4;1862
Ford Granada 3000;115;138;-11;2945;6;3010
Ford Taunus 1600 GT;100;88;-14;1576;4;2250
Mercedes 200;100;95;-16;1988;4;2932
Mercedes 280 E;125;185;-10;2746;6;3307
Mercedes 350 SE;128;200;-10;3499;8;3803
Mercedes 350 SL;130;200;-9;3499;8;3406
Opel Ascona 16;90;68;-18;1584;4;2060
Opel Commodore GS/E Coupe;125;160;-10;2784;6;2810
Opel Commodore;108;115;-13;2490;6;2712
Opel Diplomat 5,4;128;230;-9;5334;8;3725
Opel Kadett 1,2;87;60;-17;1196;4;1698
Opel Manta 16 S;100;80;-14;1584;4;2116
Opel Rekord 1700 S;96;83;-17;1698;4;2425
Opel Rekord 1900 Coupe;103;97;-14;1897;4;2425
Porsche 911 E Targa;137;165;-9;2341;6;2370
Porsche 911 T Coupe;128;130;-10;2341;6;2315
Porsche Carrera RS;152;210;-6;2687;6;2116
VW 1303;78;44;-25;1285;4;1962
VW 1600 L;84;54;-19;1584;4;2282
VW 412 LE;96;80;-16;1679;4;2425
VW K 70 L;98;90;-14;1605;4;2425
VW-Porsche 914 2.0;118;100;-11;1971;4;2094
25 changes: 25 additions & 0 deletions packs/mini-trumps-racing-motor-cycles.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name;engine capacity, cc;maximum power output, hp;revolutions per minute;number of cylinders;number of gears # https://ultimate-top-trumps.co.uk/england/dubreq/mini_trump_fact_cards/racing_motor_cycles.html
Aro Side Car Outfit (Germany);500;90;12000;4;6
Bender Special (Germany);124;39;13600;2;6
BMW (Germany);750;70;8000;2;5
BMW Side Car Outfit (Germany);500;75;9800;2;6
Bultaco (Spain);125;40;14000;2;6
Derbi (Spain);50;18;16000;1;6
Harley Davidson (USA);250;60;12000;2;6
Honda (Japan);750;95;9500;4;5
Kawasaki (Japan);250;52;11000;2;6
Kawasaki (Japan);500;100;12000;3;6
König Side Car Outfit (Germany);500;100;11500;4;6
Kreidler (Germany);50;22;18000;1;6
Maico (Germany);125;34;12500;1;6
Malanca (Italy);50;16;15000;1;6
MV Augusta (Italy);350;72;14000;4;6
MV Augusta (Italy);500;100;14500;4;6
Piovaticci (Italy);50;19;16500;1;6
Suzuki (Japan);500;105;1500;4;6
Suzuki (Japan);750;130;10500;3;6
Yamaha (Japan);125;36;14000;2;6
Yamaha (Japan);500;95;10500;4;6
Yamaha (Japan);750;125;10700;4;6
Yamaha 350 (Japan);350;70;12000;2;6
Yamaha Side Car Outfit (Japan);500;92;10500;4;6
33 changes: 33 additions & 0 deletions packs/world-class-cars.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name;engine capacity, cc;maximum power output, hp;revolutions per minute;oil tank, l;petrol tank, l;wheel-base, mm;length, mm;height, mm;width, mm;turning circle;weight;acceleration (0-100 km/h);consumption per 100km;maximum speed, km/h # https://ultimate-top-trumps.co.uk/england/dubreq/series_3/world_class_cars.html
Alfa Romeo Montreal;2593;200;6500;12.1;63;2350;4220;1672;1205;11.2;1270;-100;-18.5;220
Bitter CD;5354;230;4700;4.5;80;2829;4820;1852;1290;11.9;1700;-9;-20;215
BMW 633 CSi;3210;200;5500;6.5;70;2626;4755;1725;1365;10.9;1470;-8;-16;210
Bricklin;5879;220;440;4.7;82;2438;4536;1717;1225;10.4;1000000;-8;-20;200
Cadillac Seville L 4;5376;182;4400;4.7;79.5;2905;5180;1825;1390;14;1965;-11;-21;180
Citroen SM;2670;163;5500;7;90;2950;4893;1836;1324;11.7;1800;-11;-17.5;220
Countach;3929;375;8000;15;140;2450;4140;1890;1070;11.2;1320;-6;-26;290
Daimler Pullman;4235;245;5500;8.2;90;3580;5740;1990;1620;16;2230;-14;-22;176
De Tomaso Pantera L;5736;330;5400;5.5;85;2515;4270;1830;1100;11.5;1420;-7;-21;254
Dino 308 GT4;2926;225;7700;6;80;2550;4320;1800;1180;12.5;1150;-7;-19;250
Ferrari 365 GT 4;4390;340;6800;10;120;2700;4800;1800;1290;13.4;1650;-8;-26;250
Ferrari 365 GT BB;4390;360;7500;10;90;2500;4360;1800;1120;12.5;1300;-7;-26;300
Ferrari 365 GTB/4;4390;352;7500;16;100;2400;4425;1760;1245;13.4;1200;-6;-28;280
Ford Continental;7536;200;3800;4.7;99.5;3030;5910;2040;1480;15;2395;-11;-24;190
Ford Thunderbird;7542;227;4000;4.7;100;3060;5735;2025;1350;14.2;2315;-10;-24;195
Jaguar XJ6;4235;245;5500;8.2;104;2764;4811;1768;1342;12.2;1680;-10;-19;200
Jaguar XJS;5307;287;5750;9;91;2590;4870;1790;1260;13;1760;-7;-24;240
Lamborghini Urraco P250;2463;220;7800;6;70;2450;4250;1760;1115;10.8;1000000;-100;-18;240
Lotus Elite;1973;150;6500;6;67;2483;4457;1816;1206;10.5;1110;-8;-14;205
Maserati Bora;4719;310;6000;9;85;2600;4335;1768;1134;11.7;1550;-7;-22;260
Mercedes Benz 450 SEL 6.9;6834;286;4250;12;96;2965;5050;1865;1430;12.2;1935;-8;-23;225
Mercedes Benz 450 SL;4520;225;5000;7.5;90;2815;4740;1790;1330;11.7;1630;-9;-19.5;215
Mercedes-Benz 600;6289;250;4000;6;112;3200;5540;1950;1500;12.7;2600;-10;-24;207
Monteverdi Hai 450 SS;6980;450;5000;11;130;2540;4280;1795;1110;13.2;1500;-6;-27;270
Monteverdi High Speed 375;7207;310;4600;7;115;2660;4800;1795;1270;13.3;2300;-8;-27;230
Oldsmobile 98;7446;193;3400;4.7;98;3150;5900;2030;1380;11.4;2220;-12;-25;180
Panther;4235;172;4500;8.2;118;2769;4052;1701;1406;15;1100;-10;-24;200
Pontiac firebird;6558;188;3600;5.7;76;2745;4980;1860;1250;12.6;1735;-11;-21;195
Porsche Turbo;2993;260;5500;13;80;2272;4291;1775;1304;10.8;1140;-6;-18;250
Rolls Royce Camargue;6750;250;4500;8.2;68;3050;5170;1920;1470;12;2345;-12;-24;180
Rolls Royce Corniche Cabriolet;6745;260;4500;8.2;105;3683;5170;1828;1520;13;2300;-11;-24;193
Stratos;2418;190;7000;6.5;85;2180;3710;1750;1110;10;1030;-8;-17;220