robinmoon2 / Word-game

Projet du semestre 1 en A2

Home Page:https://robinmoon2.github.io/Mots-Glissants/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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 :

  • French
  • English
  • Spanish

Documentation

The documentation of this project as been made with docfx : Documentation

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Projet du semestre 1 en A2

https://robinmoon2.github.io/Mots-Glissants/

License:MIT License


Languages

Language:C# 100.0%