a_maze_ing 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e82ad01583c85bbed0d72e448782de05d0e83a16
4
- data.tar.gz: 6bcb06478a9d7ff899fba4970ca12282c24543c9
3
+ metadata.gz: 3edd41e7fd24f8fb2506c7db520a388d58caf90b
4
+ data.tar.gz: c7680068fae51197596d4fb830b54025b87ffbc2
5
5
  SHA512:
6
- metadata.gz: 39deed34083af90d8a56d15a0e107aa6440ff60af2c9d8fa6118018e83a97e78679dbc1a8d8e3b17b38af73085e080c48b1de345d1246637a53d2258a7584ec3
7
- data.tar.gz: 737d15e2dfd466083f3180ce4c8e242d10b33ea28a92a0137a88f60fdf95af4b195809beda395eb0ba47a72be1ad4fb092ff5a4db42d9ef218c4ceb35b9a2e8f
6
+ metadata.gz: 224a956b4532db187001112a262e5d495b0fab5949ed11326472dc7378574a531ebbc35ec4fb922d3ea46837bdd83eb94790d2bf6b906cd1c320b82c01667668
7
+ data.tar.gz: 7b4b918cde9ddc697650bef0cc4f08a55d3df9c6ec12f0d7a65c4f6239b2ba550732c0c2437acfb984a46989419cfe05439191654c079425614c6b2ba3052090
data/README.md CHANGED
@@ -6,9 +6,9 @@ Classic mode | Multiplayer mode
6
6
  :-------------------------:|:-------------------------:
7
7
  ![](./images/classic.jpg?raw=true) | ![](./images/multiplayer.jpg?raw=true)
8
8
 
9
- Annoying Friend mode |
9
+ Annoying Friend mode | Time Hunter mode
10
10
  :-------------------------:|:-------------------------:
11
- ![](./images/annoying_friend.jpg?raw=true) |
11
+ ![](./images/annoying_friend.jpg?raw=true) | Incomming
12
12
 
13
13
  ## Requirements
14
14
 
data/a_maze_ing.gemspec CHANGED
@@ -11,7 +11,9 @@ Gem::Specification.new do |spec|
11
11
  spec.email = ["tranhuu.phucuong@gmail.com"]
12
12
 
13
13
  spec.summary = %q{Maze solving game design on Gosu library}
14
- spec.description = %q{A maze game that is fun and easy to play, available for 2 player with 2D graphics render by Gosu library.}
14
+ spec.description = %q{A maze game that is fun and easy to play,
15
+ available for 2 player with 2D graphics render by Gosu library.
16
+ Include Classic mode, Multiplayer mode and Annoying Ffriend mode }
15
17
  spec.homepage = "https://github.com/at-cuongtran/a_maze_ing"
16
18
  spec.license = "MIT"
17
19
 
@@ -1,3 +1,3 @@
1
1
  module AMazeIng
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: a_maze_ing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - at-cuongtran
@@ -66,8 +66,9 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: 4.4.3
69
- description: A maze game that is fun and easy to play, available for 2 player with
70
- 2D graphics render by Gosu library.
69
+ description: "A maze game that is fun and easy to play, \n available for 2 player
70
+ with 2D graphics render by Gosu library. \n Include Classic mode, Multiplayer
71
+ mode and Annoying Ffriend mode "
71
72
  email:
72
73
  - tranhuu.phucuong@gmail.com
73
74
  executables: