From 001dc11c56a39397838744bf5842d0416734b497 Mon Sep 17 00:00:00 2001 From: dabzr <128552152+dabzr@users.noreply.github.com> Date: Thu, 5 Sep 2024 01:07:02 -0300 Subject: [PATCH] Update README.md --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index 22702bf..be8d9a9 100644 --- a/README.md +++ b/README.md @@ -12,22 +12,6 @@
-# Table of Contents - -- [Description](#description) -- [Features](#features) -- [Installation](#installation) - * [Windows](#windows) - + [Running the game from the ZIP](#running-the-game-from-the-zip) - + [Running the game from the Installer](#running-the-game-from-the-installer) - * [Linux](#linux) - + [Compiling the Game](#compiling-the-game) -- [Usage](#usage) -- [License](#license) -- [Contact](#contact) - -Table of contents generated with markdown-toc - # Description Letris is an open-source Tetris clone developed in C++ using [raylib](https://github.com/raysan5/raylib) and [nlohmann/json](https://github.com/nlohmann/json). It features a simple and minimalistic design, aiming to capture the essence of the classic game with modern touches.