Skip to content

Clojureで書いたモンハン3rdスキルシミュレータ兼Swingのテスト

Notifications You must be signed in to change notification settings

mikamikuh/clj-mhsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# clj-mhsim

モンスターハンターポータブル3rd用の(Clojureで書いた)スキルシミュレータです。
ClojureからSwingを使うためのサンプルも兼ねています。

現状は防具を選択をしたとき、発動したスキルをリストに表示させる機能しかありません。
保存・読み込み、スキルの検索、他...対応予定です。


## Usage


# 実行
実行にはLeiningen(https://github.com/technomancy/leiningen)が必要です。

1. lein repl
2. (clj-mhsim.controller/-main)

もしくは

1. lein uberjar
2. 作成されたclj-mhsim-1.0.0-SNAPSHOT-standalone.jarをクリック


CSVデータは頑シミュさんの物を使わせて貰っています。


## License

Copyright (C) 2010 Kouhei Mikami

Distributed under the Eclipse Public License, the same as Clojure.

About

Clojureで書いたモンハン3rdスキルシミュレータ兼Swingのテスト

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published