projects
/
qbasicapps.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8a0b34
)
Simplified game
author
Svjatoslav Agejenko
<svjatoslav@svjatoslav.eu>
Mon, 25 Aug 2025 21:30:59 +0000
(
00:30
+0300)
committer
Svjatoslav Agejenko
<svjatoslav@svjatoslav.eu>
Mon, 25 Aug 2025 21:30:59 +0000
(
00:30
+0300)
16 files changed:
Games/Pomppu Paavo/Pomppu Paavo.bas
patch
|
blob
|
history
Games/Pomppu Paavo/lvl/1.lvl
patch
|
blob
|
history
Games/Pomppu Paavo/lvl/10.lvl
patch
|
blob
|
history
Games/Pomppu Paavo/lvl/11.lvl
patch
|
blob
|
history
Games/Pomppu Paavo/lvl/12.lvl
patch
|
blob
|
history
Games/Pomppu Paavo/lvl/13.lvl
patch
|
blob
|
history
Games/Pomppu Paavo/lvl/14.lvl
patch
|
blob
|
history
Games/Pomppu Paavo/lvl/15.lvl
patch
|
blob
|
history
Games/Pomppu Paavo/lvl/2.lvl
patch
|
blob
|
history
Games/Pomppu Paavo/lvl/3.lvl
patch
|
blob
|
history
Games/Pomppu Paavo/lvl/4.lvl
patch
|
blob
|
history
Games/Pomppu Paavo/lvl/5.lvl
patch
|
blob
|
history
Games/Pomppu Paavo/lvl/6.lvl
patch
|
blob
|
history
Games/Pomppu Paavo/lvl/7.lvl
patch
|
blob
|
history
Games/Pomppu Paavo/lvl/8.lvl
patch
|
blob
|
history
Games/Pomppu Paavo/lvl/9.lvl
patch
|
blob
|
history
diff --git
a/Games/Pomppu Paavo/Pomppu Paavo.bas
b/Games/Pomppu Paavo/Pomppu Paavo.bas
index
dc50880
..
75dc932
100755
(executable)
--- a/
Games/Pomppu Paavo/Pomppu Paavo.bas
+++ b/
Games/Pomppu Paavo/Pomppu Paavo.bas
@@
-317,7
+317,7
@@
LOCATE 3, 10
IF y >= 1 AND y <= 18 THEN
\r
fileName$ = "lvl/" + LTRIM$(STR$(y)) + ".lvl"
\r
OPEN fileName$ FOR INPUT AS #1
\r
- INPUT #1,
GraphicsDisplayMode,
increment
\r
+ INPUT #1, increment
\r
i% = 1
\r
WHILE NOT EOF(1)
\r
LINE INPUT #1, AsciiLevelData(i%)
\r
diff --git
a/Games/Pomppu Paavo/lvl/1.lvl
b/Games/Pomppu Paavo/lvl/1.lvl
index
acd44a4
..
b4a8a56
100644
(file)
--- a/
Games/Pomppu Paavo/lvl/1.lvl
+++ b/
Games/Pomppu Paavo/lvl/1.lvl
@@
-1,4
+1,4
@@
-
1
0
\r
+0
\r
mmm
\r
- m mm
\r
. - mmm
\r
diff --git
a/Games/Pomppu Paavo/lvl/10.lvl
b/Games/Pomppu Paavo/lvl/10.lvl
index
361f7bc
..
c865122
100644
(file)
--- a/
Games/Pomppu Paavo/lvl/10.lvl
+++ b/
Games/Pomppu Paavo/lvl/10.lvl
@@
-1,4
+1,4
@@
-
1
0
\r
+0
\r
m. - m
\r
m . m
\r
m 111 - m
\r
diff --git
a/Games/Pomppu Paavo/lvl/11.lvl
b/Games/Pomppu Paavo/lvl/11.lvl
index
23be3d3
..
58b0601
100644
(file)
--- a/
Games/Pomppu Paavo/lvl/11.lvl
+++ b/
Games/Pomppu Paavo/lvl/11.lvl
@@
-1,4
+1,4
@@
-
1
2
\r
+2
\r
>>>>>>>>>>>>>>><
\r
> <x <
\r
> < >> <
\r
diff --git
a/Games/Pomppu Paavo/lvl/12.lvl
b/Games/Pomppu Paavo/lvl/12.lvl
index
361b98d
..
d3f63ef
100644
(file)
--- a/
Games/Pomppu Paavo/lvl/12.lvl
+++ b/
Games/Pomppu Paavo/lvl/12.lvl
@@
-1,4
+1,4
@@
-
1
0
\r
+0
\r
m aaaaaaaaam
\r
m - xmm
\r
m t. ym 1
\r
diff --git
a/Games/Pomppu Paavo/lvl/13.lvl
b/Games/Pomppu Paavo/lvl/13.lvl
index
2089234
..
382940d
100644
(file)
--- a/
Games/Pomppu Paavo/lvl/13.lvl
+++ b/
Games/Pomppu Paavo/lvl/13.lvl
@@
-1,4
+1,4
@@
-
1
0
\r
+0
\r
mmmmmmmmmmmmmmmm
\r
m m m
\r
ma 1a1a1a m
\r
diff --git
a/Games/Pomppu Paavo/lvl/14.lvl
b/Games/Pomppu Paavo/lvl/14.lvl
index
c660605
..
8c05bb4
100644
(file)
--- a/
Games/Pomppu Paavo/lvl/14.lvl
+++ b/
Games/Pomppu Paavo/lvl/14.lvl
@@
-1,4
+1,4
@@
-
1
0
\r
+0
\r
mmmmmmmmm-
\r
mm mmmmmmm -
\r
mm m
\r
diff --git
a/Games/Pomppu Paavo/lvl/15.lvl
b/Games/Pomppu Paavo/lvl/15.lvl
index
783b588
..
d1c9182
100644
(file)
--- a/
Games/Pomppu Paavo/lvl/15.lvl
+++ b/
Games/Pomppu Paavo/lvl/15.lvl
@@
-1,4
+1,4
@@
-
1
0
\r
+0
\r
m m
\r
mm ymmmmmmmmmaaa
\r
<<oo 1111maaa
\r
diff --git
a/Games/Pomppu Paavo/lvl/2.lvl
b/Games/Pomppu Paavo/lvl/2.lvl
index
670a11c
..
b0dc166
100644
(file)
--- a/
Games/Pomppu Paavo/lvl/2.lvl
+++ b/
Games/Pomppu Paavo/lvl/2.lvl
@@
-1,4
+1,4
@@
-
1
0
\r
+0
\r
mmmmmmmmmmmmmmmm
\r
mm h h
\r
mmx m mmmymmm
\r
diff --git
a/Games/Pomppu Paavo/lvl/3.lvl
b/Games/Pomppu Paavo/lvl/3.lvl
index
0fdc0e3
..
65145f1
100644
(file)
--- a/
Games/Pomppu Paavo/lvl/3.lvl
+++ b/
Games/Pomppu Paavo/lvl/3.lvl
@@
-1,4
+1,4
@@
-
1
0
\r
+0
\r
mmmmmmmmmmmmmmmm
\r
h h h h h ym11
\r
mm mmmmmmmmmmm1m
\r
diff --git
a/Games/Pomppu Paavo/lvl/4.lvl
b/Games/Pomppu Paavo/lvl/4.lvl
index
7ae2142
..
d24e71c
100644
(file)
--- a/
Games/Pomppu Paavo/lvl/4.lvl
+++ b/
Games/Pomppu Paavo/lvl/4.lvl
@@
-1,4
+1,4
@@
-
1
0
\r
+0
\r
mmmmmmmmmmmmmmmm
\r
h1 h1 m
\r
mmm 1 11 1 o1m
\r
diff --git
a/Games/Pomppu Paavo/lvl/5.lvl
b/Games/Pomppu Paavo/lvl/5.lvl
index
ebc4bf9
..
ee40011
100644
(file)
--- a/
Games/Pomppu Paavo/lvl/5.lvl
+++ b/
Games/Pomppu Paavo/lvl/5.lvl
@@
-1,4
+1,4
@@
-
1
0
\r
+0
\r
m . y -
\r
m m moo
\r
m. mxm mmo
\r
diff --git
a/Games/Pomppu Paavo/lvl/6.lvl
b/Games/Pomppu Paavo/lvl/6.lvl
index
02279eb
..
7f2cbfb
100644
(file)
--- a/
Games/Pomppu Paavo/lvl/6.lvl
+++ b/
Games/Pomppu Paavo/lvl/6.lvl
@@
-1,4
+1,4
@@
-
1
0
\r
+0
\r
-
\r
.
\r
oo- oo
\r
diff --git
a/Games/Pomppu Paavo/lvl/7.lvl
b/Games/Pomppu Paavo/lvl/7.lvl
index
274f204
..
295ffd7
100644
(file)
--- a/
Games/Pomppu Paavo/lvl/7.lvl
+++ b/
Games/Pomppu Paavo/lvl/7.lvl
@@
-1,4
+1,4
@@
-
1
0
\r
+0
\r
oooo
\r
o111 .
\r
oooo> >>>>>>
\r
diff --git
a/Games/Pomppu Paavo/lvl/8.lvl
b/Games/Pomppu Paavo/lvl/8.lvl
index
a9cdb06
..
869bf67
100644
(file)
--- a/
Games/Pomppu Paavo/lvl/8.lvl
+++ b/
Games/Pomppu Paavo/lvl/8.lvl
@@
-1,4
+1,4
@@
-1
1
\r
+1
\r
. o
\r
. mm o
\r
. ommm t o
\r
diff --git
a/Games/Pomppu Paavo/lvl/9.lvl
b/Games/Pomppu Paavo/lvl/9.lvl
index
2db6417
..
217105f
100644
(file)
--- a/
Games/Pomppu Paavo/lvl/9.lvl
+++ b/
Games/Pomppu Paavo/lvl/9.lvl
@@
-1,4
+1,4
@@
-
1
2
\r
+2
\r
mammmmmmmmmmmmm
\r
m1m y xmo
\r
mamooo>>>a>am om
\r