Merge pull request #234 from Mayureshd-18/fix-typos

Fix typos
This commit is contained in:
Chen Qian 2023-10-29 08:12:08 +08:00 committed by GitHub
commit eb4205c571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Task: Task:
Desgin a basic RGB color picker and slider with a GUI. Display the equivalent hex color code. Design a basic RGB color picker and slider with a GUI. Display the equivalent hex color code.
Config: Config:
ChatEnvConfig.clear_structure: True ChatEnvConfig.clear_structure: True

View File

@ -1,5 +1,5 @@
Task: Task:
design a pingpong game: create a two-player interactive game where each player controls a paddle to hit a ball back and forth. the game should have a visually appealing user interface with smooth animations and sound effects. implement different game modes, including single-player against an ai opponent, multiplayer over a network, and a practice mode with adjustable difficulty levels. consider incorporating power-ups, customizable paddle designs, and a scoring system. ensure the game is intuitive to play, responsive to user input, and provides an enjoyable gaming experience. design a Ping-Pong game: create a two-player interactive game where each player controls a paddle to hit a ball back and forth. the game should have a visually appealing user interface with smooth animations and sound effects. implement different game modes, including single-player against an ai opponent, multiplayer over a network, and a practice mode with adjustable difficulty levels. consider incorporating power-ups, customizable paddle designs, and a scoring system. ensure the game is intuitive to play, responsive to user input, and provides an enjoyable gaming experience.
Config: Config:
ChatEnvConfig.clear_structure: True ChatEnvConfig.clear_structure: True