This is a simple clone of the classic Atari game River Raid, implemented using HTML5 Canvas and JavaScript.
- Use the arrow keys (Left/Right) to move the plane.
- Press the Spacebar to shoot.
- Avoid colliding with the river banks and enemy objects.
- Reach fuel tanks to refuel.
- Do not run out of fuel, hit walls or get hit by enemies.
Access the game here: https://riverraid2b.netlify.app
- You need a simple web server to run the game due to browser security restrictions on loading assets directly from the file system.
- Navigate to the project directory in your terminal.
- Start a web server. Here's an example using Python 3:
python3 -m http.server 8000
- Open your web browser and go to
http://localhost:8000.
Enjoy the game!