Tag: Canvas API

  • NEW PROJECT – Centipede

    CentipedeĀ is a bare-bones facsimile of the classic arcade game of the same name. Objective Continuing my exploration of Game Development with the Javascript Canvas API, I moved onto Centipede mostly by accident. Once again I avoided tutorials in order to try and work through the logic myself. The key goal with this game was handling […]

    Read More
  • Centipede

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

    Read More
  • NEW PROJECT – Space Invaders

    Space Invaders is a bare-bones facsimile of the classic arcade game of the same name. Objective I wanted to take what I learned from the Asteroids Tutorial in my last project and iterate without the training wheels this time. Space Invaders has more lateral movement from the player and hostiles than in Asteroids, and has […]

    Read More
  • Space Invaders

    This is a simple Space Invaders game implemented in JavaScript using the HTML5 Canvas API. Installation Clone the repository to your local machine: https://github.com/K8215/space-invaders.git Navigate to the project directory: cd space-invaders 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 player […]

    Read More
  • 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