Skip to content

levsero/Asteroids

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asteroids

The classic atari game of asteroids brought to life in the browser.

Features

  • Fly around destroying asteroids
  • Watch the big asteroids split into smaller ones

Technical Details

  • Built in js and an HTML5 canvas
  • Makes use of OOP for the many different moving objects
  • Uses trig functions to track the direction of flying

TODO

  • Make the ship a triangle
  • add end of game when no asteroids
  • add restart/new game button
  • Allow users to choose the difficulty level

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.2%
  • HTML 7.8%
  • CSS 1.0%