knuckleheads_game 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README +3 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aff071f40684efe9deea31a7da5345e41aec7fb3
|
4
|
+
data.tar.gz: 9b9c3dbd99f6d7745ee0b83316b394dee3db6bc4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 07e20e4da00c1248d9af416d1450f83ae1def396445d6a350227f921d25e720427f8d11bdac4b93376e0304744556176d90c5ab20a80e4c515b6b20bbe032f62
|
7
|
+
data.tar.gz: e6f444843e7f4f6dc4fcc9906e97d2b9de3eb5369004b63036f27fb2955ce9ac10fabc43f6b3a3b1d678760e51c332e7adddc0e6acb155bfd0796b3254cb3b47
|
data/README
CHANGED
@@ -1,3 +1,5 @@
|
|
1
1
|
# pragmatic-studio-game
|
2
2
|
|
3
|
-
|
3
|
+
NPCs collect treasure, are w00ted or blammed, and compete for high scores. Players may be clumsy or berserk (depending on how many times they are w00ted). Load your own players by modifying the bin/favorite_players.csv file. High scores are written to a high_scores.txt file.
|
4
|
+
|
5
|
+
Created as part of The Pragmatic Studio Ruby Programming course.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: knuckleheads_game
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chelsea Lawrence
|
@@ -24,10 +24,12 @@ dependencies:
|
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
|
-
description:
|
27
|
+
description: |
|
28
28
|
# pragmatic-studio-game
|
29
29
|
|
30
|
-
|
30
|
+
NPCs collect treasure, are w00ted or blammed, and compete for high scores. Players may be clumsy or berserk (depending on how many times they are w00ted). Load your own players by modifying the bin/favorite_players.csv file. High scores are written to a high_scores.txt file.
|
31
|
+
|
32
|
+
Created as part of The Pragmatic Studio Ruby Programming course.
|
31
33
|
email: chelseahlaw@gmail.com
|
32
34
|
executables:
|
33
35
|
- studio_game
|