Giter Site home page Giter Site logo

jsprojects's Introduction

jsprojects

a few quick html/js projects

These two projects started out as tiny prototypes based off of youtube user Gamkedo's rapid prototyping example videos. I have made extensive modifications to the initial games which can be found here: https://www.youtube.com/watch?v=xGmXxpIj6vs (snake) https://www.youtube.com/watch?v=KoWqdEACyLI (pong)

snake.html is a simple snake clone. I have added:

  • a score counter,
  • high score counter,
  • custom rendering code for the snake so its color changes as it gets longer,
  • a rule that prevents the player from doubling back on their own tail in a single frame,
  • a rule for apple placement that relocates it if it spawns on the same square as the snake's tail
  • a start screen designed by Stephen Albrecht

pongus.html is a more involved pong clone. I have added:

  • a framework for adding entities rendered with sprites and brushes rendered as canvas primitives
  • more complex data e.g acceleration
  • primitive 'parallel' execution: the game updates its logic and graphics in two separate functions run concurrently using setInterval()
  • various rules to improve playability:
  • increase in speed of projectile and paddles as the game progresses
  • decrease in size of paddles "..."
  • ball inherits paddle velocity to make more directed passes back and forth
  • movement in two dimensions for the player
  • a visual indicator for the boundaries of said motion
  • image for ball
  • slightly better ai rules
  • score indicators

jsprojects's People

Contributors

nikoraito avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.