Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 685 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 685 Bytes

JS-practice-projects

Collection place for my Javascript projects.

Check out my Javascript games hosted on Codepen

Memory Card Game

Memory card game. Just turn over the cards and find the matching ones.

Guitar Fretboard memorization

Guess the notes on the fretboard.

Tic Tac Toe game

Simple Multiplayer Tic Tac Toe game, Player 1 is always X and Player 2 is always O. They take turns starting the game.

Rock-Paper-Scissors game

Simple Rock-Paper-Scissors built with vanilla JS.