0
Files
lwjake2/README.MD
2018-12-18 12:38:19 +03:00

28 lines
583 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# LWJake2
Порт игры Quake2 с `C++` на `Java` + `lwjgl2`.
Оригинальный порт: [github.com/flibitijibibo](https://github.com/flibitijibibo/LWJake2)
Оригинальный "ридми": README-OLD
## Сборка и запуск
Для сборки необходим `gradle` версии `4.x`.
Для запуска понадобятся оригинальные файлы игры `baseq2`, размещенные в корне проекта.
```
...
* baseq2/
* licenses/
* src/
...
```
### Запуск через Gradle
```
gradle run
```