Skip to content

Quick-and-dirty implementation of the "Flamme Rouge" board game.

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENCE
Unknown
LICENSE
Notifications You must be signed in to change notification settings

seventh/FlammeRouge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flamme Rouge

This is a quick-and-dirty implementation of the Flamme Rouge board game.

It is distributed under the terms of the CeCILL 2.1 license.

Requirements

You'll need a running Python 3 interpreter.

Command line arguments

-c port Launch as client, connecting to server at specified port. If required, a network address may be prepended.
-h nb_humans Launch as server, specifies number of humans players (including playing on the server command line).

How to play

You are the grey (gris) player. Your team competes against three other ones: the blue (bleu) one, the green (vert) one and the black (noir) one.

+~~~~+<<<<+<<<<+<<<<+<<<<+<<<<+<<<<+<<<<+>>>>+>>>>+>>>>+>>>>+>>>>+~~~~+
| Sn |    |    |    |    |    |    |    |    |    | →→ |    | →→ |    |
+----+----+----+----+----+----+----+----+----+----+----+----+----+----+
| Sv |    |    | Rn |    |    |    | Sg | Rv | Rg | →→ | Rb | →→ | Sb |
+====+<<<<+<<<<+<<<<+<<<<+<<<<+<<<<+<<<<+>>>>+>>>>+>>>>+>>>>+>>>>+====+
| 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 |
 Prochain point d'étape au km 62 : ascension de 12 km
Équipe bleue : fatigue du sprinteur
Équipe grise : fatigue du sprinteur <---
Équipe noire : fatigue du rouleur et du sprinteur
Équipe verte : fatigue du sprinteur

Each team is composed of a Sprinteur and a Rouleur, so that each member of a team is shown as a digram. For example, 'Rb' stands for the blue Runner, 'Sg' for the grey Sprinter, and so on.

The first team to reach the finish line end the race!

For more information, read the rules of the board game.

About

Quick-and-dirty implementation of the "Flamme Rouge" board game.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENCE
Unknown
LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages