mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
Lightmap.get/MapLayer.get are now nullable, better overworld generator with Joise, still needs fix in the dirt layer part.
Former-commit-id: 0a5fa31bab45d093771ca109adbeb9c07fb8e90e Former-commit-id: d8a2b5b77a36b6c742cf220b2d325895111c8f3a
This commit is contained in:
17
README.md
17
README.md
@@ -9,8 +9,11 @@ Documentations and resources for work (such as .psd) are also included in the re
|
||||
Any contribution in this project must be made sorely in English, so be sure to use English in codes, comments, etc.
|
||||
|
||||
## Setup ##
|
||||
* Configuration
|
||||
Just make sure you have JDK 8 or higher
|
||||
|
||||
* Requirements:
|
||||
- JDK 8 or higher
|
||||
- Working copy of IntelliJ IDEA from JetBrains s.r.o., community edition is okay to use.
|
||||
|
||||
* Required libraries are included in the repository.
|
||||
|
||||
|
||||
@@ -20,8 +23,8 @@ Just make sure you have JDK 8 or higher
|
||||
|
||||
* Writing tests
|
||||
* Code review
|
||||
* Guidelines
|
||||
Quintessential: write code that even an imbecile can understand.
|
||||
* Guidelines
|
||||
- Quintessential: write code that even an imbecile can understand.
|
||||
|
||||
|
||||
### Contributing translations ###
|
||||
@@ -42,10 +45,10 @@ Note: Right-to-left languages (arabic, hebrew, etc.) are not supported.
|
||||
|
||||
## 개요 ##
|
||||
|
||||
이 변변한 이름 없는 프로젝트는 사이드뷰 발판 게임 형식으로 더 친절한 〈드워프 포트리스〉의 모험가 모드를 지향하는 게임 제작 프로젝트입니다. 영구 사망, 무작위성, __넘쳐나는 재미__와 같이 로그라이크스러운 요소를 지닙니다.
|
||||
이 변변한 이름 없는 프로젝트는 사이드뷰 발판 게임 형식으로 더 친절한 〈드워프 포트리스〉의 모험가 모드를 지향하는 게임 제작 프로젝트입니다. 영구 사망, 무작위성, __넘쳐나는 재미__와 같이 ‘로그라이크’스러운 요소를 지닙니다.
|
||||
|
||||
이 프로젝트는 주 언어로 코틀린, 자바를 사용하며 파이선·루아 등으로 작성된 툴을 이용합니다.
|
||||
이 프로젝트는 주 언어로 코틀린·자바를 사용하며 파이선·루아 등으로 작성된 툴을 이용합니다.
|
||||
|
||||
문서와 작업용 리소스(psd 등) 또한 이 저장소에 포함되어 있습니다. gcx와 numbers 형식으로 된 문서를 읽고 수정하기 위해 맥 컴퓨터가 필요할 수 있습니다.
|
||||
개발 문서와 작업용 리소스(psd 등) 또한 이 저장소에 포함되어 있습니다. gcx와 numbers 형식으로 된 문서를 읽고 수정하기 위해 맥 컴퓨터가 필요할 수 있습니다.
|
||||
|
||||
이 프로젝트에 대한 기여는 영어로 이루어져야 합니다. 따라서 코드나 주석 등을 작성할 때는 영어를 사용해 주십시오.
|
||||
Reference in New Issue
Block a user