ironclad
Ironclad: Steam Legions - A steampunk strategy game in Clojure
파일 탐색기
최종 버전 다운로드 (.zip)- output.calva-repl
- settings.json
- command.clj
- dialogs.clj
- engine.clj
- frame.clj
- game.clj
- gamefactory.clj
- graphics.clj
- interface.clj
- lib.clj
- main.clj
- map.clj
- protocols.clj
- renderer.clj
- serial.clj
- sounds.clj
- testbug.clj
- ui.clj
- units.clj
- IronClad.java
- ListCellData.java
- ListCellRenderer.java
- FINALOLD.TTF
- greatbay-1.gam
- island-1.gam
- random-1.gam
- test.gam
- tutorial-0.gam
- tutorial-1.gam
- tutorial-2.gam
- tutorial-3.gam
- .gitignore
- all-includes.inc
- buildings.inc
- buildings.png
- camera-lights.inc
- components.inc
- cowboys.ttf
- explosion01.pov
- globals.inc
- globals.png
- icons.png
- icons.pov
- macros.inc
- macros.png
- single_unit.png
- single_unit.pov
- terrain.inc
- terrain.png
- terrain.pov
- test.png
- test.pov
- title.png
- title.pov
- units.inc
- units.png
- units.pov
- big-shot.au
- explosion-1.au
- lazer-1.au
- rifle-burst.au
- victory-fanfare.au
- target_effect.csv
- terrain_defence.csv
- terrain_move_cost.csv
- test_engine.clj
- test_game.clj
- test_gamefactory.clj
- test_map.clj
- test_serial.clj
- test_units.clj
- FullClojureTests.java
- .gitignore
- .travis.yml
- pom.xml
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/mikera/ironclad
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd ironclad
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Maven (Java)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java 프로젝트를 빌드/실행하려면 필요합니다.
- Maven mvn 명령어를 쓰기 위한 빌드 도구입니다.
mvn assembly:single
Maven으로 의존성 설치와 빌드를 진행합니다.
BUILD SUCCESS 메시지가 뜨면 성공입니다. target/ 폴더에 결과물이 생성됩니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
