🚀Project Showcase: Simon Says Game I recently built a simple interactive Simon Says memory game using HTML, CSS, and JavaScript. The game challenges users to remember and repeat an increasingly complex sequence of colors, helping strengthen memory and attention skills. Key highlights: • Implemented game logic using JavaScript * Used DOM manipulation and event handling for interactive gameplay * Designed a responsive and simple user interface with HTML & CSS 🔗 Live Demo: https://lnkd.in/gBym4-HP 💻 GitHub Repository: https://lnkd.in/gBUPb2g6 This project helped me practice core JavaScript concepts and front-end development fundamentals. I’m continuing to build more projects to strengthen my software development skills. #WebDevelopment #javascript #frontenddevelopment #github #softwaredevelopment
Simon Says Memory Game with JavaScript
More Relevant Posts
-
Built a Rock Paper Scissors game 🎮 using JavaScript. This project helped me practice JavaScript logic and DOM manipulation by building a simple interactive game. Features: • Interactive Rock, Paper, Scissors gameplay • Score tracking system • Responsive UI Tech Stack: HTML | CSS | JavaScript 🌐 Live Demo: https://lnkd.in/gJFY_usB 💻 GitHub Repository: https://lnkd.in/gk8fetZv Feedback is welcome! #javascript #webdevelopment #frontenddeveloper #coding #beginnersproject
To view or add a comment, sign in
-
-
Built a Monkey Go Happy-Inspired Browser Game I developed a browser-based game using JavaScript and p5.js to explore core game development concepts such as collision detection, object spawning, and game state management. Key Features: • Banana collection system • Dynamic obstacle generation (stones) • Score tracking system • Game states (PLAY / END) with restart functionality. Live Demo: https://lnkd.in/gQBbvbc2 Source Code: https://lnkd.in/gZNTa6kd This project helped strengthen my understanding of game logic, event handling, and structured coding practices. Looking forward to building more advanced interactive systems. #JavaScript #GameDevelopment #p5js #WebDevelopment #Projects #LearningByBuilding
To view or add a comment, sign in
-
#Hello #Connections 👋 #100DaysOfCodeChallenge | #Day55 Project: Snake Game What I built Today I built a classic Snake Game using JavaScript. The snake moves across a grid, eats food to grow, and the game ends if it hits the wall. Technologies Used HTML5 CSS3 JavaScript (Game Logic, DOM Manipulation, Events) Note This project is still in progress — I’m actively working on adding more features like score tracking, increasing speed, and better game mechanics. Challenge I faced Managing the continuous movement and game state updates while keeping the UI synced with the logic. How I solved it Used a game loop with setInterval and maintained state for snake position, direction, and food to update the board dynamically. Live Demo: https://lnkd.in/dKDHr-sy Open to feedback and suggestions Code Of School Avinash Gour | Ritendra Gour #FrontendDeveloper #JavaScript #GameDevelopment #WebDevelopment #100DaysOfCode #DeveloperJourney #Coding
To view or add a comment, sign in
-
🚀 Just built my Tic Tac Toe game using HTML, CSS & JavaScript! As part of my JavaScript learning journey, I created a fully functional game that covers: 🎯 DOM Manipulation 🎯 Event Handling 🎯 Game Logic Implementation 🎯 Responsive UI Design This project helped me understand how real-world applications manage state, user interactions, and logic behind the scenes. ✨ Features: * Interactive 2-player gameplay * Win detection algorithm * Reset & New Game functionality * Modern mobile-inspired UI 💡 Next step: Planning to add an AI opponent and turn this into a smarter game. 🔗 Check out the project here: https://lnkd.in/gPVZPyK9 Would love your feedback! 🙌 #JavaScript #WebDevelopment #Frontend #LearningInPublic #Projects #100DaysOfCode #ApnaCollege
To view or add a comment, sign in
-
🚧 Building in Public: Creating Monopoly with HTML, CSS & JavaScript 🎲 What started as a simple idea turned into a real challenge… so I decided to build a Monopoly game from scratch using pure HTML, CSS, and JavaScript. From designing the board 🎯 To handling player movement 🧍♂️ To coding game logic and interactions ⚙️ It’s been fun, frustrating, and incredibly rewarding at the same time. Here’s a quick preview of my progress 👇 I’m still improving it — adding smarter gameplay, better UI, and more features. 💡 If you were to play this, what feature would you want me to add? #BuildInPublic #JavaScript #WebDevelopment #CodingJourney #FrontendDeveloper #Projects #100DaysOfCode
To view or add a comment, sign in
-
🚀 Just Built an Escape Room Game using HTML & JavaScript! 🎮🔥 Excited to share my latest project – a fully interactive Escape Game developed using core web technologies! 🧠💡 In this game, players must solve puzzles, unlock clues, and make smart decisions to escape within a limited time. It’s designed to challenge logical thinking, problem-solving skills, and creativity. 🔧 Tech Used: • HTML for structure • CSS for styling & UI • JavaScript for game logic & interactivity ✨ Key Features: ✔️ Interactive puzzles & challenges ✔️ Timer-based gameplay ⏳ ✔️ Dynamic clues & user responses ✔️ Smooth and engaging UI This project helped me strengthen my concepts in DOM manipulation, event handling, and logic building in JavaScript. 💭 Building this game was not just fun, but also a great learning experience in creating real-world interactive applications. 🎥 Check out the demo video below and let me know your feedback! #WebDevelopment #JavaScript #HTML #Coding #GameDevelopment #FrontendDeveloper #Projects #LearningByDoing #TechWithArjun
To view or add a comment, sign in
-
🏏 Built BPL Dream 11. Here's what I actually learned. 📚 🌐 Live: https://lnkd.in/gGhzvfd8 This wasn't just about cricket — it was a deep dive into React fundamentals, styling with Tailwind + DaisyUI, and using third-party libraries for the first time. What I practiced: ⚛️ React 19 → Component tree architecture → Props & state (useState, use() + Suspense) → Lifting state up for shared coin & player data → Conditional rendering for tab switching → Array filtering for player removal + coin refund 🎨 Tailwind CSS + DaisyUI → 100% utility-class styling → Responsive grid layout → DaisyUI components (card, divider, loading) 🔔 React Toastify → Toast alerts for selection & removal actions 🔧 React Icons → FaUser, IoFlag, RiDeleteBin6Line Real projects teach what tutorials can’t. 🌱 — #ReactJS #TailwindCSS #DaisyUI #LearningInPublic #FrontendDev #WebDev #JavaScript #100DaysOfCode #BuildInPublic #CodeNewbie #DevLife #CodingJourney
To view or add a comment, sign in
-
🚀 Just built a Hangman Game using HTML, CSS & JavaScript! 🎯 Features: • Letter-by-letter guessing system • Hint provided for each word • Maximum 6 wrong attempts • 😢 Sad emoji on loss • 🎉 Victory emoji on success This project helped me strengthen my understanding of: ✔ DOM Manipulation ✔ Event Handling ✔ Game Logic Implementation 💡 It was fun designing the logic behind tracking wrong guesses and updating the UI dynamically. 🔗 Check out the code here: https://lnkd.in/gMnvFf-i #WebDevelopment #JavaScript #FrontendDevelopment #CodingProjects #100DaysOfCode
To view or add a comment, sign in
-
I Built a Pac-Man Game… Here’s What I Learned I created a Pac-Man game using JavaScript—and it challenged me more than expected. Here’s what I learned: • Handling real-time user input • Managing game states • Implementing collision detection • Structuring logic for interactive systems Building something that moves and reacts is very different from writing static code. This is just the start—next step is making it more advanced and polished. Link : https://lnkd.in/g8pRbHyr #LearnToCode #JavaScriptDeveloper #GameDevelopment #Frontend #CodingJourney #TechProjects #100DaysOfCode #BuildProjects #DevLife #CodeNewbie
To view or add a comment, sign in
-
JavaScript Project | Tic Tac Toe Game Turning concepts into real projects! Today, I built a Tic Tac Toe game using my JavaScript knowledge from previous lectures, and successfully implemented the full game logic with an interactive UI. This project helped me understand how to build real-world applications using core JavaScript concepts. Here’s what I implemented: ● DOM Manipulation to create and update the game board dynamically ● Handling user clicks using event listeners ● Implementing game logic (win, lose, draw conditions) ● Tracking player turns (X & O) ● Writing clean logic to check winning patterns ● Displaying real-time results and game status ● Reset functionality to restart the game instantly ● Improving UI interaction for better user experience Key Learning: Building this project helped me connect multiple concepts like events, conditions, loops, and DOM handling into a single working application. It’s exciting to see how small concepts come together to create something fully functional! Looking forward to building more projects and sharpening my development skills every day. #JavaScript #WebDevelopment #FrontendDevelopment #CodingJourney #Programming #LearnJavaScript #DeveloperJourney #100DaysOfCode #CodingLife #Projects #GameDevelopment #DOM #EventHandling #BuildInPublic #TechLearning
To view or add a comment, sign in
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development