Update README.md

This commit is contained in:
Cole Landers
2024-01-11 21:45:31 -06:00
committed by GitHub
parent 5601a7cdd0
commit da58b44103

View File

@@ -26,23 +26,26 @@ I hope you enjoy!
### Dependencies
* Describe any prerequisites, libraries, OS version, etc., needed before installing program.
* [Raylib](https://github.com/raysan5/raylib) - check out this repo for instructions on how to install
* Make - build automation tool
### Installing
* How/where to download your program
* Any modifications needed to be made to files/folders
* Download zip of this repo or clone using:
```
git clone https://github.com/jlanders2/TetrisClone
```
### Executing program
* How to run the program
* Step-by-step bullets
* Open terminal/command prompt and navigate to where you downloaded the folder TetrisClone/
* execute the following commands from the TetrisClone folder
```
code blocks for commands
cd src/
make
./tetris-clone
```
## Help
## Authors
Contributors names and contact info
@@ -51,8 +54,7 @@ John Landers [jcolelanders@gmail.com](mailto:jcolelanders@gmail.com)
## Version History
* 0.1
* Initial Release
Unreleased
## License