[P-Reinforce] 2026-04-20: Processed 5 New Knowledge Gems (Tetris Engineering Lessons)

This commit is contained in:
2026-04-20 15:00:36 +09:00
parent 46fd50381e
commit 62153b5741
19 changed files with 658 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "tetris-game",
"version": "1.0.0",
"description": "A high-performance Tetris game using Web Workers.",
"main": "src/index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test"
}
}