Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/CogitoNTNU/TetrisAI into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JonBergland committed Apr 8, 2024
2 parents a4cc473 + e040e7f commit fcf8384
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@

<!-- TODO -->

## Installation
## Setup
### Prerequisites
- Ensure that git is installed on your machine. [Download Git](https://git-scm.com/downloads)
- Ensure Python 3.12 or newer is installed on your machine. [Download Python](https://www.python.org/downloads/)

<!-- TODO -->
### Clone the repository
```bash
git clone https://github.com/CogitoNTNU/TetrisAI.git
cd TetrisAI
```

## Contributors

Expand Down

0 comments on commit fcf8384

Please sign in to comment.