Skip to content

Files

Latest commit

5b3b8f5 · Feb 21, 2024

History

History

CProgrammingII

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 21, 2024
Feb 21, 2024
Feb 21, 2024

Matchstick

Language Duration Concept Mark Author
Languages 3 Weeks C programming 90% @titi0267

Description

This project is based on a very famous game based on matchsticks.

There is a certain number of matchstick lines.

The two players take turns; each player can, on a same line, take one or several matchsticks.

The losing player is the one to take the last matchstick.

Launch

On linux:

  • make to generate the binary.

  • ./matchstick -h to see usage.

Dante

Language Duration Concept Mark Author
Languages 3 Weeks C programming 25% @titi0267
@SylvianBurn

Description

The goal of this project is to generate mazes (in a reasonable amount of time), solve them (in a reasonable amount of time), and print the solution.

Launch

On linux:

  • make to generate the binary.

  • ./generator/generator -h to see usage.

  • ./solver/solver file_to_solve