Skip to content

parkdy/Asteroids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asteroids

Asteroids is a browser-based version of the classic arcade game written in JavaScript and HTML5 canvas. It was created by David Park and Abe Schonfeld.

Objects in the game move according to Newtonian physics (objects in motion stay in motion). The game's keyboard controls were implemented using event handlers tied to the asynchronous timers that refresh the screen. This allowed for controls that respond smoothly even when multiple keys are pressed simultaneously.

Getting Started

  1. Clone Git repository or download as ZIP.
  2. Open the Asteroids folder.
  3. Open the index.html in your browser to play the game.

About

The classic arcade game written in JavaScript and HTML5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors