Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme #134

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changes in this branch

## This branch addresses the following issue:
### Time, ([issue #74](https://github.com/hhaslam11/Text-Fighter/issues/74) in the source hhaslam11/Text-Fighter repository, [issue #6](https://github.com/emmamickas/Text-Fighter/issues/6) in the forked emmamickas/Text-Fighter repository)

## Desired modifications:
### Update the README.md file since because it hasn't been updated for a while.

## Modified files:
* [README](https://github.com/hhaslam11/Text-Fighter/blob/master/README.md)
- Updated running instructions for IntelliJ and Gradle.
- Added a clip that shows game play.
- Updated contributors.

21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,15 @@ Open your command line/terminal, navigate to the downloaded .jar and run `java -

Running
----------------
To run this project in IntelliJ use the [these configurations](https://imgur.com/a/IpXX3Jy)
- **IntelliJ:** IntelliJ is the recommended IDE for this project. Follow these directions to setup the project in IntelliJ.
- To run this project in IntelliJ, add a Run/Debug configuration like [this configuration](https://imgur.com/a/IpXX3Jy).
- **Gradle:** To run this project just in your terminal/command prompt with gradle, just execute these command when in the Text-Fighter directory:
- gradle build
- gradle run

Game Play
------------------
To see a clip that shows a little about how the game is played, go [here](https://www.youtube.com/watch?v=Xrw0zHYXGFI).

Modifications
-------------------
Expand Down Expand Up @@ -53,11 +61,16 @@ Thanks for all your work!
[docschorsch](https://github.com/docschorsch)
[htn17](https://github.com/htn17)
[Will-Estes](https://github.com/Will-Estes)
[CLEMENTJOHNSHAJI](https://github.com/CLEMENTJOHNSHAJI)
[CLEMENTJOHNSHAJI](https://github.com/CLEMENTJOHNSHAJI)
[alfr3dosv](https://github.com/alfr3dosv)
[xdvrx1](https://github.com/xdvrx1)
[R1ndT](https://github.com/R1ndT)
[SaurabhKukreja](https://github.com/SaurabhKukreja)
[R1ndT](https://github.com/R1ndT)
[SaurabhKukreja](https://github.com/SaurabhKukreja)
[emmamickas](https://github.com/emmamickas)
[rberlin-2019](https://github.com/rberlin-2019)




License
--------------
Expand Down