From f0aa7b935cc542faaf9ce93b02087a44acfa96c6 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sat, 16 Aug 2025 14:57:07 +0300 Subject: [PATCH] Enlist Pomppu Paavo game --- index.org | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/index.org b/index.org index ae99e95..b83ce2b 100644 --- a/index.org +++ b/index.org @@ -323,6 +323,28 @@ Download source code: [[file:3D%20GFX/Ray%20casting%20engine.bas][Ray casting en :PROPERTIES: :ID: aa195f33-6d69-48ff-9af5-3f761a51dcb2 :END: + +** Pomppu Paavo + +Player controls small character that has to collect coins and move +between screens. Player has to avoid contact with evil snails. + +#+attr_html: :class responsive-img +#+attr_latex: :width 1000px +[[https://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=tree;f=Games/Pomppu+Paavo][file:Games/Pomppu Paavo/screenshot.png]] + +[[https://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=tree;f=Games/Pomppu+Paavo][Source code]] + +Source code organization: +#+begin_example +├── img <- Visual game assets +│   ├── 0.i01 +│   ├── 1.i01 +│   ├── 2.i01 +│   ├── ... +├── Pomppu Paavo.bas <- Main game executable +#+end_example + ** Multiplayer game of worms Game supports up to 5 players. Any amount of those players can be AI -- 2.20.1