aitetris
Version:
致敬程序员阿列克谢·帕基特诺夫带给全世界人民的欢乐摸鱼时光,今天我们与AI一起重制了这款经典摸鱼小游戏,公益、免费、开源、分享给大家~ In tribute to programmer Alexey Pajitnov, who brought joy and countless delightful slacking-off moments to people around the world, we've teamed up with AI to remake the classic time-kill
25 lines (24 loc) • 847 B
JSON
{
"name": "aitetris",
"version": "1.0.2",
"description": "致敬程序员阿列克谢·帕基特诺夫带给全世界人民的欢乐摸鱼时光,今天我们与AI一起重制了这款经典摸鱼小游戏,公益、免费、开源、分享给大家~ In tribute to programmer Alexey Pajitnov, who brought joy and countless delightful slacking-off moments to people around the world, we've teamed up with AI to remake the classic time-killer Tetris...",
"keywords": [
"littleGame",
"openSource",
"Tetris"
],
"repository": {
"type": "git",
"url": "https://github.com/lukechern/tetris"
},
"license": "MIT",
"author": "luke.chern",
"type": "commonjs",
"main": "index_7ree.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"access": "public"
}
}