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
- Host: GitHub
- URL: https://github.com/robinmoon2/word-game
- Owner: robinmoon2
- License: mit
- Created: 2023-11-15T14:58:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T16:28:42.000Z (over 1 year ago)
- Last Synced: 2025-04-09T23:57:41.321Z (6 months ago)
- Topics: csharp, csharp-app, project, student
- Language: C#
- Homepage: https://robinmoon2.github.io/Mots-Glissants/
- Size: 8.56 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mots-Glissants
> A second year engeneering project.
## 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