Skip to content

Commit

Permalink
Merge branch 'release/2.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
V97ug committed Apr 3, 2017
2 parents 875dcf3 + a2c72ed commit 6c96211
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 281 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ Haskell, free-gameで、4目並べを作りました。
2. 展開したフォルダの中の、 connect-four-exeをダブルクリックすると、ゲームが始まります。


## スクリーンショット
# スクリーンショット

![screenshot](screenshot.png)

![screenshot2](screenshot2.png)
![screenshot2](screenshot2.png)

# 使用した素材
[JKゴシックM](http://font.cutegirl.jp/jk-font-medium.html#more-460)
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ main = do
runGame Windowed (Box (V2 0 0) (V2 800 800)) $ do
setTitle "くろーばーならべ"
clearColor white
font <- loadFont "asset/font/jk-go-m-1/JKG-M_3.ttf"
font <- loadFont "asset/font/JKG-M_3.ttf"
update font gen Opening
File renamed without changes.
49 changes: 0 additions & 49 deletions asset/font/NekokaburiFont/FontReadme.html

This file was deleted.

Binary file removed asset/font/NekokaburiFont/nekokaburi.otf
Binary file not shown.
Binary file removed asset/font/VL-PGothic-Regular.ttf
Binary file not shown.
16 changes: 0 additions & 16 deletions asset/font/jk-go-m-1/mplus-TESTFLIGHT-059/LICENSE_E

This file was deleted.

15 changes: 0 additions & 15 deletions asset/font/jk-go-m-1/mplus-TESTFLIGHT-059/LICENSE_J

This file was deleted.

82 changes: 0 additions & 82 deletions asset/font/jk-go-m-1/mplus-TESTFLIGHT-059/README_E

This file was deleted.

90 changes: 0 additions & 90 deletions asset/font/jk-go-m-1/mplus-TESTFLIGHT-059/README_J

This file was deleted.

24 changes: 0 additions & 24 deletions asset/font/jk-go-m-1/readme.txt

This file was deleted.

Binary file modified release/connect-four.zip
Binary file not shown.
6 changes: 4 additions & 2 deletions release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@

cp ../.stack-work/dist/x86_64-linux/Cabal-1.24.0.0/build/connect-four-exe/connect-four-exe .
cp -r ../asset/ .
zip -r connect-four.zip asset/ connect-four-exe
rm -r asset/ connect-four-exe
cp ../README.md .
readonly FILES="asset/ connect-four-exe README.md"
zip -r connect-four.zip $FILES
rm -r $FILES

0 comments on commit 6c96211

Please sign in to comment.