bato 0.0.13 → 0.0.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +10 -9
- data/README.md +585 -393
- data/lib/bato/bersiyon.rb +1 -1
- data/lib/bato/core_ext/integer.rb +1 -0
- data/lib/bato/core_ext/kernel.rb +2 -0
- data/lib/bato/core_ext/string.rb +1 -0
- data/mga_halimbawa/batotris.bt +2 -2
- metadata +3 -3
data/lib/bato/bersiyon.rb
CHANGED
data/lib/bato/core_ext/kernel.rb
CHANGED
data/lib/bato/core_ext/string.rb
CHANGED
data/mga_halimbawa/batotris.bt
CHANGED
@@ -200,7 +200,7 @@ grupo Batotris
|
|
200
200
|
|
201
201
|
ang mahulog_to_bloke(piyesa, sakop)
|
202
202
|
resulta = piyesa
|
203
|
-
|
203
|
+
paulit_ulit na_ganito
|
204
204
|
susunod_na_posisyon = resulta.mahulog.magiba_ng_posisyon
|
205
205
|
kapag sakop.ay_bloke?(susunod_na_posisyon)
|
206
206
|
isauli_ang resulta
|
@@ -227,7 +227,7 @@ grupo Batotris
|
|
227
227
|
wakas
|
228
228
|
wakas
|
229
229
|
|
230
|
-
|
230
|
+
paulit_ulit na_ganito
|
231
231
|
matulog(0.2)
|
232
232
|
sarili.burahin_ang_screen
|
233
233
|
mag_print "kaliwa: [left key], kanan: [right key], mahulog: [space], ikutin: [up key], q: exit \e[25D"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bato
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joel Bryan Juliano
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ruby2ruby
|
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
144
144
|
- !ruby/object:Gem::Version
|
145
145
|
version: '0'
|
146
146
|
requirements: []
|
147
|
-
rubygems_version: 3.
|
147
|
+
rubygems_version: 3.3.7
|
148
148
|
signing_key:
|
149
149
|
specification_version: 4
|
150
150
|
summary: Ang Bato ay isang programming language sa wikang Filipino
|