Skip to content

Commit

Permalink
docs: Added badges and logo to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard-Prokhorikhin committed May 4, 2024
1 parent bffeb32 commit 509111a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Tetris AI

<div align="center">

![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/CogitoNTNU/TetrisAI/ci.yml)
![GitHub top language](https://img.shields.io/github/languages/top/CogitoNTNU/TetrisAI)
![GitHub language count](https://img.shields.io/github/languages/count/CogitoNTNU/TetrisAI)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Project Version](https://img.shields.io/badge/version-1.0.0-blue)](https://img.shields.io/badge/version-1.0.0-blue)

![logo](docs/img/Logo.webp)

</div>

## Description

This project is our attempt at making an AI that can play Tetris. First of all we made the environment (the game itself) and then we started working on multiple AI's that can play the game. The AI's are based on different algorithms and strategies. We have implmented:
Expand Down
Binary file added docs/img/Logo.webp
Binary file not shown.

0 comments on commit 509111a

Please sign in to comment.