diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-03-21 15:02:49 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-04-01 21:21:27 +0200 |
| commit | bcece25da4af0d4f47dc279dd5e1a67cb553186f (patch) | |
| tree | bd036e26f1c37dbfe36cbedc7564f843966f871d /README.md | |
| parent | 291445435e3d0646d1e089faf794a5517eb679e9 (diff) | |
| download | jetpac.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.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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à. |
