Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mycard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
syntax_j
mycard
Commits
448ac108
Commit
448ac108
authored
Jan 19, 2012
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
版本0.3.8
parent
3bd44e28
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
4 deletions
+14
-4
.gitignore
.gitignore
+4
-1
LICENSE.txt
LICENSE.txt
+1
-0
README.txt
README.txt
+7
-1
Rakefile
Rakefile
+2
-2
No files found.
.gitignore
View file @
448ac108
...
...
@@ -3,6 +3,9 @@
/pkg/
/log.log
/err.log
/replay/*
/replay/
/mycard/
/mycard.exe
/7z.exe
/graphics/avatars/*_*.png
Thumbs.db
\ No newline at end of file
LICENSE.txt
View file @
448ac108
== mycard
本软件开源免费,要进行修改请联系zh99998<zh99998@gmail.com>获得技术支持
禁止用于作弊
\ No newline at end of file
README.txt
View file @
448ac108
...
...
@@ -9,4 +9,10 @@ F12 返回标题画面
大厅:
F2 建立房间
F3 加入localhost,NBX测试用,iDuel会崩
\ No newline at end of file
F3 加入localhost,NBX测试用,iDuel会崩
决斗场景
F1 卡组洗切
F2 先攻
F3 掷骰子
F5 重置
\ No newline at end of file
Rakefile
View file @
448ac108
...
...
@@ -8,7 +8,7 @@ require 'rake/gempackagetask'
Windows
=
RUBY_PLATFORM
[
"mingw"
]
||
RUBY_PLATFORM
[
"mswin"
]
spec
=
Gem
::
Specification
.
new
do
|
s
|
s
.
name
=
'mycard'
s
.
version
=
'0.3.
7
'
s
.
version
=
'0.3.
8
'
s
.
extra_rdoc_files
=
[
'README.txt'
,
'LICENSE.txt'
]
s
.
summary
=
'a card game'
s
.
description
=
s
.
summary
...
...
@@ -30,7 +30,7 @@ Rake::GemPackageTask.new(spec) do |p|
p
.
gem_spec
=
spec
if
Windows
p
.
need_zip
=
true
p
.
zip_command
=
'
7z
a -tzip'
p
.
zip_command
=
'
../7z.exe
a -tzip'
else
p
.
need_tar
=
true
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment