diff --git "a/src/rfcs/RFC-135-MetaGPT Software Company\345\242\236\351\207\217\351\234\200\346\261\202\345\274\200\345\217\221\346\226\271\346\241\210\350\256\276\350\256\241.md" "b/src/rfcs/RFC-135-MetaGPT Software Company\345\242\236\351\207\217\351\234\200\346\261\202\345\274\200\345\217\221\346\226\271\346\241\210\350\256\276\350\256\241.md" index 2df3a8d7..69b5a0ac 100644 --- "a/src/rfcs/RFC-135-MetaGPT Software Company\345\242\236\351\207\217\351\234\200\346\261\202\345\274\200\345\217\221\346\226\271\346\241\210\350\256\276\350\256\241.md" +++ "b/src/rfcs/RFC-135-MetaGPT Software Company\345\242\236\351\207\217\351\234\200\346\261\202\345\274\200\345\217\221\346\226\271\346\241\210\350\256\276\350\256\241.md" @@ -449,7 +449,7 @@ pygame==2.0.1 输入:WriteTasks输出 + WriteDesign输出+ 已有Code memory -```text +````text { "Required Python third-party packages": [ @@ -482,7 +482,7 @@ pygame==2.0.1 "Implementation approach": "We will use the Pygame library to implement the snake game. Pygame is a popular open-source library for game development in Python. It provides a simple and intuitive API for handling graphics, sound, and user input. Pygame also has good documentation and a large community, making it easy to find resources and support. Additionally, we will follow the PEP8 coding style guidelines to ensure clean and readable code.", "Python package name": "snake_game", "File list": ["main.py"], - "Data structures and interface definitions": ''' + "Data structures and interface definitions": ``` classDiagram class Game{ -int score @@ -515,8 +515,8 @@ pygame==2.0.1 Game "1" -- "1" Snake: has Game "1" -- "1" Food: has - ''', - "Program call flow": ''' + ```, + "Program call flow": ``` sequenceDiagram participant M as Main participant G as Game @@ -536,7 +536,7 @@ pygame==2.0.1 G->>M: end_game() G->>M: pause_game() G->>M: resume_game() - ''', + ```, "Anything UNCLEAR": "The requirements are clear to me." } @@ -547,7 +547,7 @@ pygame==2.0.1 # b.py .... ----------- -``` +```` 输出:\*.py