Tag: Memory

  • Learn Vanilla Javascript: Memory Game Tutorial – Board CSS [3/11]

    Project developed in vanilla javascript. Learn the fundamentals of pure javascript by building simple and quick projects. No frameworks or libraries, definitely no jquery. This video will cover how to: * size the cards with CSS calc function * position the cards in the board with flexbox * add a click effect with the CSS…

  • Memory Game Programming JavaScript Tutorial

    Lesson Code: http://www.developphp.com/video/JavaScript/Memory-Game-Programming-Tutorial In this programming exercise you can learn to create a JavaScript powered memory game that you can easily enhance and extend as your skills improve as a JavaScript programmer. We will use HTML and CSS for the looks and user interface. Original source