Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
doc: added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
algorov committed Aug 24, 2023
1 parent efe3155 commit 0d856cc
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!-- header -->
<div align="center">
<img
src="./public/logo.png"
alt="Logo"
width="100"
height="100"/>
<h1>Budny</h1>
</br>
<img
src="./public/preview.jpg"
alt="Preview"
width="406"
height="220"/>
</br>
</div>

## About

The prototype of the console bot for the game "Heroes of War and Money". At the moment, the bot can only get a job.

## Technology stack

- **Building the application in Maven 3.9**
- **Java 17**
- **Selenium 4**

## Environment requirements

- **Maven 3.9**
- **Java 17**

## How to use

``` shell
git clone https://github.com/quesoon/budny
```
``` shell
mvn compile && mvn exec:java -Dexec.mainClass="org.semul.budny.Budny"
```

## Contributors ✨

<!-- ALL-CONTRIBUTORS-LIST:START -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/quesoon"><img src="https://avatars.githubusercontent.com/u/90800616?v=4?s=100" width="100px;" alt="SEMUL"/><br /><sub><b>SEMUL</b></sub></a><br /><a href="https://github.com/quesoon/emb/commits?author=quesoon" title="Code">💻</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
Binary file added public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0d856cc

Please sign in to comment.