Skip to content

Two classes Man and ManFight that together make a fun little text game

License

Notifications You must be signed in to change notification settings

Vertfromage/ManFight

Repository files navigation

ManFight

Two classes Man and ManFight that together make a fun little text game

This was made to amuse my non-techie husband and make him pay attention to my explanation of the code, I managed to get his attention for a minute so, win. I am just a beginner, part way through Tim Bulchalka's course, https://www.udemy.com/java-the-complete-java-developer-course/, so be kind.

How to Run

To compile the project run:

javac -d . Main.java Man.java ManFight.java CharacterCreation.java

and then to run the project:

java com.crystal.Main

This game has been improved a ton since I opened it up for hacktoberfest, I love that no one has made me feel bad for being a newbie with sloppy code and poor github skills. Everyone who has contributed to this game I just want to say thatthis has been a really fun experience so far, and I'm looking forward to the rest of the month.

Updates during Hacktoberfest, contributors:

Contributed code:

  • RitikRawat
  • melascuco
  • saguins
  • SinSentido
  • barbaraips
  • ashatch
  • DGKSK8LIFE
  • AlexDvorak
  • petr7555
  • shicker
  • Shashank-Jha
  • selsec
  • JessieVela

Contributed insults:

  • SubhamPramanik
  • jfsaaved
  • Bapego
  • sarathmohan2
  • LadySith
  • danmoren
  • burebistaxk
  • jacob-scheatzle
  • vincentvvv
  • clayt8
  • CBruno98

How to run

This project uses Gradle as its build system. Simply run:

./gradlew run

or on Windows:

gradlew.bat run

About

Two classes Man and ManFight that together make a fun little text game

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages