Git Product home page Git Product logo

bridge-crossing's Introduction

Bridge Crossing

This is an application I made as part of an exercise to determine my level of proficiency with Javascript.

While I accomplished most of the tasks set forth in the exercise, the state of the application isn't quite where I would like it to be. Some of the things I feel it is lacking are:

  • The Remove Person feature is bugged on the view end (although it does exactly what it's supposed to on the model end). It looks like it always removes the last person, but does in fact remove the correct person based on the original ID of the person. The names get shifted down, though, so if you have Louise in spot 0 with crossTime of 1, and tell it to remove ID 0, it will look like Louise is still there, but instead with a crossTime of the next person up. Therefore, the model and algorithm is removing it properly, but the interface is bugged. I know how to fix this, but it would take more time than I think I have.
  • I wanted to add music, but I don't currently have sound on my work machine, so I couldn't test it. It seems like it would have been pretty easy, though.
  • I wanted to add background sounds, like crickets chirping and owls hooting, to indicate it's night time. Same reason as the lack of music, although I also would have needed to search for some workable sound effects.
  • The people are just dots, and everything but the bridge are just solid colors. I wanted to make the people actually look like people with randomly colored skin, hair, and clothes, but that idea got overwhelmed by everything else.
  • I really wanted to add the torch visually, along with a massive black element to cover the main view with an opacity of around 50%. The torch would then create a feathered mask in the center of the element to provide a small area around the torch that appears to be illuminated. Optionally, I would then add a CSS animation to rapidly adjust the scale of the element to make it appear to be flickering. Unfortunately, I just ran out of time.

bridge-crossing's People

Watchers

 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.