docs: rework wording status of the project
All checks were successful
Chromatic / chromatic (push) Successful in 1m47s
CI / ci (push) Successful in 4m27s
CI / commitlint (push) Successful in 14s
Release / release (push) Successful in 56s

This commit is contained in:
Théo LUDWIG 2024-08-30 20:18:56 +02:00
parent bb39ae856d
commit 7ecfb97df5
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -1,12 +1,10 @@
# Wikipedia Game Solver # Wikipedia Game Solver
> \[!IMPORTANT\] > \[!IMPORTANT\]
> The project is abandoned and not maintained anymore. > The project is **abandoned and not maintained anymore**.
>
> It was a proof of concept to deal with large amounts of data in databases, and have some fun dealing with Wikipedia data.
>
> The project was also a way to learn and experiment with a clean monorepo architecture, with [Turborepo](https://turbo.build/repo), and [TypeScript](https://www.typescriptlang.org/) as the main language.
> >
> It was a **proof of concept** to deal with large amounts of data in databases, and have some fun dealing with Wikipedia data.
> It was also a way to learn and experiment with a clean monorepo architecture, with [Turborepo](https://turbo.build/repo), and [TypeScript](https://www.typescriptlang.org/) as the main language.
> The project setup **can be reused as a template/boilerplate for future projects**. > The project setup **can be reused as a template/boilerplate for future projects**.
## About ## About
@ -15,7 +13,7 @@ The Wikipedia Game involves players competing to navigate from one [Wikipedia](h
[**Wikipedia Game Solver**](https://wikipedia-game-solver.theoludwig.fr) is a tool that helps you find the shortest path between two Wikipedia pages, using only internal links, basically solving the Wikipedia Game for you. [**Wikipedia Game Solver**](https://wikipedia-game-solver.theoludwig.fr) is a tool that helps you find the shortest path between two Wikipedia pages, using only internal links, basically solving the Wikipedia Game for you.
Available online: <https://wikipedia-game-solver.theoludwig.fr> ~~Available online: <https://wikipedia-game-solver.theoludwig.fr>~~ => **Offline** as the project is abandoned.
## Getting Started ## Getting Started