Tag: Canvas API

  • NEW PROJECT – Javascript Arcade

    Javascript Arcade is a stylized hub for the JS Canvas projects I’ve been working on. Objective I’m re-working my portfolio and needed more casual project to fill it out. The individual arcade games are pretty similar structurally, so it made sense to wrap them up together into a more formalized package for presentation purposes. There;s […]

    Read More
  • Javascript Arcade

    Javascript Arcade is a stylized hub for the retro games I’ve built. Installation Clone the repository to your local machine: https://github.com/K8215/breakout.git Navigate to the project directory: cd breakout Open index.html in your web browser to start the game. Usage Select a game to open it in a new window. All games use WASD controls and […]

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