Update README.md
This commit is contained in:
22
README.md
22
README.md
@@ -26,23 +26,26 @@ I hope you enjoy!
|
|||||||
|
|
||||||
### Dependencies
|
### 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
|
### Installing
|
||||||
|
|
||||||
* How/where to download your program
|
* Download zip of this repo or clone using:
|
||||||
* Any modifications needed to be made to files/folders
|
```
|
||||||
|
git clone https://github.com/jlanders2/TetrisClone
|
||||||
|
```
|
||||||
|
|
||||||
### Executing program
|
### Executing program
|
||||||
|
|
||||||
* How to run the program
|
* Open terminal/command prompt and navigate to where you downloaded the folder TetrisClone/
|
||||||
* Step-by-step bullets
|
* execute the following commands from the TetrisClone folder
|
||||||
```
|
```
|
||||||
code blocks for commands
|
cd src/
|
||||||
|
make
|
||||||
|
./tetris-clone
|
||||||
```
|
```
|
||||||
|
|
||||||
## Help
|
|
||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
|
|
||||||
Contributors names and contact info
|
Contributors names and contact info
|
||||||
@@ -51,8 +54,7 @@ John Landers [jcolelanders@gmail.com](mailto:jcolelanders@gmail.com)
|
|||||||
|
|
||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
* 0.1
|
Unreleased
|
||||||
* Initial Release
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user