An open API service indexing awesome lists of open source software.

https://github.com/robinmoon2/word-game

Projet du semestre 1 en A2
https://github.com/robinmoon2/word-game

csharp csharp-app project student

Last synced: 6 months ago
JSON representation

Projet du semestre 1 en A2

Awesome Lists containing this project

README

          

# Mots-Glissants
> A second year engeneering project.

![ ](/Projet-A2-S1/documentation/images/main_menu.png)

## Install the game

To Install the game you need to download the zip file and then run it into your terminal.
>[!CAUTION]
>*Visual Studio* do not run properly the code due to the used of YAML and JSON file, *Visual Studio Code* is a better choice for example

## Description of the game

This game is a merge between the "candy crush type" and the crossword puzzle.
The goal is to find words in a boad but the first character of the word need to be on the bottom line of the board and then you can only go to another character next to the one that you begin with (you will see and you would play it).

Each word earns points depend on his length and which letter composed it.

## Play the game

To play the game you press play in the main menu, then you will choose a time for each player, the numer of player, the board and it size.

>[!NOTE]
> All the display in this project as been made with the [ConsoleAppVisuals](https://github.com/MorganKryze/ConsoleAppVisuals) library made by *MorganKryze*.

>[!TIP]
>During the game when you want to enter a word, press ENTER before writing it ;)

## Language

The game is playable in the langages :

- [x] French
- [ ] English
- [ ] Spanish

### Documentation

The documentation of this project as been made with docfx : [Documentation](https://robinmoon2.github.io/Mots-Glissants/)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details