Chip Factory Game ๐ฎ
An educational game that simulates semiconductor manufacturing through an engaging puzzle experience! Learn how modern computer chips are built while having fun.
Created by: Harsh Meena (harshmiitk@gmail.com)
Copyright: ยฉ 2025 Harsh Meena. All rights reserved.
๐ฎ Play the Game
This project is protected by copyright law. While itโs open source under the MIT license, you must follow these guidelines:
- Always give credit to the original author (Harsh Meena)
- Include a link to the original repository
- Maintain the copyright notices in all copies
- Clearly mark any modifications you make
๐ค What is this?
In the world of modern technology, semiconductors are the building blocks of everything from smartphones to cars. This game transforms the complex process of chip manufacturing into an engaging puzzle game where players learn about:
- Layer-by-layer semiconductor fabrication
- Different types of computer chips and their purposes
- Real semiconductor manufacturing concepts
- The intricate process of building electronic components
๐ฏ Educational Goals
- Learn Manufacturing Steps: Understanding how chips are built layer by layer
- Explore Chip Types: Discover different kinds of chips and their uses
- Industry Insights: Gain knowledge about real semiconductor manufacturing
- Engineering Concepts: Learn about electronic components and their functions
โจ Features
- ๐ Build three types of chips:
- Transistors: The fundamental building blocks of computing
- Memory Cells: Store and manage data
- Power Managers: Control energy distribution
- ๐ฏ Interactive learning through gameplay
- ๐ก Real semiconductor manufacturing facts
- ๐ Scoring system with perfect placement bonuses
- ๐ฑ Responsive design for various devices
- ๐จ Modern UI with intuitive controls
๐ฎ How to Play
- Choose Your Chip
- Select from Transistor, Memory, or Power chip types
- Each type has unique patterns and challenges
- Watch the Blueprint
- Study the pattern shown on the right
- Plan your moves to match the required layers
- Controls
- โ/โ Arrow keys to move pieces
- โ Arrow key to drop faster
- Space bar for instant drop
- P key to pause the game
- Scoring
- Match patterns exactly for bonus points
- Build complete chips for major score boosts
- Track your perfect placements
๐ ๏ธ Technology
Built with modern web technologies:
- HTML5 Canvas for smooth graphics rendering
- Pure CSS for responsive styling
- Vanilla JavaScript for game logic
- No external dependencies for maximum performance
๐ป Local Development
- Clone the repository:
git clone https://github.com/meanharsh/chip-factory-game.git
cd chip-factory-game
- Serve the files:
# Using Python's built-in server
python -m http.server 8000
# Or using Node's http-server if installed
npx http-server
- Open in your browser:
- Visit
http://localhost:8000/src/
- Start building chips!
๐ค Contributing
Want to help improve the game? Great! Please:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
Read our Contributing Guidelines for more details.
๐ Resources
Want to learn more about semiconductor manufacturing? Check out these resources:
๐ License
This project is licensed under the MIT License with additional terms - see the LICENSE file for details.
Made with ๐ by Harsh Meena