SkillAgentSearch skills...

Hangman

The hangman game written in Java

Install / Use

/learn @selenide-examples/Hangman
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

hangman

The hangman game written in Java

An example of Java project using UNIT-tests and UI tests.

Commands:

To compile & run unit-tests:

  • ./gradlew test

To run UI Tests (in FireFox):

  • ./gradlew uitest_firefox, or
  • ./gradlew uitest_firefox -Dselenide.headless=true

To run UI Tests (in Chrome):

  • ./gradlew uitest_chrome, or
  • ./gradlew uitest_chrome -Dselenide.headless=true

To run UI Tests (in Microsoft Edge):

  • ./gradlew uitest_edge, or
  • ./gradlew uitest_edge -Dselenide.headless=true

Sources

  • src - Java sources
  • test/ee/ - unit-tests
  • test/uitest/ - UI tests
  • src/webapp - web application resources

Technology

  • unit-tests - JUnit
  • UI Tests - Selenide
  • Database - H2 (in-memory database, especially useful in tests)
  • Database migration - LiquiBase

Thanks

Many thanks to these incredible tools that help us creating open-source software:

Intellij IDEA YourKit Java profiler

License

Hangman is open-source project and distributed under MIT license

View on GitHub
GitHub Stars39
CategoryDevelopment
Updated7d ago
Forks37

Languages

Java

Security Score

75/100

Audited on Mar 24, 2026

No findings