Skip to content

This is a simple clone of the classic Atari game River Raid, implemented using HTML5 Canvas and JavaScript.

Notifications You must be signed in to change notification settings

pburglin/RiverRaid2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

River Raid 2 Clone

This is a simple clone of the classic Atari game River Raid, implemented using HTML5 Canvas and JavaScript.

Gameplay

  • 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.

Netlify Online Deploy

Access the game here: https://riverraid2b.netlify.app

Running the Game Locally

  1. You need a simple web server to run the game due to browser security restrictions on loading assets directly from the file system.
  2. Navigate to the project directory in your terminal.
  3. Start a web server. Here's an example using Python 3:
    python3 -m http.server 8000
  4. Open your web browser and go to http://localhost:8000.

Enjoy the game!

About

This is a simple clone of the classic Atari game River Raid, implemented using HTML5 Canvas and JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published