Giter Site home page Giter Site logo

simon-game's Introduction

Simon Game

This is Simon Game. A game that challenges your memory to remember one sequence that going more longer and longer.

Contents

Overview

The project

This project is another one that was built in Angela Yu course - Web Development Full Course - on Udemy. It was the most complex project since I started the course. The simon game is a memory game that show us a sequence that is incremented every time we remember the correct sequence. The new thing here was the Jquery javascript library which was the target of last study module.

Links

My process

Built with

  • HTML
  • CSS
  • JQuery

What I learned

First of all, I tried to build the game only by myself and even getting constructed some features correctly, I couldn't make it entire functional. So I went to the game original resources and changed the logic errors. It was a good chance to test what I have studied and at the end of all, now is more clear what I need to improve.

Moreover, I can't forget how Jquery accelerated the development with its short syntax.

Select elements is really easy with jquery:

$('#level-title')

Selecting the same with pure javascript:

window.document.getElementById('level-title')

Useful resources

Author

simon-game's People

Contributors

joaovsbraz avatar caions avatar

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.