Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
halotukozak committed Jan 25, 2024
1 parent 9d476f6 commit c6ba700
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# DarwinWorld

## Authors

[Bartłomiej Kozak](github.com/halotukozak) & [Bartosz Buczek](https://github.com/Corvette653)

## How to run

```bash
./gradlew run
```

## Modules

### backend

Core module, contains all the logic of the application. Coroutines are used for multithreading.

### frontend

Contains all the code related to the GUI, separated into Views and ViewModels. We use [TornadoFX](https://tornadofx.io/)
as the proxy between required JavaFX library and Kotlin.

### metrics

Custom metrics used for monitoring the application - gathering data about the number of animals, plants, average energy,
etc.

### shared

Common utils which extend the functionality of Kotlin's standard library and Flow.

0 comments on commit c6ba700

Please sign in to comment.