Commit f38bf89a authored by Yoann Bordin's avatar Yoann Bordin

Added building instructions

parent 4a4a3b7b
# Project description # Project description
This project is based on the Tetris game invented by Alekseï Pajitnov in 1984. This project is based on the Tetris game invented by Alekseï Pajitnov in 1984.
The goal is to complete a maximum of lines in a grid with pieces (tetrominoes) that fall from the top. The goal is to complete a maximum of lines in a grid with pieces (tetrominoes) that fall from the top.
\ No newline at end of file
# Building
This project work by compiling using Notepad++ for Raylib and adding the following files to the gcc command :
```tetris-struct.c tetris-graph.c```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment