Tag: Game Development

  • NEW PROJECT – Asteroids

    Asteroids is a bare-bones facsimile of the classic arcade game of the same name. Objective I want to focus on more creative projects this year in order to break up the grind of work skill development. I’ve always been passionate about game design, and there are a lot of free tools to chose from. My […]

    Read More
  • Asteroids

    This is a simple Asteroids game implemented in JavaScript using the HTML5 Canvas API. Installation Clone the repository to your local machine: git clone https://github.com/yourusername/asteroids-js.git Navigate to the project directory: cd asteroids-js Open index.html in your web browser to start the game. Usage The game starts automatically when you open index.html in your browser. The […]

    Read More