This is a supporting repository for the River Raid Disassembly project. It is used for validation and prototyping of the logic of rendering River Raid levels in a higher-level language.
- Make sure you have PHP 8 and the GD extension installed.
- Optionally, install development dependencies:
$ composer install
- Render the levels:
The generated images will be stored in the
$ php bin/main.php
build/
directory.