aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-03-21 15:02:49 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-04-01 21:21:27 +0200
commitbcece25da4af0d4f47dc279dd5e1a67cb553186f (patch)
treebd036e26f1c37dbfe36cbedc7564f843966f871d /README.md
parent291445435e3d0646d1e089faf794a5517eb679e9 (diff)
downloadjetpac.nes-bcece25da4af0d4f47dc279dd5e1a67cb553186f.tar.gz
jetpac.nes-bcece25da4af0d4f47dc279dd5e1a67cb553186f.zip
player: Implement background collision
This adds a first implementation of collision checks between the player and the background. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2a3bb25..6a15642 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,8 @@ what's different from the original and what to expect from this port.
The original game was developed and published by Ultimate Play the Game and
released for the ZX Spectrum and VIC-20 in 1983 and the BBC Micro in 1984. Thus,
the original idea is not mine, and I only did the porting to the NES/Famicom
-platform. This port is released under the
+platform.
+
+This port is released under the
[GPLv3+](http://www.gnu.org/licenses/gpl-3.0.txt), Copyright (C) 2023-<i>Ω</i>
Miquel Sabaté Solà.