Skip to content

Pecomare/TreasureHunt

Repository files navigation

Treasure Hunt

This is a test project, nothing here is worth forking or copying.

About

Treasure Hunt is a console program that:

  • reads a file
  • generates a map from it
  • simulates adventurers movements
  • exports the results into a file

Usage

./TreasureHunt <input_file> <output_file>
./TreasureHunt <input_file>
./TreasureHunt

If no input_file is specified, then the input file is 'default.in'.
If no output_file is specified, then the output file is 'default.out'.

Note: There could be better ways to represent the model. Even if I already refactored it more than once, I think that continuing to work on and try improve it would make it an eternal project, with improvements everywhere and newer versions of .NET bringing their own and thus the possibility of having to refactor.

About

A simulation test project written in C# (.NET 6)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages